package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-2.7.1.tbz
sha256=c3528f2f8b3a2e3fe18e166fc823e6caeee8b7c78ade6b6fe4d2fa978070925d
sha512=2b4b311824471dac8196181d7c7267f96b1b73f35341b72019f169cf6d42a19254e90bdfba2d3ecb138ad318e2e2431dd0ec6c38d9efe1da382ec95f5d9e959b

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: 06 Sep 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.

Travis status AppVeyor status Release

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