package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.6.2.tbz
sha256=4f6ec1f3f27ac48753d03b4a172127e4a56ae724201a3a18dc827c94425788e9
sha512=d195479c99a59edb0cb7674375f45e518389b2f251b02e5f603c196b9592acbcf2a12193b3de70831a543fa477f57abb101fdd210660e25805b147c66877cafa

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 28 Jul 2020

README

Dune - A composable build system

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most of the low-level details of OCaml compilation. All you have to do is provide a description of your project and dune will do the rest.

The scheme it implements is inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, which means that it is highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, you can look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as merlin, handle installation, etc...

Dune itself is fast, has very low overhead and supports parallel builds on all platforms. It has no system dependencies: all you need to build dune and packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build dune and packages using dune.

Strengths

Composable

Take n repositories that use dune, arrange them in any way on the file system and the result is still a single repository that dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

Gracefully handles multi-package repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Building against several configurations at once

Dune is able to build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation.

This feature requires opam.

Requirements

Dune requires OCaml version 4.07.0 to build itself and can build OCaml projects using ocaml 4.02.3 or greater.

Installation

The recommended way to install dune is via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files that are installed by dune, such as the man pages, and the last simply installs all of that on the system.

Note that unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions about dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from jbuilder

Dune was formerly known as jbuilder. Migration from jbuilder to dune is described in the manual.

Status

Dune is now fairly stable and is used by the majority of packages on opam. Note that dune retains backward compatibility with Jbuilder, and in particular existing Jbuilder projects will continue to be buildable with dune.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.07~~"
  5. ocaml >= "4.07" & < "4.12"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. absolute
  7. abstract_algebra < "v0.17.0"
  8. accessor < "v0.17.0"
  9. accessor_async < "v0.17.0"
  10. accessor_base < "v0.17.0"
  11. accessor_core < "v0.17.0"
  12. acgtk >= "1.4.0" & < "2.0.0"
  13. aches
  14. aches-lwt
  15. acpc >= "2.0.0"
  16. advi
  17. ahrocksdb
  18. aifad >= "2.2.1" & < "2.3.0"
  19. alba >= "0.4.1"
  20. albatross < "1.5.0"
  21. alcotest >= "0.8.5" & < "1.5.0"
  22. alcotest-async >= "0.8.5" & < "1.5.0"
  23. alcotest-lwt >= "0.8.5" & < "1.5.0"
  24. alcotest-mirage < "1.5.0"
  25. alg_structs
  26. alg_structs_qcheck
  27. algaeff
  28. alsa >= "0.3.0"
  29. alt-ergo >= "2.3.0" & < "2.4.3"
  30. alt-ergo-free >= "2.3.3"
  31. alt-ergo-lib < "2.4.3"
  32. alt-ergo-lib-free
  33. alt-ergo-parsers < "2.4.3"
  34. alt-ergo-parsers-free
  35. altgr-ergo >= "2.3.0" & < "2.4.3"
  36. amqp-client >= "2.0.3"
  37. amqp-client-async >= "2.0.3"
  38. amqp-client-lwt >= "2.0.3"
  39. anders
  40. angstrom >= "0.11.1"
  41. angstrom-async >= "0.11.1"
  42. angstrom-lwt-unix >= "0.11.1"
  43. angstrom-unix >= "0.11.1"
  44. ansi < "0.6.0"
  45. anthill
  46. ao >= "0.2.2" & < "0.2.4"
  47. apronext
  48. archetype < "0.1.8"
  49. archi
  50. archi-async
  51. archi-lwt
  52. argon2 >= "1.0.0"
  53. arp >= "1.0.0" & < "2.3.1"
  54. arp-mirage
  55. asak
  56. asli >= "0.2.0"
  57. asn1-combinators >= "0.2.2"
  58. async >= "v0.12.0" & < "v0.17.0"
  59. async-uri < "0.4.0"
  60. async_durable >= "v0.12.0" & < "v0.17.0"
  61. async_extra >= "v0.12.0" & < "v0.17.0"
  62. async_find >= "v0.12.0" & < "v0.17.0"
  63. async_graphics >= "0.7.0"
  64. async_inotify >= "v0.12.0" & < "v0.17.0"
  65. async_interactive >= "v0.12.0" & < "v0.17.0"
  66. async_js >= "v0.12.0" & < "v0.17.0"
  67. async_kernel >= "v0.12.0" & < "v0.17.0"
  68. async_rpc_kernel >= "v0.12.0" & < "v0.17.0"
  69. async_rpc_websocket < "v0.17.0"
  70. async_sendfile >= "v0.12.0" & < "v0.17.0"
  71. async_shell >= "v0.12.0" & < "v0.17.0"
  72. async_smtp >= "v0.12.0" & < "v0.17.0"
  73. async_ssl >= "v0.12.0" & < "v0.17.0"
  74. async_udp < "v0.17.0"
  75. async_unix >= "v0.12.0" & < "v0.17.0"
  76. async_websocket < "v0.17.0"
  77. atd = "2.2.1"
  78. atdgen = "2.2.1"
  79. atdgen-codec-runtime < "2.3.3"
  80. atdgen-runtime = "2.2.1"
  81. atdj = "2.2.1"
  82. atds < "2.3.3"
  83. atomic < "base"
  84. avro
  85. avro-compiler
  86. awa < "0.1.0"
  87. awa-lwt < "0.1.0"
  88. awa-mirage < "0.1.0"
  89. aws-s3 >= "4.0.0"
  90. aws-s3-async >= "4.0.0"
  91. aws-s3-lwt >= "4.0.0"
  92. azblob
  93. azblob-async
  94. azure-cosmos-db < "0.2.0"
  95. babel < "v0.17.0"
  96. bag
  97. bark
  98. base >= "v0.12.0" & < "v0.17.0"
  99. base64 >= "2.3.0"
  100. base_bigstring < "v0.17.0"
  101. base_quickcheck >= "v0.12.1" & < "v0.17.0"
  102. base_trie < "v0.17.0"
  103. bastet
  104. bastet_async
  105. bastet_lwt
  106. batch_jaro_winkler
  107. batsat
  108. bddrand
  109. bech32
  110. bechamel
  111. bechamel-js
  112. bechamel-notty
  113. bechamel-perf
  114. beluga = "1.0"
  115. benchmark >= "1.6"
  116. benchpress
  117. benchpress-server
  118. bencode >= "2.0"
  119. bentov
  120. bheap >= "2.0.0"
  121. bidirectional_map < "v0.17.0"
  122. bigarray-compat
  123. bigarray-overlap
  124. bigdecimal < "v0.17.0"
  125. bignum >= "v0.12.0" & < "v0.17.0"
  126. bigstring >= "0.3"
  127. bigstring-unix >= "0.3"
  128. bigstringaf >= "0.5.0" & < "0.9.1"
  129. bimage
  130. bimage-display
  131. bimage-gtk
  132. bimage-io
  133. bimage-lwt
  134. bimage-sdl
  135. bimage-unix
  136. bimap
  137. bin_prot >= "v0.12.0" & < "v0.17.0"
  138. binaryen < "0.3.0"
  139. biniou >= "1.2.1"
  140. binning
  141. biocaml >= "0.9.0"
  142. bisect_ppx >= "1.4.0" & < "2.5.0"
  143. bistro >= "0.5.0"
  144. bistro-bio
  145. bitcoinml >= "0.4.1"
  146. bitlib
  147. bitmasks >= "1.2.0"
  148. bitstring >= "3.1.1"
  149. bitv >= "1.4"
  150. bitwuzla-bin < "1.0.0"
  151. bjack >= "0.1.6"
  152. blake2 >= "0.3"
  153. bloomf
  154. bls12-381 < "0.4.1"
  155. bnfgen
  156. bogue < "20210917"
  157. boltzgen < "0.9.2"
  158. bonsai < "v0.17.0"
  159. bson2
  160. bst >= "6.0.0"
  161. buffer-pool
  162. build_path_prefix_map >= "0.3"
  163. builder
  164. bun >= "0.3.4"
  165. bwd
  166. bwrap
  167. bytearray >= "1.0.1"
  168. bytepdf
  169. ca-certs
  170. ca-certs-nss < "3.64.0.1"
  171. cairo2 >= "0.6" & < "0.6.3"
  172. cairo2-gtk
  173. cairo2-pango < "0.6.3"
  174. calculon >= "0.4"
  175. calculon-redis
  176. calculon-redis-lib
  177. calculon-web >= "0.4"
  178. caldav < "0.2.2"
  179. calendar >= "3.0.0"
  180. calendars
  181. callipyge >= "0.2"
  182. camelot
  183. camels
  184. camelsnakekebab
  185. camlimages >= "5.0.2" & < "5.0.5"
  186. camlon >= "3.0.0"
  187. camlp-streams < "5.0.1"
  188. camltc >= "0.9.8"
  189. camomile = "1.0.2"
  190. capnp >= "3.3.0"
  191. capnp-rpc >= "0.3.2" & < "1.2.3"
  192. capnp-rpc-lwt >= "0.3.2" & < "1.2.3"
  193. capnp-rpc-mirage >= "0.3.2" & < "1.2.3"
  194. capnp-rpc-net < "1.2.3"
  195. capnp-rpc-unix >= "0.3.2" & < "1.2.3"
  196. caqti >= "1.0.0" & < "2.1.1"
  197. caqti-async >= "1.0.0" & < "2.1.1"
  198. caqti-driver-mariadb >= "1.0.0" & < "2.0.1"
  199. caqti-driver-pgx < "2.1.1"
  200. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  201. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  202. caqti-dynload >= "1.0.0"
  203. caqti-eio < "2.1.1"
  204. caqti-lwt >= "1.0.0" & < "2.1.1"
  205. caqti-mirage < "2.1.1"
  206. caqti-type-calendar >= "1.0.0"
  207. carton < "0.3.0"
  208. carton-git < "0.3.0"
  209. carton-lwt < "0.3.0"
  210. catala < "0.5.0"
  211. catapult
  212. catapult-client
  213. catapult-daemon
  214. catapult-file
  215. catapult-sqlite
  216. cbor >= "0.3"
  217. cconv >= "0.5"
  218. cconv-ppx
  219. cdb
  220. cdrom >= "0.9.4"
  221. ceph
  222. certify >= "0.3.0"
  223. cfg >= "2.2.0" & < "2.3.0"
  224. cfml
  225. cfstream >= "1.3.1"
  226. chacha
  227. charInfo_width
  228. charrua
  229. charrua-client >= "0.11.2"
  230. charrua-client-lwt >= "0.11.2"
  231. charrua-client-mirage >= "0.11.2"
  232. charrua-core >= "0.11.2"
  233. charrua-server
  234. charrua-unix >= "0.11.2"
  235. charset
  236. chartjs
  237. chartjs-annotation
  238. chartjs-colorschemes
  239. chartjs-datalabels
  240. chartjs-streaming
  241. chase
  242. checkseum = "0.0.3" | >= "0.2.1"
  243. choice >= "0.4"
  244. cinaps >= "v0.12.0"
  245. clangml >= "4.0.0" & < "4.8.0"
  246. clangml-transforms >= "0.24"
  247. clap < "0.2.0"
  248. clarity >= "0.4.0"
  249. clz
  250. cmarker
  251. codept >= "0.10.3"
  252. cohttp >= "1.1.1" & < "6.0.0~alpha0"
  253. cohttp-async >= "1.1.1" & < "6.0.0~alpha0"
  254. cohttp-lwt >= "1.1.1" & < "6.0.0~alpha0"
  255. cohttp-lwt-jsoo >= "1.1.1" & < "6.0.0~alpha0"
  256. cohttp-lwt-unix >= "1.1.1" & < "6.0.0~alpha0"
  257. cohttp-mirage >= "1.1.1" & < "6.0.0~alpha0"
  258. cohttp-top >= "1.1.1" & < "6.0.0~alpha0"
  259. cohttp_async_websocket < "v0.17.0"
  260. cohttp_static_handler < "v0.17.0"
  261. coin >= "0.1.1"
  262. colombe
  263. color >= "0.2.0"
  264. color-brewery
  265. combinat < "3.0"
  266. command_rpc >= "v0.12.0" & < "v0.17.0"
  267. conduit >= "1.3.0"
  268. conduit-async >= "1.3.0"
  269. conduit-lwt >= "1.3.0"
  270. conduit-lwt-unix >= "1.3.0"
  271. conduit-mirage
  272. conex >= "0.10.0"
  273. conex-mirage-crypto
  274. conex-nocrypto
  275. conformist < "0.8.1"
  276. containers >= "2.4" & < "3.13"
  277. containers-data < "3.13"
  278. containers-thread
  279. content_security_policy < "v0.17.0"
  280. cookie
  281. cookies
  282. coq >= "8.14.0" & < "8.17.0"
  283. coq-of-ocaml < "2.4.1"
  284. coq-serapi >= "8.9.0+0.6.0" & < "8.20.0+0.20.0"
  285. coqide >= "8.14.0" & < "8.17.0"
  286. core >= "v0.12.0" & < "v0.17.0"
  287. core_bench >= "v0.12.0" & < "v0.17.0"
  288. core_compat
  289. core_extended >= "v0.12.0" & < "v0.17.0"
  290. core_kernel >= "v0.12.3" & < "v0.17.0"
  291. core_profiler >= "v0.12.0" & < "v0.17.0"
  292. core_unix < "v0.17.0"
  293. cosovo
  294. cow = "2.4.0"
  295. cowabloga >= "0.5.0"
  296. cpm >= "5.0.0" & < "12.1.2"
  297. cppo >= "1.6.6"
  298. cppo_ocamlbuild >= "1.6.6"
  299. cpu
  300. cpuid >= "0.1.2"
  301. crc >= "2.1.0"
  302. crlibm >= "0.3"
  303. crontab
  304. crowbar = "0.2"
  305. crunch >= "2.2.0"
  306. cry = "0.6.5"
  307. cryptokit >= "1.16.1"
  308. csexp < "1.5.2"
  309. css-parser
  310. cstruct >= "3.3.0"
  311. cstruct-async >= "3.3.0"
  312. cstruct-lwt >= "3.3.0"
  313. cstruct-sexp
  314. cstruct-unix >= "3.3.0"
  315. csv >= "2.2"
  316. csv-lwt >= "2.1"
  317. csvfields >= "v0.12.0" & < "v0.17.0"
  318. csvtool
  319. ctypes-zarith
  320. cudf >= "0.10"
  321. cuid >= "0.2"
  322. cumulus
  323. curly = "0.2.0"
  324. current < "0.6"
  325. current_ansi
  326. current_docker < "0.6"
  327. current_examples < "0.6"
  328. current_git < "0.6"
  329. current_github < "0.6"
  330. current_incr < "0.6.0"
  331. current_ocluster < "0.2"
  332. current_rpc < "0.6"
  333. current_slack < "0.6"
  334. current_web < "0.6"
  335. curses = "1.0.9"
  336. curve-sampling
  337. cviode
  338. cwe_checker
  339. DrawGrammar >= "0.2.2"
  340. daft >= "0.0.4"
  341. data-encoding < "1.0.0"
  342. dataframe
  343. datakit >= "0.12.2"
  344. datakit-bridge-github >= "0.12.2"
  345. datakit-bridge-local-git >= "0.12.2"
  346. datakit-ci >= "0.12.2"
  347. datakit-client >= "0.12.2"
  348. datakit-client-9p >= "0.12.2"
  349. datakit-client-git >= "0.12.2"
  350. datakit-github >= "0.12.2"
  351. datakit-server >= "0.12.2"
  352. datakit-server-9p >= "0.12.2"
  353. datalog >= "0.6"
  354. daypack-lib
  355. dbf < "0.1.1"
  356. debian-formats >= "0.1.2"
  357. decoders >= "0.1.2" & < "1.0.0"
  358. decoders-bencode < "1.0.0"
  359. decoders-cbor < "1.0.0"
  360. decoders-ezjsonm >= "0.1.2" & < "1.0.0"
  361. decoders-jsonm < "1.0.0"
  362. decoders-msgpck < "1.0.0"
  363. decoders-sexplib < "1.0.0"
  364. decoders-yojson >= "0.1.2" & < "1.0.0"
  365. decompress >= "0.8.1" & < "1.3.0"
  366. dedent < "v0.17.0"
  367. dedukti >= "2.7"
  368. delimited_parsing >= "v0.12.0" & < "v0.17.0"
  369. depyt >= "0.3.0"
  370. devkit >= "1.0"
  371. diet >= "0.2"
  372. diffable
  373. digestif >= "0.7" & < "0.7.2" | >= "0.8.1"
  374. directories
  375. dirsp-exchange
  376. dirsp-exchange-kbb2017
  377. dirsp-proscript
  378. dirsp-proscript-mirage
  379. dirsp-ps2ocaml
  380. disml
  381. dispatch >= "0.4.1"
  382. dispatch-js >= "0.4.1"
  383. distributed >= "0.6.0"
  384. distributed-lwt >= "0.2.0"
  385. distributed-uwt >= "0.2.0"
  386. dkim
  387. dkim-bin
  388. dkim-mirage
  389. dlm >= "0.3.1"
  390. dns >= "1.1.0"
  391. dns-async >= "1.1.0"
  392. dns-certify
  393. dns-cli
  394. dns-client
  395. dns-client-lwt
  396. dns-client-miou-unix
  397. dns-client-mirage
  398. dns-lwt >= "1.1.0"
  399. dns-lwt-unix >= "1.1.0"
  400. dns-mirage
  401. dns-resolver
  402. dns-server
  403. dns-stub
  404. dns-tsig
  405. dnssec
  406. docker-api >= "0.2" & < "0.2.2"
  407. docker_hub
  408. dockerfile >= "6.0.0" & < "8.1.0"
  409. dockerfile-cmd >= "6.0.0" & < "8.1.0"
  410. dockerfile-opam >= "6.0.0" & < "8.1.0"
  411. dokeysto >= "3.0.1"
  412. dokeysto_camltc >= "3.0.1"
  413. dokeysto_lz4 >= "3.0.2"
  414. dolmen = "0.4.1"
  415. dolog >= "4.0.0"
  416. domain-name >= "0.1.2"
  417. domainslib < "0.5.0"
  418. dot-merlin-reader < "3.5.0"
  419. dotenv
  420. dream-cli < "0.2.0"
  421. dream-encoding < "0.2.0"
  422. dream-livereload < "0.2.0"
  423. dream-serve
  424. drom < "0.6.0"
  425. drom_lib < "0.6.0"
  426. dropbox >= "0.2"
  427. dropbox_lwt_unix
  428. dssi = "0.1.3"
  429. dtoa >= "0.3.2"
  430. dtools = "0.4.2"
  431. duff >= "0.2"
  432. dum >= "1.0.3"
  433. dune-action-plugin < "2.7.0"
  434. dune-build-info < "2.7.0"
  435. dune-configurator >= "1.11.4" & < "2.7.0"
  436. dune-deps
  437. dune-glob < "2.7.0"
  438. dune-private-libs < "2.7.0"
  439. dune-release >= "1.0.0" & < "1.5.1"
  440. duppy = "0.9.0"
  441. duration >= "0.1.2"
  442. earley = "2.0.0"
  443. earlybird < "1.0.0"
  444. easy-format = "1.3.2"
  445. easy_logging
  446. easy_logging_yojson
  447. ecaml >= "v0.12.0" & < "v0.17.0"
  448. edn >= "0.1.6-1-gff9db95"
  449. eigen >= "0.1.0"
  450. eio-ssl < "0.1.1"
  451. either
  452. elasticsearch-cli >= "0.5"
  453. electrod >= "0.2.1" & < "1.0.0"
  454. elpi >= "1.3.1" & < "1.15.2"
  455. email_message >= "v0.12.0" & < "v0.17.0"
  456. embedded_ocaml_templates < "0.6"
  457. emile >= "0.4"
  458. encore >= "0.3"
  459. env_config < "v0.17.0"
  460. epictetus
  461. eqaf >= "0.2"
  462. eqaf-cstruct
  463. erssical >= "1.1.0"
  464. esgg
  465. esperanto-cosmopolitan >= "0.0.5"
  466. ethernet
  467. euler
  468. exenum >= "0.86"
  469. exit
  470. expect_test_helpers >= "v0.12.0"
  471. expect_test_helpers_async < "v0.17.0"
  472. expect_test_helpers_core < "v0.17.0"
  473. expect_test_helpers_kernel >= "v0.12.0"
  474. extlib >= "1.7.9"
  475. extunix >= "0.3.1" & < "0.4.0"
  476. ez_api < "1.0.0"
  477. ez_cmdliner < "0.4.3"
  478. ez_config < "0.2.0"
  479. ez_file < "0.3.0"
  480. ez_hash < "0.5.3"
  481. ez_opam_file
  482. ez_pgocaml
  483. ez_subst < "0.2.1"
  484. ezcurl
  485. ezcurl-lwt
  486. ezdl
  487. ezgzip >= "0.2.3"
  488. ezjs_ace
  489. ezjs_blockies
  490. ezjs_cleave
  491. ezjs_crypto
  492. ezjs_cytoscape
  493. ezjs_d3pie
  494. ezjs_extension
  495. ezjs_fetch < "0.3"
  496. ezjs_idb < "0.1.1"
  497. ezjs_jquery
  498. ezjs_min < "0.2.3"
  499. ezjs_odometer
  500. ezjs_push
  501. ezjs_qrcode
  502. ezjs_recaptcha
  503. ezjs_timeline
  504. ezjsonm >= "1.0.0"
  505. ezjsonm-lwt >= "1.0.0"
  506. ezresto
  507. ezresto-directory
  508. ezsqlite >= "0.4.2"
  509. ezxenstore >= "0.4.1"
  510. ezxmlm >= "1.1.0"
  511. faad = "0.5.0"
  512. facteur
  513. faraday >= "0.7.1"
  514. faraday-async >= "0.7.1"
  515. faraday-lwt >= "0.7.1"
  516. faraday-lwt-unix >= "0.7.1"
  517. farmhash >= "0.4"
  518. fasmifra
  519. fat-filesystem >= "0.13.0"
  520. fd-send-recv >= "2.0.1"
  521. fdkaac = "0.3.2"
  522. feat
  523. feat-core
  524. feat-num
  525. feather < "0.2.0"
  526. feather_async < "0.2.0"
  527. ff < "0.6.0"
  528. ff-pbt < "0.6.0"
  529. ff-sig < "0.6.0"
  530. ffmpeg = "1.0.0~beta1"
  531. ffmpeg-av < "1.0.0~beta2"
  532. ffmpeg-avcodec < "1.0.0~beta2"
  533. ffmpeg-avdevice < "1.0.0~beta2"
  534. ffmpeg-avfilter < "1.0.0~beta2"
  535. ffmpeg-avutil < "1.0.0~beta2"
  536. ffmpeg-swresample < "1.0.0~beta2"
  537. ffmpeg-swscale < "1.0.0~beta2"
  538. fftw3 >= "0.8.2"
  539. fiat-p256 != "0.2.2"
  540. fieldslib >= "v0.12.0" & < "v0.17.0"
  541. file_path < "v0.17.0"
  542. fileutils >= "0.6.1" & < "0.6.6"
  543. finch
  544. fit
  545. fix >= "20181206"
  546. flac = "0.3.0"
  547. flex-array
  548. fmlib < "0.5.3"
  549. fmlib_js >= "0.3.0" & < "0.5.3"
  550. fmlib_parse < "0.5.3"
  551. fmlib_pretty < "0.5.3"
  552. fmlib_std < "0.5.3"
  553. freetds >= "0.7"
  554. frei0r >= "0.1.2"
  555. frenetic >= "5.0.5"
  556. fsml
  557. fswatch
  558. fswatch_async
  559. fswatch_lwt
  560. functoria >= "2.2.2" & < "4.0.0~beta1"
  561. functoria-runtime >= "2.2.2" & != "2.2.5" & < "4.0.0~beta1"
  562. fuzzy_compare
  563. fuzzy_match < "v0.17.0"
  564. fzf < "v0.17.0"
  565. General >= "0.6.0"
  566. gapi-ocaml >= "0.3.7"
  567. gbddml
  568. gdbprofiler >= "0.4"
  569. gemini >= "0.3.0"
  570. gen >= "0.5.2"
  571. gen_js_api >= "1.0.6" & < "1.0.8"
  572. genprint
  573. genspir >= "1.0.0"
  574. geoml
  575. get_line >= "7.0.0"
  576. gettext >= "0.4.1"
  577. gettext-camomile
  578. gettext-stub
  579. git >= "2.0.0" & < "3.3.1"
  580. git-cohttp < "3.3.1"
  581. git-cohttp-mirage < "3.3.1"
  582. git-cohttp-unix < "3.3.1"
  583. git-http >= "2.0.0"
  584. git-mirage >= "2.0.0" & < "3.3.1"
  585. git-unix >= "2.0.0" & < "3.3.1"
  586. github >= "4.0.0" & < "4.4.0"
  587. github-hooks >= "0.4.0"
  588. github-hooks-unix >= "0.4.0"
  589. github-jsoo >= "4.0.0" & < "4.4.0"
  590. github-unix >= "4.0.0" & < "4.4.0"
  591. glfw-ocaml
  592. gluten < "0.5.0"
  593. gluten-async < "0.5.0"
  594. gluten-eio < "0.5.0"
  595. gluten-lwt < "0.5.0"
  596. gluten-lwt-unix < "0.5.0"
  597. gluten-mirage < "0.5.0"
  598. gmap >= "0.2.1"
  599. gmp
  600. gnuplot >= "0.6"
  601. gobba
  602. gobject-introspection
  603. google-drive-ocamlfuse >= "0.6.26"
  604. gopcaml-mode >= "0.0.2" & < "0.0.6"
  605. gospel < "0.2.0"
  606. gperftools >= "0.4"
  607. gpr >= "1.4.0" & < "1.5.1"
  608. gr
  609. graphics >= "5.0.0"
  610. graphql >= "0.8.0"
  611. graphql-async >= "0.8.0"
  612. graphql-cohttp >= "0.9.0"
  613. graphql-lwt >= "0.8.0"
  614. graphql_parser >= "0.9.0"
  615. graphql_ppx >= "0.7.1"
  616. gremlin
  617. grenier >= "0.8" & < "0.15"
  618. grid
  619. gsl >= "1.24.0" & < "1.25.0"
  620. gstreamer >= "0.3.1"
  621. h1
  622. h1-lwt-unix
  623. h2 < "0.10.0"
  624. h2-async < "0.10.0"
  625. h2-lwt < "0.10.0"
  626. h2-lwt-unix < "0.10.0"
  627. h2-mirage < "0.10.0"
  628. hack_parallel >= "1.0.0"
  629. hacl >= "0.3"
  630. hacl-star
  631. hacl-star-raw >= "0.5.0"
  632. hacl_x25519 != "0.2.1"
  633. happy-eyeballs
  634. happy-eyeballs-lwt
  635. happy-eyeballs-miou-unix
  636. happy-eyeballs-mirage
  637. hardcaml >= "v0.12.0" & < "v0.17.0"
  638. hardcaml_axi < "v0.17.0"
  639. hardcaml_c < "v0.17.0"
  640. hardcaml_circuits < "v0.17.0"
  641. hardcaml_fixed_point < "v0.17.0"
  642. hardcaml_handshake < "v0.17.0"
  643. hardcaml_of_verilog < "v0.17.0"
  644. hardcaml_step_testbench < "v0.17.0"
  645. hardcaml_verify < "v0.17.0"
  646. hardcaml_verilator < "v0.17.0"
  647. hardcaml_waveterm < "v0.17.0"
  648. hardcaml_xilinx < "v0.17.0"
  649. hardcaml_xilinx_components < "v0.17.0"
  650. hardcaml_xilinx_reports < "v0.17.0"
  651. hashids >= "1.0.1"
  652. haxe >= "4.1.1"
  653. hc < "0.2"
  654. hdf5 >= "0.1.5"
  655. headache >= "1.04" & < "1.07"
  656. herdtools7 >= "7.55" & < "7.57"
  657. hex >= "1.3.0"
  658. hex_encode < "v0.17.0"
  659. hg_lib < "v0.17.0"
  660. hidapi >= "1.1"
  661. hidapi-lwt
  662. higher_kinded < "v0.17.0"
  663. hkdf >= "1.0.3"
  664. hl_yaml
  665. hockmd
  666. horned_worm >= "0.3.4"
  667. hpack < "0.10.0"
  668. hts_shrink >= "2.0.0"
  669. http-lwt-client
  670. http-mirage-client
  671. httpaf >= "0.6.0"
  672. httpaf-async >= "0.6.0"
  673. httpaf-lwt-unix
  674. httpaf_caged
  675. huffman
  676. hvsock >= "2.0.0"
  677. hxd < "0.3.0"
  678. ISO8601 >= "0.2.6"
  679. i3ipc >= "0.1.4"
  680. icalendar
  681. idd
  682. idds
  683. imagelib >= "20200929"
  684. incr_dom >= "v0.12.0" & < "v0.17.0"
  685. incr_dom_interactive < "v0.17.0"
  686. incr_dom_keyboard
  687. incr_dom_partial_render < "v0.17.0"
  688. incr_dom_sexp_form < "v0.17.0"
  689. incr_dom_widgets >= "v0.12.0"
  690. incr_map >= "v0.12.0" & < "v0.17.0"
  691. incr_select >= "v0.12.0" & < "v0.17.0"
  692. incremental >= "v0.12.0" & < "v0.17.0"
  693. indentation_buffer < "v0.17.0"
  694. index < "1.3.0"
  695. inferno >= "20190924" & < "20211222"
  696. influxdb
  697. influxdb-async
  698. influxdb-lwt
  699. inquire < "0.3.0"
  700. int_repr < "v0.17.0"
  701. integers >= "0.3.0"
  702. integers_stubs_js
  703. integration1d >= "0.5.1"
  704. interface-prime
  705. interface-prime-lwt
  706. interval >= "1.5" & < "1.6"
  707. interval-map
  708. interval_base
  709. interval_crlibm
  710. interval_intel
  711. io-page >= "2.1.0"
  712. io-page-unix >= "2.1.0"
  713. io-page-xen >= "2.1.0"
  714. iostream
  715. iostream-camlzip
  716. ipaddr >= "2.9.0"
  717. ipaddr-cstruct
  718. ipaddr-sexp
  719. irc-client >= "0.6.2"
  720. irc-client-lwt >= "0.6.2"
  721. irc-client-lwt-ssl
  722. irc-client-tls >= "0.6.2"
  723. irc-client-unix >= "0.6.2"
  724. irmin >= "2.0.0" & < "2.3.0"
  725. irmin-chunk >= "2.0.0" & < "2.3.0"
  726. irmin-fs >= "2.0.0" & < "2.3.0"
  727. irmin-git >= "2.0.0" & < "2.3.0"
  728. irmin-graphql < "2.3.0"
  729. irmin-http >= "2.0.0" & < "2.3.0"
  730. irmin-indexeddb >= "2.0"
  731. irmin-mem >= "2.0.0" & < "2.3.0"
  732. irmin-mirage >= "2.0.0" & < "2.3.0"
  733. irmin-mirage-git < "2.3.0"
  734. irmin-mirage-graphql < "2.3.0"
  735. irmin-pack < "2.3.0"
  736. irmin-test < "2.3.0"
  737. irmin-unix >= "2.0.0" & < "2.3.0"
  738. iso639
  739. iter
  740. itv-tree >= "2.2"
  741. JsOfOCairo >= "2.0.0"
  742. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  743. jane_rope < "v0.17.0"
  744. janestreet_cpuid < "v0.17.0"
  745. janestreet_csv < "v0.17.0"
  746. janestreet_lru_cache < "v0.17.0"
  747. jemalloc >= "0.2"
  748. jerboa
  749. jhupllib >= "0.2.1"
  750. jingoo >= "1.3.0"
  751. js_of_ocaml >= "3.3.0" & < "3.10.0"
  752. js_of_ocaml-compiler >= "3.3.0" & < "3.10.0"
  753. js_of_ocaml-lwt >= "3.3.0" & < "3.10.0"
  754. js_of_ocaml-ocamlbuild >= "3.5.0" & < "3.10.0"
  755. js_of_ocaml-ppx >= "3.3.0" & < "3.10.0"
  756. js_of_ocaml-ppx_deriving_json >= "3.3.0" & < "3.10.0"
  757. js_of_ocaml-toplevel >= "3.3.0" & < "3.10.0"
  758. js_of_ocaml-tyxml >= "3.3.0" & < "3.10.0"
  759. js_of_ocaml-webgpu
  760. js_of_ocaml-webidl
  761. js_of_ocaml_patches < "v0.17.0"
  762. json-data-encoding < "1.0.0"
  763. json-data-encoding-browser < "1.0.0"
  764. json-data-encoding-bson < "1.0.0"
  765. json_decoder
  766. jsonaf < "v0.17.0"
  767. jsonrpc < "1.6.0"
  768. jsonxt
  769. jsoo_broadcastchannel >= "2.0.0"
  770. jsoo_storage >= "1.0.1"
  771. jst-config < "v0.17.0"
  772. junit >= "2.0.1"
  773. junit_alcotest >= "2.0.1"
  774. junit_ounit >= "2.0.1"
  775. jupyter >= "2.3.2"
  776. jupyter-archimedes >= "2.3.2" & < "2.7.3"
  777. jupyter-kernel
  778. jwto < "0.4.0"
  779. kafka >= "0.5"
  780. kafka_async
  781. kafka_lwt
  782. kappa-agents < "4.1.3"
  783. kappa-binaries < "4.1.3"
  784. kappa-library < "4.1.3"
  785. kappa-server
  786. kcas < "0.1.6"
  787. kdf
  788. ke
  789. key-parsers >= "0.10.0"
  790. kicadsch >= "0.4.0"
  791. kind2 < "1.5.0"
  792. kinetic-client >= "0.0.11"
  793. kqueue < "0.2.0"
  794. krb
  795. lablgtk3 >= "3.0.beta4"
  796. lablgtk3-goocanvas2
  797. lablgtk3-gtkspell3
  798. lablgtk3-rsvg2
  799. lablgtk3-sourceview3
  800. lablqml = "0.6.2"
  801. labrys
  802. lacaml >= "11.0.2" & < "11.0.10"
  803. ladspa = "0.2.0"
  804. lambda
  805. lambda-runtime
  806. lambda-term >= "2.0" & < "3.3.0"
  807. lambda_streams
  808. lambda_streams_async
  809. lambda_streams_lwt
  810. lambdasoup >= "0.6.4" & < "0.7.3"
  811. lame >= "0.3.4" & < "0.3.6"
  812. lascar >= "0.6-alpha"
  813. lastfm = "0.3.3"
  814. launchd >= "1.3"
  815. lazy-trie >= "1.2.0"
  816. lbfgs >= "0.9.1"
  817. lbvs_consent >= "2.1.0"
  818. ldap = "2.4.1"
  819. learn-ocaml
  820. learn-ocaml-client
  821. ledgerwallet
  822. ledgerwallet-tezos
  823. lens >= "1.2.3"
  824. letsencrypt
  825. letsencrypt-app
  826. letsencrypt-dns
  827. letsencrypt-mirage
  828. letters < "0.3.0"
  829. leveldb >= "1.3.0"
  830. libabsolute
  831. libsvm >= "0.10.0"
  832. libzipperposition
  833. line-up-words >= "v0.12.0" & < "v0.17.0"
  834. line_oriented
  835. linenoise >= "1.2.0"
  836. links >= "0.9" & < "0.9.5"
  837. links-mysql < "0.9.5"
  838. links-postgresql >= "0.9" & < "0.9.5"
  839. links-sqlite3 < "0.9.5"
  840. linol
  841. linol-eio
  842. linol-lwt
  843. linwrap
  844. liquid_interpreter
  845. liquid_ml
  846. liquid_parser
  847. liquid_std
  848. liquid_syntax
  849. lmdb >= "1.0"
  850. lo >= "0.2.0"
  851. loga >= "0.0.5"
  852. logical
  853. logs-async < "1.3"
  854. logs-async-reporter < "1.3"
  855. logs-ppx
  856. logs-syslog >= "0.2.0"
  857. logtk >= "1.5.1"
  858. lp
  859. lp-glpk
  860. lp-glpk-js
  861. lp-gurobi
  862. lpd >= "1.2.2"
  863. lru >= "0.3.0"
  864. lsp < "1.6.0"
  865. lua_parser < "1.0.2"
  866. lun
  867. lustre-v6 >= "6.103.3"
  868. lutils >= "1.51.2"
  869. lutin >= "2.71.10"
  870. luv < "0.5.13"
  871. luv_unix
  872. lwd < "0.2"
  873. lwt >= "4.2.0" & < "5.9.0"
  874. lwt-canceler
  875. lwt-dllist
  876. lwt-exit
  877. lwt-parallel >= "1.0.0"
  878. lwt-pipe
  879. lwt-pipeline >= "0.2"
  880. lwt-watcher
  881. lwt_domain
  882. lwt_glib >= "1.1.1"
  883. lwt_log >= "1.1.1"
  884. lwt_ppx >= "1.2.2"
  885. lwt_react >= "1.1.2"
  886. lwt_ssl >= "1.1.3"
  887. lz4 >= "1.2.0"
  888. lz4_chans
  889. lzo >= "0.0.3"
  890. macaddr
  891. macaddr-cstruct
  892. macaddr-sexp
  893. mad = "0.5.0"
  894. magic-mime >= "1.1.2"
  895. magic-trace
  896. malfunction < "0.5"
  897. man_in_the_middle_debugger < "v0.17.0"
  898. markdown
  899. markup >= "0.8.0" & < "1.0.0-1"
  900. markup-lwt
  901. mastodon-archive-viewer >= "0.2" & < "0.4.0"
  902. matplotlib
  903. mc2
  904. mccs >= "1.1+10"
  905. md2mld < "0.7.0"
  906. mdx < "1.11.0"
  907. mechaml >= "1.1.0"
  908. memcad >= "1.1.0"
  909. memo < "0.2"
  910. memprof-limits
  911. memtrace
  912. memtrace-mirage
  913. memtrace_viewer >= "v0.15.0"
  914. menhir >= "20200123" & < "20211125"
  915. menhirLib < "20211125"
  916. menhirSdk < "20211125"
  917. merge-fmt
  918. merlin >= "3.2.1" & < "4.1-411"
  919. merlin-extend >= "0.4"
  920. mesh >= "0.9.5"
  921. mesh-easymesh >= "0.9.5"
  922. mesh-graphics >= "0.9.5"
  923. mesh-triangle >= "0.9.5"
  924. metapp < "0.4.4"
  925. metaquot < "0.5.2"
  926. metrics
  927. metrics-influx
  928. metrics-lwt
  929. metrics-mirage
  930. metrics-rusage
  931. metrics-unix
  932. mew
  933. mew_vi
  934. mimic < "0.0.2"
  935. mindstorm >= "0.8"
  936. mindstorm-lwt
  937. minicaml
  938. minicli >= "5.0.2"
  939. minisat >= "0.3"
  940. mirage >= "3.3.0" & < "4.0.0~beta1"
  941. mirage-block >= "1.2.0"
  942. mirage-block-combinators
  943. mirage-block-lwt >= "1.2.0"
  944. mirage-block-ramdisk >= "0.4"
  945. mirage-block-solo5 >= "0.6.0"
  946. mirage-block-unix >= "2.11.0"
  947. mirage-block-xen
  948. mirage-bootvar
  949. mirage-bootvar-solo5 >= "0.6.0"
  950. mirage-bootvar-unix
  951. mirage-bootvar-xen >= "0.6.0"
  952. mirage-channel >= "3.2.0"
  953. mirage-channel-lwt >= "3.2.0"
  954. mirage-clock >= "2.0.0" & < "4.1.0"
  955. mirage-clock-freestanding >= "2.0.0" & < "4.1.0"
  956. mirage-clock-lwt >= "2.0.0"
  957. mirage-clock-unix >= "2.0.0" & < "4.1.0"
  958. mirage-conduit = "1.3.0" | >= "3.1.0"
  959. mirage-console >= "2.4.0"
  960. mirage-console-lwt >= "2.4.0"
  961. mirage-console-solo5 >= "0.6.0"
  962. mirage-console-unix >= "2.4.1"
  963. mirage-console-xen
  964. mirage-console-xen-backend >= "2.4.0"
  965. mirage-console-xen-proto >= "2.4.0"
  966. mirage-crypto != "0.8.6" & < "0.11.0"
  967. mirage-crypto-ec < "0.11.0"
  968. mirage-crypto-entropy
  969. mirage-crypto-pk != "0.8.6" & < "0.11.0"
  970. mirage-crypto-rng != "0.8.6" & < "0.11.0"
  971. mirage-crypto-rng-async < "0.11.0"
  972. mirage-crypto-rng-mirage != "0.8.6" & < "0.11.0"
  973. mirage-device >= "1.2.0"
  974. mirage-dns >= "3.1.0"
  975. mirage-entropy >= "0.5.1"
  976. mirage-flow >= "1.6.0"
  977. mirage-flow-combinators
  978. mirage-flow-lwt >= "1.6.0"
  979. mirage-flow-rawlink >= "1.1.0"
  980. mirage-flow-unix >= "1.6.0"
  981. mirage-fs >= "1.2.0"
  982. mirage-fs-lwt >= "1.2.0"
  983. mirage-fs-mem
  984. mirage-fs-unix >= "1.6.0"
  985. mirage-kv >= "2.0.0"
  986. mirage-kv-lwt >= "2.0.0"
  987. mirage-kv-mem
  988. mirage-kv-unix < "3.0.0"
  989. mirage-logs >= "1.0.0" & < "2.0.0"
  990. mirage-monitoring
  991. mirage-nat >= "1.1.0"
  992. mirage-net >= "2.0.0"
  993. mirage-net-lwt >= "2.0.0"
  994. mirage-net-macosx >= "1.5.0"
  995. mirage-net-solo5 >= "0.4.3"
  996. mirage-net-unix >= "2.5.0"
  997. mirage-net-xen
  998. mirage-profile >= "0.9.0"
  999. mirage-profile-unix >= "0.9.0"
  1000. mirage-profile-xen >= "0.9.0"
  1001. mirage-protocols >= "2.0.0"
  1002. mirage-protocols-lwt >= "2.0.0"
  1003. mirage-qubes >= "0.7.0"
  1004. mirage-qubes-ipv4 >= "0.7.0"
  1005. mirage-random >= "1.2.0"
  1006. mirage-random-stdlib
  1007. mirage-random-test
  1008. mirage-runtime >= "3.3.0" & < "4.0.0~beta1"
  1009. mirage-solo5 >= "0.6.2" & < "0.7.0"
  1010. mirage-stack >= "1.4.0"
  1011. mirage-stack-lwt >= "1.4.0"
  1012. mirage-time >= "1.3.0"
  1013. mirage-time-lwt >= "1.3.0"
  1014. mirage-time-unix >= "1.3.0"
  1015. mirage-types >= "3.3.0"
  1016. mirage-types-lwt >= "3.3.0"
  1017. mirage-unix >= "3.2.0"
  1018. mirage-vnetif >= "0.4.2"
  1019. mirage-vnetif-stack
  1020. mirage-xen < "7.2.0"
  1021. mkaudio >= "1.1.0"
  1022. mkocaml
  1023. mlfenv
  1024. mlmpfr >= "4.0.2+dune" & < "4.1.0+bugfix1"
  1025. mlpost-lablgtk
  1026. mlt_parser >= "v0.12.0" & < "v0.17.0"
  1027. mm >= "0.7.0" & < "0.7.2"
  1028. mmap
  1029. mmdb
  1030. mock >= "0.1.1"
  1031. mock-ounit >= "0.1.1"
  1032. molenc
  1033. monaco_jsoo
  1034. monolith < "20241126"
  1035. monorobot
  1036. morbig >= "0.10.3"
  1037. morsmall
  1038. moss >= "0.1.1"
  1039. mparser >= "1.3"
  1040. mparser-pcre
  1041. mparser-re
  1042. mperf
  1043. mpg123 < "0.3"
  1044. mpp >= "0.3.4"
  1045. mpris >= "0.2.0"
  1046. mpris-clients
  1047. mrmime < "0.4.0"
  1048. mrt-format >= "0.3.1"
  1049. msat >= "0.8"
  1050. msat-bin
  1051. msgpck >= "1.5"
  1052. msgpck-repr
  1053. mssql
  1054. mugen
  1055. multipart-form-data >= "0.3.0"
  1056. multipart_form
  1057. multipart_form-cohttp-lwt
  1058. multipart_form-eio
  1059. multipart_form-lwt
  1060. murmur3 >= "0.3"
  1061. mustache = "3.1.0"
  1062. mutf8
  1063. mwt
  1064. mybuild >= "7"
  1065. mysql8
  1066. n_ary < "v0.17.0"
  1067. naboris
  1068. nacc
  1069. nbd = "4.0.3"
  1070. netchannel
  1071. netkat
  1072. netlink >= "0.3.4"
  1073. netsnmp < "v0.17.0"
  1074. nice_parser
  1075. nmea
  1076. nocoiner
  1077. noise
  1078. nottui < "0.2"
  1079. nottui-lwt < "0.2"
  1080. nottui-pretty < "0.2"
  1081. notty >= "0.2.3"
  1082. notty_async >= "v0.12.0" & < "v0.17.0"
  1083. np
  1084. npy >= "0.0.9"
  1085. nsq >= "0.4.0"
  1086. numeric_string < "v0.17.0"
  1087. nuscr < "2.0.0"
  1088. OCanren < "0.3.0~alpha1"
  1089. OCanren-ppx < "0.3.0~alpha1"
  1090. obeam
  1091. obelisk >= "0.5.0"
  1092. obus >= "1.2.0"
  1093. ocal >= "0.2.2"
  1094. ocaml-canvas
  1095. ocaml-compiler-libs >= "v0.12.0" & != "v0.12.4"
  1096. ocaml-embed-file < "v0.17.0"
  1097. ocaml-lsp-server < "1.6.0"
  1098. ocaml-lua >= "1.8"
  1099. ocaml-migrate-parsetree >= "1.2.0"
  1100. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1101. ocaml-monadic >= "0.4.1"
  1102. ocaml-print-intf
  1103. ocaml-probes < "v0.17.0"
  1104. ocaml-protoc >= "2.0.1"
  1105. ocaml-protoc-plugin < "4.3.1"
  1106. ocaml-r >= "0.1.1"
  1107. ocaml-syntax-shims
  1108. ocaml-systemd >= "1.3"
  1109. ocaml-top >= "1.2.0"
  1110. ocaml-vdom < "transition"
  1111. ocaml-version >= "1.0.0" & < "3.6.0"
  1112. ocaml_db_model
  1113. ocaml_intrinsics < "v0.17.0"
  1114. ocaml_pgsql_model
  1115. ocaml_plugin >= "v0.12.0"
  1116. ocamlapi
  1117. ocamlapi_async
  1118. ocamlapi_lwt_unix
  1119. ocamlapi_ppx
  1120. ocamlcodoc
  1121. ocamlformat >= "0.7" & < "0.16.0"
  1122. ocamlfuse >= "2.7.1-cvs6" & < "2.7.1-cvs8"
  1123. ocamlgraph >= "2.0.0"
  1124. ocamlgraph_gtk
  1125. ocamline
  1126. ocb
  1127. ocluster < "0.2"
  1128. ocluster-api < "0.2"
  1129. ocolor
  1130. ocp-browser >= "1.1.9"
  1131. ocp-indent >= "1.7.0"
  1132. ocp-indent-nlfork >= "1.5.4"
  1133. ocp-index >= "1.1.9"
  1134. ocp_reveal
  1135. ocplib-endian >= "1.1"
  1136. ocplib-json-typed >= "0.7"
  1137. ocplib-json-typed-browser
  1138. ocplib-json-typed-bson
  1139. ocplib-simplex >= "0.5"
  1140. ocplib_stuff < "0.4.0"
  1141. octavius >= "1.2.2"
  1142. odash
  1143. odate >= "0.6"
  1144. odep < "0.2.0"
  1145. odepack >= "0.6.9"
  1146. odnnr
  1147. odoc >= "1.4.0" & < "2.0.0"
  1148. of_json < "v0.17.0"
  1149. offheap
  1150. ogg = "0.6.0" | = "0.7.0"
  1151. ojs < "1.0.8"
  1152. olinq >= "0.3"
  1153. omd >= "2.0.0~alpha1" & < "2.0.0~alpha3"
  1154. omg
  1155. omigrate < "0.3.1"
  1156. omlr
  1157. opam-0install < "0.4.2"
  1158. opam-0install-cudf < "0.4.2"
  1159. opam-bin >= "0.9.5" & < "1.2.0"
  1160. opam-build
  1161. opam-client >= "2.0.2" & < "2.3.0~beta1"
  1162. opam-compiler < "0.2.0"
  1163. opam-core >= "2.0.2" & < "2.3.0~alpha1"
  1164. opam-custom-install
  1165. opam-devel >= "2.0.2" & < "2.3.0~beta1"
  1166. opam-ed >= "0.4"
  1167. opam-file-format >= "2.1.0" & < "2.1.5"
  1168. opam-format >= "2.0.2" & < "2.3.0~beta1"
  1169. opam-graph
  1170. opam-grep >= "0.2.0"
  1171. opam-installer >= "2.0.2" & < "2.3.0~beta1"
  1172. opam-monorepo >= "0.2.0" & < "0.2.2"
  1173. opam-package-upgrade >= "0.2"
  1174. opam-publish >= "2.0.2"
  1175. opam-repository >= "2.0.2" & < "2.3.0~beta1"
  1176. opam-solver >= "2.0.2" & < "2.3.0~beta1"
  1177. opam-state >= "2.0.2" & < "2.3.0~beta1"
  1178. opam-test
  1179. opam2web >= "2.0"
  1180. opam_bin_lib < "1.2.0"
  1181. opasswd >= "1.3.1"
  1182. opazl
  1183. openai-gym
  1184. opencc0
  1185. opencc1
  1186. opencc1_1
  1187. openQASM
  1188. opium >= "0.17.0"
  1189. opium-graphql
  1190. opium-testing
  1191. opium_kernel >= "0.17.0"
  1192. oplot < "0.71"
  1193. oplsr
  1194. opomodoro
  1195. optal
  1196. opti
  1197. optimization1d >= "0.6.1"
  1198. optint >= "0.0.2"
  1199. opus = "0.2.0"
  1200. oraft < "0.3.0"
  1201. oranger >= "2.0.1"
  1202. orb
  1203. ordinal_abbreviation < "v0.17.0"
  1204. ordma >= "0.0.5"
  1205. orec >= "1.0.1"
  1206. orewa
  1207. orpie
  1208. orrandomForest
  1209. orsvm_e1071 >= "4.0.0"
  1210. orun
  1211. orxgboost >= "1.1.0"
  1212. oseq >= "0.2"
  1213. oskel
  1214. osx-secure-transport >= "0.1.1"
  1215. otf
  1216. otoml
  1217. otr >= "0.3.6"
  1218. ounit = "2.1.2"
  1219. ounit-lwt < "2.2.0"
  1220. ounit2 < "2.2.7"
  1221. ounit2-lwt < "2.2.7"
  1222. override < "0.4.0"
  1223. owee >= "0.3"
  1224. owl >= "0.4.0"
  1225. owl-base >= "0.4.0"
  1226. owl-jupyter
  1227. owl-ode
  1228. owl-ode-base
  1229. owl-ode-odepack
  1230. owl-ode-sundials
  1231. owl-opt
  1232. owl-opt-lbfgs
  1233. owl-plplot
  1234. owl-symbolic
  1235. owl-top >= "0.4.0"
  1236. owl-zoo >= "0.4.0"
  1237. owork
  1238. ozulip
  1239. p4pp
  1240. pacomb
  1241. paf
  1242. paf-cohttp
  1243. paf-le
  1244. pam < "v0.17.0"
  1245. pandoc < "0.2.1"
  1246. pandoc-abbreviations < "0.2.1"
  1247. pandoc-comment < "0.2.1"
  1248. pandoc-crossref < "0.2.1"
  1249. pandoc-include < "0.2.1"
  1250. pandoc-inspect < "0.2.1"
  1251. pandoc-pdf2png < "0.2.1"
  1252. pandoc-replace < "0.2.1"
  1253. papi >= "0.1.1"
  1254. parany >= "7.0.2"
  1255. pardi
  1256. parmap >= "1.1.1" & < "1.2.3"
  1257. parse-argv >= "0.2.0"
  1258. parsexp >= "v0.12.0" & < "v0.17.0"
  1259. parsexp_io >= "v0.12.0" & < "v0.17.0"
  1260. parsley
  1261. patch < "2.0.0"
  1262. patdiff >= "v0.12.1" & < "v0.17.0"
  1263. patience_diff >= "v0.12.0" & < "v0.17.0"
  1264. pattern
  1265. pb
  1266. pb-plugin
  1267. pbkdf >= "1.0.0"
  1268. pbrt
  1269. pbrt_services
  1270. pbrt_yojson
  1271. pcap-format >= "0.5.2"
  1272. pcre >= "7.3.5" & < "7.5.0"
  1273. pds-reachability >= "0.2.2"
  1274. pecu >= "0.2"
  1275. petr4
  1276. pf-qubes
  1277. pg_query
  1278. pgocaml >= "4.0"
  1279. pgocaml_ppx
  1280. pgx >= "1.0" & < "2.2"
  1281. pgx_async >= "1.0" & < "2.2"
  1282. pgx_lwt >= "1.0" & < "2.2"
  1283. pgx_lwt_mirage < "2.2"
  1284. pgx_lwt_unix < "2.2"
  1285. pgx_unix >= "1.0" & < "2.2"
  1286. pgx_value_core < "2.2"
  1287. pgx_value_ptime < "2.2"
  1288. phantom-algebra >= "1.0.1"
  1289. phonetic
  1290. piaf < "0.2.0"
  1291. picasso
  1292. piqi >= "0.7.8"
  1293. piqilib >= "0.6.16"
  1294. pixel_pusher
  1295. pkcs11 >= "0.18.0"
  1296. pkcs11-cli
  1297. pkcs11-driver
  1298. pkcs11-rev
  1299. pla >= "1.3"
  1300. plato
  1301. plebeia < "2.0.0"
  1302. plist-xml < "0.3.0"
  1303. plist-xml-lwt < "0.3.0"
  1304. plotkicadsch >= "0.4.0"
  1305. plplot >= "5.11.0-1"
  1306. polka
  1307. polling_state_rpc < "v0.17.0"
  1308. polly
  1309. pomap >= "4.1.0" & < "4.1.2"
  1310. portaudio = "0.2.2"
  1311. portaudio_c_bindings
  1312. posix-base < "2.0.2"
  1313. posix-bindings < "2.0.2"
  1314. posix-getopt >= "2.0.0" & < "2.0.2"
  1315. posix-signal < "2.0.2"
  1316. posix-socket < "2.0.2"
  1317. posix-socket-unix < "2.0.2"
  1318. posix-time2 < "2.0.2"
  1319. posix-types >= "2.0.0" & < "2.0.2"
  1320. posix-uname < "2.0.2"
  1321. posixat >= "v0.12.0" & < "v0.17.0"
  1322. postgres_async < "v0.17.0"
  1323. postgresql >= "4.4.1" & < "5.1.0"
  1324. pp < "1.2.0"
  1325. pprint >= "20200226"
  1326. ppx-owl-opt
  1327. ppx_accessor < "v0.17.0"
  1328. ppx_assert >= "v0.12.0" & < "v0.17.0"
  1329. ppx_bap
  1330. ppx_base >= "v0.12.0" & < "v0.17.0"
  1331. ppx_bench >= "v0.12.0" & < "v0.17.0"
  1332. ppx_bigarray >= "3.0.0"
  1333. ppx_bin_prot >= "v0.12.0" & < "v0.17.0"
  1334. ppx_bitstring >= "4.0.0"
  1335. ppx_blob >= "0.6.0"
  1336. ppx_bsx
  1337. ppx_cold < "v0.17.0"
  1338. ppx_compare >= "v0.12.0" & < "v0.17.0"
  1339. ppx_compose >= "0.1.0"
  1340. ppx_const >= "2.0"
  1341. ppx_conv_func >= "v0.12.0" & < "v0.17.0"
  1342. ppx_css < "v0.17.0"
  1343. ppx_cstruct >= "3.3.0"
  1344. ppx_cstubs
  1345. ppx_csv_conv >= "v0.12.0" & < "v0.17.0"
  1346. ppx_custom_printf >= "v0.12.0" & < "v0.17.0"
  1347. ppx_defer >= "0.4.0"
  1348. ppx_demo < "v0.17.0"
  1349. ppx_derive_at_runtime < "v0.17.0"
  1350. ppx_derivers >= "1.2.1"
  1351. ppx_deriving >= "4.3"
  1352. ppx_deriving_cmdliner >= "0.5.1"
  1353. ppx_deriving_encoding < "0.3.0"
  1354. ppx_deriving_hardcaml >= "v0.12.0"
  1355. ppx_deriving_jsoo
  1356. ppx_deriving_madcast >= "0.2"
  1357. ppx_deriving_protobuf >= "2.7"
  1358. ppx_deriving_rpc >= "6.1.0"
  1359. ppx_deriving_yaml < "0.2.0"
  1360. ppx_deriving_yojson >= "3.3"
  1361. ppx_disable_unused_warnings < "v0.17.0"
  1362. ppx_distr_guards = "0.2"
  1363. ppx_enum
  1364. ppx_enumerate >= "v0.12.0" & < "v0.17.0"
  1365. ppx_expect >= "v0.12.0" & < "v0.17.0"
  1366. ppx_factory
  1367. ppx_fail >= "v0.12.0"
  1368. ppx_fast_pipe
  1369. ppx_fields_conv >= "v0.12.0" & < "v0.17.0"
  1370. ppx_fixed_literal < "v0.17.0"
  1371. ppx_gen_rec >= "1.1.0"
  1372. ppx_getenv >= "2.0"
  1373. ppx_globalize < "v0.17.0"
  1374. ppx_hash >= "v0.12.0" & < "v0.17.0"
  1375. ppx_here >= "v0.12.0" & < "v0.17.0"
  1376. ppx_ignore_instrumentation < "v0.17.0"
  1377. ppx_import >= "1.5-3-gbd627d5"
  1378. ppx_inline_alcotest
  1379. ppx_inline_test >= "v0.12.0" & < "v0.16.1"
  1380. ppx_irmin < "2.3.0"
  1381. ppx_jane >= "v0.12.0" & < "v0.17.0"
  1382. ppx_js_style >= "v0.12.0" & < "v0.17.0"
  1383. ppx_jsobject_conv >= "0.6.0" & < "0.9.0"
  1384. ppx_jsonaf_conv < "v0.17.0"
  1385. ppx_let >= "v0.12.0" & < "v0.17.0"
  1386. ppx_log < "v0.17.0"
  1387. ppx_meta_conv >= "4.0.1"
  1388. ppx_module_timer < "v0.17.0"
  1389. ppx_monoid = "0.3.2"
  1390. ppx_mysql
  1391. ppx_mysql_identity
  1392. ppx_optcomp >= "v0.12.0" & < "v0.17.0"
  1393. ppx_optional >= "v0.12.0" & < "v0.17.0"
  1394. ppx_pattern_bind < "v0.17.0"
  1395. ppx_pipebang >= "v0.12.0" & < "v0.17.0"
  1396. ppx_protocol_conv >= "3.1.0"
  1397. ppx_protocol_conv_json >= "3.1.0"
  1398. ppx_protocol_conv_jsonm
  1399. ppx_protocol_conv_msgpack >= "3.1.0"
  1400. ppx_protocol_conv_xml_light >= "3.1.0"
  1401. ppx_protocol_conv_xmlm
  1402. ppx_protocol_conv_yaml >= "3.1.0"
  1403. ppx_python < "v0.17.0"
  1404. ppx_rapper
  1405. ppx_rapper_async
  1406. ppx_rapper_lwt
  1407. ppx_regexp >= "0.4.0"
  1408. ppx_relit
  1409. ppx_sexp_conv >= "v0.12.0" & < "v0.17.0"
  1410. ppx_sexp_message >= "v0.12.0" & < "v0.17.0"
  1411. ppx_sexp_value >= "v0.12.0" & < "v0.17.0"
  1412. ppx_show
  1413. ppx_stable < "v0.17.0"
  1414. ppx_stable_witness < "v0.17.0"
  1415. ppx_string < "v0.17.0"
  1416. ppx_string_interpolation
  1417. ppx_test >= "1.7.0"
  1418. ppx_there
  1419. ppx_tools >= "6.0+4.08.0"
  1420. ppx_tools_versioned >= "5.2.2"
  1421. ppx_tydi < "v0.17.0"
  1422. ppx_type_directed_value
  1423. ppx_typed_fields < "v0.17.0"
  1424. ppx_typerep_conv >= "v0.12.0" & < "v0.17.0"
  1425. ppx_tyre
  1426. ppx_units
  1427. ppx_variants_conv >= "v0.12.0" & < "v0.17.0"
  1428. ppx_wideopen
  1429. ppx_xml_conv >= "v0.12.0" & < "v0.17.0"
  1430. ppx_yojson < "1.3.0"
  1431. ppx_yojson_conv < "v0.17.0"
  1432. ppx_yojson_conv_lib < "v0.17.0"
  1433. ppxfind >= "1.3"
  1434. ppxlib >= "0.4.0" & < "0.21.0"
  1435. ppxx >= "2.4.0"
  1436. prbnmcn-ucb1 < "0.0.2"
  1437. prc
  1438. printbox >= "0.2" & < "0.8"
  1439. printbox-html < "0.8"
  1440. printbox-text < "0.8"
  1441. prof_spacetime >= "0.3.0"
  1442. profunctor < "v0.17.0"
  1443. prom
  1444. prometheus >= "0.6"
  1445. prometheus-app >= "0.6"
  1446. promise
  1447. protocell
  1448. protocol-9p >= "1.0.0"
  1449. protocol-9p-tool >= "1.0.0"
  1450. protocol-9p-unix >= "1.0.0"
  1451. protocol_version_header >= "v0.12.0" & < "v0.17.0"
  1452. psmt2-frontend >= "0.3.0"
  1453. psq >= "0.1.1"
  1454. ptmap >= "2.0.5"
  1455. ptset >= "1.0.1"
  1456. pulseaudio = "0.1.4"
  1457. pure-splitmix >= "0.3"
  1458. py >= "1.1"
  1459. pythonlib
  1460. qbf >= "0.3"
  1461. qcheck >= "0.9" & < "0.21"
  1462. qcheck-alcotest < "0.21"
  1463. qcheck-core < "0.21"
  1464. qcheck-ounit < "0.21"
  1465. qiskit < "0.44.0"
  1466. qmp >= "0.19.0"
  1467. qrencode >= "0.2"
  1468. qtest >= "2.10.1"
  1469. queenshead
  1470. quests
  1471. radamsa
  1472. radare2 >= "0.0.3"
  1473. randomconv >= "0.1.1"
  1474. range
  1475. rangeSet
  1476. rankers
  1477. rawlink >= "1.0" & < "2.1"
  1478. raylib < "0.3.1"
  1479. rdbg >= "1.196.12"
  1480. re >= "1.9.0"
  1481. re2 >= "v0.12.1" & < "v0.17.0"
  1482. re2_stable
  1483. re_parser < "v0.17.0"
  1484. reactiveData >= "0.3.0"
  1485. reanalyze
  1486. reason >= "3.5.0" & < "3.9.0"
  1487. reason-standard
  1488. received
  1489. record_builder >= "v0.12.0" & < "v0.17.0"
  1490. records >= "1.0.0"
  1491. reddit_api_async < "0.2.1"
  1492. reddit_api_kernel < "0.2.1"
  1493. redirect
  1494. redis >= "0.4"
  1495. redis-async < "v0.17.0"
  1496. redis-lwt >= "0.4"
  1497. redis-sync >= "0.4"
  1498. reed-solomon-erasure >= "1.0.2"
  1499. reedsolomon >= "0.3"
  1500. refl
  1501. regenerate >= "0.2"
  1502. regex_parser_intf < "v0.17.0"
  1503. relit_helper
  1504. remu_ts
  1505. reparse < "2.0.0"
  1506. res = "5.0.1"
  1507. resource-pooling >= "1.1"
  1508. resource_cache >= "v0.12.0" & < "v0.17.0"
  1509. resp
  1510. resp-client
  1511. resp-mirage
  1512. resp-server >= "0.9"
  1513. resp-unix
  1514. resto
  1515. resto-acl
  1516. resto-cohttp
  1517. resto-cohttp-client
  1518. resto-cohttp-self-serving-client
  1519. resto-cohttp-server
  1520. resto-directory
  1521. resto-json
  1522. result >= "1.4"
  1523. rfc1951 >= "0.8.1" & != "1.0.0" & < "1.3.0"
  1524. rfc6287 >= "1.0.4"
  1525. rfc7748
  1526. rfsm >= "1.6-alpha-3" & < "2.0"
  1527. rhythm
  1528. ringo
  1529. ringo-lwt
  1530. rock
  1531. root1d >= "0.5.1"
  1532. rope >= "0.6.2"
  1533. rosetta >= "0.2.0"
  1534. routes < "1.0.0"
  1535. rpc >= "6.1.0"
  1536. rpc_parallel >= "v0.12.0" & < "v0.17.0"
  1537. rpclib >= "6.1.0"
  1538. rpclib-async >= "6.1.0"
  1539. rpclib-html
  1540. rpclib-js
  1541. rpclib-lwt >= "6.1.0"
  1542. rss
  1543. rtop >= "3.5.0" & < "3.9.0"
  1544. rungen
  1545. rusage
  1546. SZXX
  1547. safepass >= "3.1"
  1548. salsa20 >= "1.0.0"
  1549. salsa20-core >= "1.0.0"
  1550. sanddb = "0.2"
  1551. satex
  1552. satyrographos < "0.0.2.7"
  1553. scgi
  1554. scipy
  1555. scrypt-kdf >= "1.0.0"
  1556. searchTree
  1557. secp256k1 >= "0.4.1"
  1558. secp256k1-internal < "0.4.0"
  1559. sedlex >= "2.0" & < "2.4"
  1560. sek
  1561. selective
  1562. semantic_version < "v0.17.0"
  1563. semaphore-compat
  1564. semver >= "0.2.1"
  1565. semver2
  1566. sendmail
  1567. sendmail-lwt
  1568. sendmail-miou-unix
  1569. sendmail-mirage
  1570. sentry
  1571. seq >= "0.2" & < "base"
  1572. sequencer_table >= "v0.12.0" & < "v0.17.0"
  1573. serial
  1574. session >= "0.4.1"
  1575. session-cohttp >= "0.4.1"
  1576. session-cohttp-async >= "0.4.1"
  1577. session-cohttp-lwt >= "0.4.1"
  1578. session-cookie
  1579. session-cookie-async
  1580. session-cookie-lwt
  1581. session-postgresql >= "0.4.1"
  1582. session-postgresql-async >= "0.4.1"
  1583. session-postgresql-lwt >= "0.4.1"
  1584. session-redis-lwt >= "0.4.1"
  1585. session-webmachine >= "0.4.1"
  1586. setcore >= "1.0.2"
  1587. sexp < "v0.17.0"
  1588. sexp_diff < "v0.17.0"
  1589. sexp_diff_kernel
  1590. sexp_grammar < "v0.17.0"
  1591. sexp_macro < "v0.17.0"
  1592. sexp_pretty >= "v0.12.0" & < "v0.17.0"
  1593. sexp_select < "v0.17.0"
  1594. sexp_string_quickcheck < "v0.17.0"
  1595. sexplib >= "v0.12.0" & < "v0.17.0"
  1596. sexplib0 >= "v0.12.0" & < "v0.17.0"
  1597. sgf >= "1.0.1"
  1598. sha >= "1.13" & < "1.15.1"
  1599. shapefile
  1600. shared-memory-ring >= "3.1.0"
  1601. shared-memory-ring-lwt >= "3.1.0"
  1602. shared-secret >= "0.4"
  1603. shell < "v0.17.0"
  1604. shexp >= "v0.12.0" & < "v0.17.0"
  1605. sihl < "0.1.5"
  1606. simple63
  1607. sklearn
  1608. slacko >= "0.14.1"
  1609. slug
  1610. smart-print >= "0.3.0"
  1611. smbc >= "0.5"
  1612. smtlib-utils
  1613. snappy >= "0.1.2"
  1614. so
  1615. solidity-alcotest
  1616. solidity-common
  1617. solidity-parser
  1618. solidity-test
  1619. solidity-typechecker
  1620. sortedseq_intersect
  1621. soundtouch >= "0.1.9"
  1622. soupault
  1623. spacetime_lib >= "0.3.0"
  1624. spawn < "v0.9.0" | >= "v0.13.0" & < "v0.15.0"
  1625. spdx_licenses
  1626. speex = "0.4.0"
  1627. spelll >= "0.3"
  1628. spin < "0.7.0"
  1629. splay_tree >= "v0.12.0" & < "v0.17.0"
  1630. splittable_random >= "v0.12.0" & < "v0.17.0"
  1631. spotify-web-api >= "0.2.1"
  1632. spotlib >= "4.1.0"
  1633. sqlgg >= "20200521"
  1634. sqlite3 >= "4.4.1" & < "5.0.3"
  1635. sqlite3_utils
  1636. srt < "0.2.1"
  1637. ssh-agent >= "0.2.0"
  1638. ssl >= "0.5.6" & < "0.6.0"
  1639. stdcompat >= "19"
  1640. stdint >= "0.6.0" & < "0.7.2"
  1641. stdio >= "v0.12.0" & < "v0.17.0"
  1642. stdlib-diff
  1643. stdlib-shims
  1644. stitch
  1645. stored_reversed < "v0.17.0"
  1646. streamable < "v0.17.0"
  1647. streaming
  1648. string_dict >= "v0.12.0" & < "v0.17.0"
  1649. stringext >= "1.6.0"
  1650. sturgeon >= "0.4.2"
  1651. subscriptions-transport-ws
  1652. subtype-refinement >= "0.2"
  1653. swagger >= "0.2.0"
  1654. swhid_core
  1655. syndic >= "1.6.0"
  1656. sys-socket
  1657. sys-socket-unix
  1658. syslog >= "2.0.0"
  1659. syslog-message >= "1.0.0"
  1660. syslog-rfc5424
  1661. systemverilog >= "0.0.2"
  1662. tablecloth-base
  1663. tablecloth-native < "transition"
  1664. tar >= "1.0.0" & < "2.0.0"
  1665. tar-mirage >= "1.0.0" & < "2.0.0"
  1666. tar-unix >= "1.0.0" & < "2.0.0"
  1667. tcalc
  1668. tcpip >= "3.7.0" & < "6.0.0"
  1669. tdigest
  1670. teash
  1671. telltime
  1672. tensorboard
  1673. terminal_size >= "0.1.4"
  1674. textrazor
  1675. textutils >= "v0.12.0" & < "v0.17.0"
  1676. textutils_kernel >= "v0.12.0" & < "v0.17.0"
  1677. textwrap >= "0.2.1"
  1678. tezos-base < "12.3"
  1679. tezos-clic < "12.3"
  1680. tezos-context < "12.3"
  1681. tezos-context-hash
  1682. tezos-context-hash-irmin
  1683. tezos-crypto < "12.3"
  1684. tezos-error-monad < "12.3"
  1685. tezos-event-logging < "12.3"
  1686. tezos-hacl-glue < "12.3"
  1687. tezos-hacl-glue-unix < "12.3"
  1688. tezos-lwt-result-stdlib < "12.3"
  1689. tezos-micheline < "12.3"
  1690. tezos-p2p < "12.3"
  1691. tezos-p2p-services < "12.3"
  1692. tezos-protocol-environment-packer < "12.3"
  1693. tezos-protocol-environment-sigs < "12.3"
  1694. tezos-protocol-environment-structs < "12.3"
  1695. tezos-requester < "12.3"
  1696. tezos-rpc < "12.3"
  1697. tezos-rpc-http < "12.3"
  1698. tezos-rpc-http-client < "12.3"
  1699. tezos-rpc-http-client-unix < "12.3"
  1700. tezos-rpc-http-server < "12.3"
  1701. tezos-shell-services < "12.3"
  1702. tezos-stdlib < "12.3"
  1703. tezos-stdlib-unix < "12.3"
  1704. tezos-test-helpers < "12.3"
  1705. tezos-test-services
  1706. tezos-version < "12.3"
  1707. tezos-workers < "12.3"
  1708. tezt < "2.0.0"
  1709. theora >= "0.4.0"
  1710. thread-local-storage
  1711. thrift >= "0.10.0"
  1712. tidy >= "5-0.2"
  1713. tilde_f < "v0.17.0"
  1714. time_now < "v0.17.0"
  1715. timezone < "v0.17.0"
  1716. tiny_httpd < "0.15"
  1717. tiny_httpd_camlzip < "0.15"
  1718. tip-parser >= "0.4"
  1719. tldr
  1720. tls >= "0.11.0" & < "0.15.4"
  1721. tls-async < "0.15.4"
  1722. tls-mirage < "0.15.4"
  1723. toml >= "5.0.0" & < "7.0.0"
  1724. toml-cconv
  1725. toml_cconv < "7.0.0"
  1726. toplevel_backend < "v0.17.0"
  1727. toplevel_expect_test >= "v0.12.0" & < "v0.17.0"
  1728. topological_sort >= "v0.12.0" & < "v0.17.0"
  1729. torch < "v0.17.0"
  1730. tqdm
  1731. tracing < "v0.17.0"
  1732. transept
  1733. traverse
  1734. travesty < "0.7.2"
  1735. travis-opam >= "1.5.0"
  1736. tree_layout >= "0.2"
  1737. treeprint >= "2.3.0"
  1738. trie >= "1.0.0"
  1739. tsort
  1740. tube >= "4.4.0"
  1741. tuntap >= "1.7.0"
  1742. twostep
  1743. typerep >= "v0.12.0" & < "v0.17.0"
  1744. tyre >= "0.5"
  1745. tyxml >= "4.3.0" & < "4.6.0"
  1746. tyxml-jsx < "4.6.0"
  1747. tyxml-lwd < "0.2"
  1748. tyxml-ppx >= "4.3.0" & < "4.6.0"
  1749. tyxml-syntax < "4.6.0"
  1750. ubase < "0.20"
  1751. ubpf < "0.2"
  1752. uecc >= "0.2"
  1753. uint >= "2.0.1"
  1754. ulid
  1755. unidecode
  1756. unionFind
  1757. unison >= "2.51.4" & < "2.53.4"
  1758. universo
  1759. unstrctrd
  1760. uri >= "2.2.0"
  1761. uri-bench
  1762. uri-re
  1763. uri-sexp
  1764. uritemplate
  1765. user-agent-parser
  1766. username_kernel < "v0.17.0"
  1767. utop >= "2.3.0" & < "2.15.0"
  1768. uuuu >= "0.1.1"
  1769. variantslib >= "v0.12.0" & < "v0.17.0"
  1770. vcaml
  1771. vcardgen >= "1.2"
  1772. vchan
  1773. vchan-unix
  1774. vchan-xen
  1775. vec < "0.2.0"
  1776. vector
  1777. vercel
  1778. vhd-format >= "0.12.0" & < "0.13.0"
  1779. vhd-format-lwt >= "0.12.0" & < "0.13.0"
  1780. virtual_dom >= "v0.12.0" & < "v0.17.0"
  1781. visitors >= "20200207"
  1782. vlq >= "0.2.1"
  1783. vmnet >= "1.3.2"
  1784. vocal
  1785. voqc < "0.2.0"
  1786. vorbis >= "0.8.0"
  1787. vue-jsoo < "0.3"
  1788. wall >= "0.4"
  1789. wasmer
  1790. weberizer >= "0.8"
  1791. webmachine >= "0.6.2"
  1792. websocket >= "2.12" & < "2.15"
  1793. websocket-async >= "2.12" & < "2.15"
  1794. websocket-lwt >= "2.12"
  1795. websocket-lwt-unix < "2.15"
  1796. websocketaf
  1797. webtest >= "2.0.0"
  1798. webtest-js
  1799. wikitext
  1800. win-error >= "1.0"
  1801. win-eventlog = "0.3"
  1802. winsvc < "1.0.1"
  1803. ws
  1804. ws-server
  1805. wseg
  1806. wtf8 >= "1.0.2"
  1807. x509 >= "0.6.3"
  1808. x86_64-esperanto >= "0.0.6"
  1809. xapi-backtrace >= "0.7"
  1810. xapi-inventory >= "1.2.1"
  1811. xapi-rrd >= "1.8.2"
  1812. xapi-stdext-date < "4.21.0"
  1813. xapi-stdext-encodings < "4.21.0"
  1814. xapi-stdext-pervasives < "4.21.0"
  1815. xapi-stdext-std < "4.21.0"
  1816. xapi-stdext-threads < "4.21.0"
  1817. xapi-stdext-unix < "4.21.0"
  1818. xapi-stdext-zerocheck < "4.21.0"
  1819. xdg-basedir < "0.0.5"
  1820. xen-evtchn >= "2.1.0"
  1821. xen-evtchn-unix >= "2.1.0"
  1822. xen-gnt >= "3.1.0"
  1823. xen-gnt-unix >= "3.1.0"
  1824. xenstore >= "2.1.0"
  1825. xenstore_transport >= "1.1.0"
  1826. xmlplaylist >= "0.1.5"
  1827. yaml >= "1.0.0"
  1828. yaml-sexp
  1829. yara >= "0.2"
  1830. yojson >= "1.5.0" & < "2.1.0"
  1831. yojson-bench
  1832. yurt >= "0.6"
  1833. yuscii >= "0.2.1"
  1834. yuujinchou < "1.0.0" | >= "3.0.0"
  1835. zarith-ppx
  1836. zarith_stubs_js < "v0.17.0"
  1837. zed >= "2.0" & < "3.2.0"
  1838. zeit
  1839. zelus
  1840. zelus-gtk
  1841. zipperposition >= "1.5.1"
  1842. zipperposition-tools
  1843. zlib >= "0.6"
  1844. zmq >= "5.1.0" & < "5.2.1"
  1845. zmq-async >= "5.1.0" & < "5.2.1"
  1846. zmq-lwt >= "5.1.0" & < "5.2.1"
  1847. zstandard >= "v0.12.1" & < "v0.17.0"
  1848. zstd = "0.3"
  1849. zxcvbn >= "2.3+2"

Conflicts (5)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "1.3.0"
  5. dune-configurator < "2.3.0"
OCaml

Innovation. Community. Security.