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. extlib >= "1.7.9"
  511. extunix >= "0.3.1" & < "0.4.0"
  512. ez_api < "1.0.0"
  513. ez_cmdliner
  514. ez_config
  515. ez_file
  516. ez_hash
  517. ez_opam_file
  518. ez_pgocaml
  519. ez_search
  520. ez_subst
  521. ezcurl
  522. ezcurl-lwt
  523. ezdl
  524. ezgzip >= "0.2.3"
  525. ezjs_ace
  526. ezjs_blockies
  527. ezjs_cleave
  528. ezjs_crypto
  529. ezjs_cytoscape
  530. ezjs_d3pie
  531. ezjs_extension
  532. ezjs_fetch < "0.3"
  533. ezjs_idb < "0.1.1"
  534. ezjs_jquery
  535. ezjs_min < "0.2.3"
  536. ezjs_odometer
  537. ezjs_push
  538. ezjs_qrcode
  539. ezjs_recaptcha
  540. ezjs_timeline
  541. ezjsonm >= "1.0.0"
  542. ezjsonm-lwt
  543. ezresto
  544. ezresto-directory
  545. ezsqlite >= "0.4.2"
  546. ezxmlm >= "1.1.0"
  547. FPauth
  548. FPauth-core
  549. FPauth-responses
  550. FPauth-strategies
  551. FrontC >= "4.0.0"
  552. faad = "0.5.0"
  553. facteur
  554. fadbadml >= "0.1.2"
  555. faraday >= "0.7.1"
  556. faraday-async >= "0.7.1"
  557. faraday-lwt >= "0.7.1"
  558. faraday-lwt-unix >= "0.7.1"
  559. farmhash >= "0.4"
  560. fasmifra
  561. fat-filesystem >= "0.13.0"
  562. fd-send-recv >= "2.0.1"
  563. fdkaac = "0.3.2"
  564. feat
  565. feat-core
  566. feat-num
  567. feather
  568. feather_async
  569. ff
  570. ff-bench
  571. ff-pbt
  572. ff-sig
  573. ffmpeg = "1.0.0~beta1"
  574. ffmpeg-av < "1.0.0~beta2"
  575. ffmpeg-avcodec < "1.0.0~beta2"
  576. ffmpeg-avdevice < "1.0.0~beta2"
  577. ffmpeg-avfilter < "1.0.0~beta2"
  578. ffmpeg-avutil < "1.0.0~beta2"
  579. ffmpeg-swresample < "1.0.0~beta2"
  580. ffmpeg-swscale < "1.0.0~beta2"
  581. fftw3 >= "0.8.2"
  582. fiat-p256
  583. fieldslib >= "v0.12.0" & < "v0.17.0"
  584. file_path < "v0.17.0"
  585. fileutils >= "0.6.1" & < "0.6.6"
  586. finch
  587. fit < "1.3.2"
  588. fix >= "20181206"
  589. flex-array
  590. fmlib < "0.5.3"
  591. fmlib_js >= "0.3.0" & < "0.5.3"
  592. fmlib_parse < "0.5.3"
  593. fmlib_pretty < "0.5.3"
  594. fmlib_std < "0.5.3"
  595. fred
  596. freetds >= "0.7"
  597. frei0r >= "0.1.2"
  598. frenetic
  599. fsml
  600. fswatch
  601. fswatch_async
  602. fswatch_lwt
  603. fun-postgresql
  604. fun-sql
  605. fun-sqlite
  606. fuzzy_compare
  607. fuzzy_match < "v0.17.0"
  608. fzf < "v0.17.0"
  609. General
  610. GT < "0.5.0"
  611. gapi-ocaml
  612. gbddml
  613. gdbprofiler >= "0.4"
  614. gemini >= "0.3.0"
  615. gen >= "0.5.2"
  616. gen_js_api < "1.1.4"
  617. gendarme
  618. gendarme-json
  619. gendarme-toml
  620. gendarme-yaml
  621. genprint
  622. genspir >= "1.0.0"
  623. geoml
  624. get_line >= "7.0.0"
  625. gettext >= "0.4.1" & < "0.5.0"
  626. gettext-camomile < "0.5.0"
  627. gettext-stub < "0.5.0"
  628. git < "3.6.0"
  629. git-cohttp < "3.6.0"
  630. git-cohttp-unix < "3.6.0"
  631. git-http
  632. git-unix < "3.6.0"
  633. github >= "4.0.0"
  634. github-data
  635. github-hooks
  636. github-hooks-unix >= "0.5.0"
  637. github-jsoo >= "4.1.0"
  638. github-unix >= "4.0.0"
  639. glfw-ocaml
  640. gluten
  641. gluten-async
  642. gluten-eio
  643. gluten-lwt
  644. gluten-lwt-unix
  645. gluten-mirage
  646. gmap
  647. gmp
  648. gnuplot >= "0.6"
  649. gobba
  650. gobject-introspection
  651. goblint-cil >= "1.8.0"
  652. google-drive-ocamlfuse
  653. gopcaml-mode >= "0.0.2" & < "0.0.6"
  654. gospel < "0.2.0"
  655. gperftools >= "0.4"
  656. gpr >= "1.4.0"
  657. gr
  658. graphics >= "5.0.0"
  659. graphql >= "0.8.0"
  660. graphql-async >= "0.8.0"
  661. graphql-cohttp >= "0.9.0"
  662. graphql-lwt >= "0.8.0"
  663. graphql_parser >= "0.9.0"
  664. graphql_ppx
  665. gremlin
  666. grenier >= "0.8" & < "0.15"
  667. grid
  668. grpc < "0.2.0"
  669. grpc-async < "0.2.0"
  670. grpc-lwt < "0.2.0"
  671. gsl >= "1.24.0"
  672. gstreamer >= "0.3.1"
  673. h1
  674. h1-lwt-unix
  675. h2
  676. h2-async
  677. h2-eio
  678. h2-lwt
  679. h2-lwt-unix
  680. h2-mirage
  681. hack_parallel >= "1.0.0"
  682. hacl >= "0.3"
  683. hacl-star
  684. hacl-star-raw >= "0.5.0"
  685. hacl_x25519
  686. happy-eyeballs
  687. happy-eyeballs-lwt
  688. happy-eyeballs-miou-unix
  689. happy-eyeballs-mirage
  690. hardcaml < "v0.17.0"
  691. hardcaml_axi < "v0.17.0"
  692. hardcaml_c < "v0.17.0"
  693. hardcaml_circuits < "v0.17.0"
  694. hardcaml_fixed_point < "v0.17.0"
  695. hardcaml_handshake < "v0.17.0"
  696. hardcaml_of_verilog < "v0.17.0"
  697. hardcaml_step_testbench < "v0.17.0"
  698. hardcaml_verify < "v0.17.0"
  699. hardcaml_verilator < "v0.17.0"
  700. hardcaml_waveterm < "v0.17.0"
  701. hardcaml_xilinx < "v0.17.0"
  702. hardcaml_xilinx_components < "v0.17.0"
  703. hardcaml_xilinx_reports < "v0.17.0"
  704. hashcons >= "1.4.0"
  705. hashids >= "1.0.1"
  706. hashset >= "1.0.1"
  707. haxe >= "4.1.1"
  708. hc < "0.2"
  709. hdf5 >= "0.1.5"
  710. headache < "1.07"
  711. header-check
  712. herdtools7 >= "7.55"
  713. hex >= "1.3.0"
  714. hex_encode < "v0.17.0"
  715. hg_lib < "v0.17.0"
  716. hidapi >= "1.1"
  717. hidapi-lwt
  718. higher_kinded < "v0.17.0"
  719. hkdf
  720. hl_yaml
  721. hockmd
  722. horned_worm
  723. hpack
  724. hts_shrink >= "2.0.0"
  725. http-cookie < "4.0.0"
  726. http-lwt-client
  727. http-mirage-client
  728. http-multipart-formdata
  729. httpaf >= "0.6.0"
  730. httpaf-async >= "0.6.0"
  731. httpaf-lwt-unix
  732. httpaf_caged
  733. huffman
  734. hvsock >= "2.0.0"
  735. hxd
  736. hyper
  737. ISO8601 >= "0.2.6"
  738. i3ipc
  739. icalendar
  740. idd
  741. idds
  742. imagelib
  743. incr_dom < "v0.17.0"
  744. incr_dom_interactive < "v0.17.0"
  745. incr_dom_keyboard
  746. incr_dom_partial_render < "v0.17.0"
  747. incr_dom_sexp_form < "v0.17.0"
  748. incr_dom_widgets
  749. incr_map < "v0.17.0"
  750. incr_select < "v0.17.0"
  751. incremental < "v0.17.0"
  752. incremental_cycles
  753. indentation_buffer < "v0.17.0"
  754. index
  755. index-bench
  756. inferno >= "20190924" & < "20211222"
  757. influxdb
  758. influxdb-async
  759. influxdb-lwt
  760. inquire
  761. int_repr < "v0.17.0"
  762. integers >= "0.3.0"
  763. integers_stubs_js
  764. integration1d >= "0.5.1"
  765. interface-prime
  766. interface-prime-lwt
  767. interval >= "1.5" & < "1.6"
  768. interval-map
  769. interval_base
  770. interval_crlibm
  771. interval_intel
  772. io-page
  773. io-page-unix
  774. iostream
  775. iostream-camlzip
  776. ipaddr >= "2.9.0"
  777. ipaddr-cstruct
  778. ipaddr-sexp
  779. irc-client >= "0.6.2"
  780. irc-client-lwt >= "0.6.2"
  781. irc-client-lwt-ssl
  782. irc-client-tls >= "0.6.2"
  783. irc-client-unix >= "0.6.2"
  784. irmin < "3.5.2"
  785. irmin-chunk < "3.10.0"
  786. irmin-containers < "3.10.0"
  787. irmin-fs < "3.6.1"
  788. irmin-git < "3.6.1"
  789. irmin-graphql < "3.6.1"
  790. irmin-http < "3.6.1"
  791. irmin-indexeddb
  792. irmin-layers
  793. irmin-mirage < "3.10.0"
  794. irmin-mirage-git < "3.10.0"
  795. irmin-mirage-graphql < "3.10.0"
  796. irmin-pack < "3.5.2"
  797. irmin-test < "3.6.1"
  798. irmin-tezos < "3.6.1"
  799. irmin-unix
  800. iso639
  801. iter
  802. itv-tree >= "2.2"
  803. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  804. jane_rope < "v0.17.0"
  805. janestreet_cpuid < "v0.17.0"
  806. janestreet_csv < "v0.17.0"
  807. janestreet_lru_cache < "v0.17.0"
  808. jemalloc >= "0.2"
  809. jhupllib >= "0.2.1"
  810. jingoo >= "1.3.0"
  811. js_of_ocaml < "3.10.0"
  812. js_of_ocaml-compiler < "3.10.0"
  813. js_of_ocaml-lwt < "3.10.0"
  814. js_of_ocaml-ocamlbuild >= "3.5.0" & < "3.10.0"
  815. js_of_ocaml-ppx < "3.10.0"
  816. js_of_ocaml-ppx_deriving_json < "3.10.0"
  817. js_of_ocaml-toplevel < "3.10.0"
  818. js_of_ocaml-tyxml < "3.10.0"
  819. js_of_ocaml-webgpu
  820. js_of_ocaml-webidl
  821. js_of_ocaml_patches < "v0.17.0"
  822. json-data-encoding < "1.0.0"
  823. json-data-encoding-browser < "1.0.0"
  824. json-data-encoding-bson < "1.0.0"
  825. json_decoder
  826. jsonaf < "v0.17.0"
  827. jsonoo
  828. jsonrpc < "1.15.1-5.0"
  829. jsonxt
  830. jsoo-react
  831. jsoo_broadcastchannel
  832. jsoo_storage
  833. jst-config < "v0.17.0"
  834. junit >= "2.0.1" & < "2.2.0"
  835. junit_alcotest >= "2.0.1" & < "2.2.0"
  836. junit_ounit >= "2.0.1" & < "2.2.0"
  837. jupyter
  838. jupyter-archimedes < "2.7.3"
  839. jupyter-kernel
  840. jwto
  841. kafka >= "0.5"
  842. kafka_async
  843. kafka_lwt
  844. kappa-agents < "4.1.3"
  845. kappa-binaries < "4.1.3"
  846. kappa-library < "4.1.3"
  847. kappa-server
  848. kcas < "0.1.6"
  849. kdf
  850. ke
  851. key-parsers >= "0.10.1"
  852. kicadsch >= "0.4.0"
  853. kind2
  854. kinetic-client >= "0.0.11"
  855. kittyimg
  856. kqueue < "0.2.0"
  857. krb
  858. lablgtk3 >= "3.0.beta4"
  859. lablgtk3-goocanvas2
  860. lablgtk3-gtkspell3
  861. lablgtk3-rsvg2
  862. lablgtk3-sourceview3
  863. lablqml
  864. labrys
  865. lacaml >= "11.0.2"
  866. ladspa = "0.2.0"
  867. lambda
  868. lambda-runtime
  869. lambda-term >= "2.0" & < "3.3.0"
  870. lambda_streams
  871. lambda_streams_async
  872. lambda_streams_lwt
  873. lambdapi < "2.3.1"
  874. lambdasoup >= "0.6.4"
  875. lame >= "0.3.4" & < "0.3.6"
  876. landmarks = "1.4"
  877. landmarks-ppx < "1.5"
  878. lascar >= "0.6-alpha"
  879. lastfm = "0.3.3"
  880. launchd >= "1.3"
  881. lazy-trie
  882. lbfgs >= "0.9.1"
  883. lbvs_consent >= "2.1.0"
  884. ldap >= "2.4.1"
  885. learn-ocaml
  886. learn-ocaml-client
  887. ledgerwallet
  888. ledgerwallet-tezos
  889. lens >= "1.2.3"
  890. letsencrypt
  891. letsencrypt-app
  892. letsencrypt-dns
  893. letsencrypt-mirage
  894. letters
  895. leveldb >= "1.3.0"
  896. libabsolute
  897. libsvm >= "0.10.0"
  898. libzipperposition
  899. lilac
  900. line-up-words < "v0.17.0"
  901. line_oriented
  902. linenoise >= "1.2.0"
  903. links
  904. links-mysql
  905. links-postgresql
  906. links-sqlite3
  907. linol
  908. linol-eio
  909. linol-lwt
  910. lintcstubs-arity < "0.2.0" | >= "0.4.1"
  911. linwrap
  912. liquid_interpreter
  913. liquid_ml
  914. liquid_parser
  915. liquid_std
  916. liquid_syntax
  917. llvm >= "15.0.7+nnp-2" & < "18-shared"
  918. lmdb >= "1.0"
  919. lo >= "0.2.0"
  920. loga
  921. logical
  922. logs-async < "1.3"
  923. logs-async-reporter < "1.3"
  924. logs-ppx
  925. logs-syslog
  926. logtk
  927. lp
  928. lp-glpk
  929. lp-glpk-js
  930. lp-gurobi
  931. lp-highs
  932. lpd
  933. lru >= "0.3.0"
  934. lsp < "1.15.1-5.0"
  935. lt-code
  936. lua_parser < "1.0.2"
  937. lun
  938. lustre-v6 >= "6.103.3"
  939. lutils >= "1.51.2"
  940. lutin >= "2.71.10"
  941. luv
  942. luv_unix
  943. lwd < "0.4"
  944. lwt != "5.9.2"
  945. lwt-canceler
  946. lwt-dllist
  947. lwt-exit
  948. lwt-parallel
  949. lwt-pipe
  950. lwt-pipeline >= "0.2"
  951. lwt-watcher
  952. lwt_direct
  953. lwt_domain
  954. lwt_glib >= "1.1.1"
  955. lwt_log >= "1.1.1"
  956. lwt_ppx >= "1.2.2" & < "5.9.2"
  957. lwt_react >= "1.1.2"
  958. lwt_retry
  959. lwt_ssl >= "1.1.3"
  960. lz4 >= "1.2.0"
  961. lz4_chans
  962. lzo >= "0.0.3"
  963. macaddr
  964. macaddr-cstruct
  965. macaddr-sexp
  966. mad = "0.5.0"
  967. magic-mime >= "1.1.2"
  968. magic-trace
  969. malfunction < "0.5"
  970. man_in_the_middle_debugger < "v0.17.0"
  971. markdown
  972. markup >= "0.8.0"
  973. markup-lwt
  974. mastodon-archive-viewer >= "0.2" & < "0.4.0"
  975. matplotlib
  976. mc2
  977. mccs >= "1.1+10"
  978. mdx < "2.2.0"
  979. mec
  980. mechaml
  981. memcad
  982. memfd
  983. memgraph
  984. memgraph_kitty
  985. memo < "0.2"
  986. memprof-limits
  987. memtrace
  988. memtrace-mirage
  989. memtrace_viewer
  990. menhir >= "20200123" & < "20211125"
  991. menhirLib < "20211125"
  992. menhirSdk < "20211125"
  993. merge-fmt < "0.4"
  994. merlin < "4.5-411"
  995. merlin-extend
  996. mesh >= "0.9.5"
  997. mesh-easymesh >= "0.9.5"
  998. mesh-graphics >= "0.9.5"
  999. mesh-triangle >= "0.9.5"
  1000. metapp
  1001. metaquot
  1002. metrics
  1003. metrics-influx
  1004. metrics-lwt
  1005. metrics-rusage
  1006. metrics-unix
  1007. mew
  1008. mew_vi
  1009. mimic < "0.0.2"
  1010. mindstorm >= "0.8"
  1011. mindstorm-lwt
  1012. minicaml
  1013. minicli >= "5.0.2"
  1014. minisat >= "0.3"
  1015. mirage-block
  1016. mirage-block-ccm
  1017. mirage-block-combinators
  1018. mirage-block-lwt
  1019. mirage-block-ramdisk
  1020. mirage-block-solo5
  1021. mirage-block-unix
  1022. mirage-block-xen
  1023. mirage-bootvar
  1024. mirage-channel >= "3.2.0"
  1025. mirage-channel-lwt
  1026. mirage-clock < "4.2.0"
  1027. mirage-clock-lwt
  1028. mirage-clock-unix < "4.2.0"
  1029. mirage-conduit
  1030. mirage-console
  1031. mirage-console-lwt
  1032. mirage-crypto
  1033. mirage-crypto-ec
  1034. mirage-crypto-pk
  1035. mirage-crypto-rng
  1036. mirage-crypto-rng-async
  1037. mirage-crypto-rng-eio
  1038. mirage-crypto-rng-lwt
  1039. mirage-crypto-rng-miou-unix
  1040. mirage-crypto-rng-mirage
  1041. mirage-device
  1042. mirage-dns
  1043. mirage-flow
  1044. mirage-flow-combinators
  1045. mirage-flow-lwt
  1046. mirage-flow-unix
  1047. mirage-fs
  1048. mirage-fs-lwt
  1049. mirage-kv >= "2.0.0"
  1050. mirage-kv-lwt >= "2.0.0"
  1051. mirage-kv-mem
  1052. mirage-kv-unix < "3.0.0"
  1053. mirage-monitoring
  1054. mirage-nat
  1055. mirage-net
  1056. mirage-net-lwt
  1057. mirage-net-macosx >= "1.5.0"
  1058. mirage-net-solo5
  1059. mirage-net-unix
  1060. mirage-net-xen
  1061. mirage-profile
  1062. mirage-protocols
  1063. mirage-protocols-lwt
  1064. mirage-qubes
  1065. mirage-qubes-ipv4
  1066. mirage-random
  1067. mirage-sleep
  1068. mirage-solo5
  1069. mirage-stack
  1070. mirage-stack-lwt
  1071. mirage-time
  1072. mirage-time-lwt
  1073. mirage-time-unix
  1074. mirage-types >= "3.6.0"
  1075. mirage-types-lwt >= "3.6.0"
  1076. mirage-unix
  1077. mirage-vnetif
  1078. mirage-xen
  1079. mkaudio >= "1.1.0"
  1080. mkocaml
  1081. mlbdd >= "0.7.2"
  1082. mlfenv
  1083. mlmpfr >= "4.0.2+dune" & < "4.1.0+bugfix1"
  1084. mlpost
  1085. mlpost-lablgtk
  1086. mlt_parser < "v0.17.0"
  1087. mm >= "0.7.0" & < "0.7.2"
  1088. mmap
  1089. mmdb
  1090. mmo
  1091. mock >= "0.1.1"
  1092. mock-ounit >= "0.1.1"
  1093. module-graph
  1094. molenc
  1095. monaco_jsoo
  1096. monolith < "20241126"
  1097. monomorphic >= "2.0"
  1098. monorobot
  1099. morbig >= "0.10.3"
  1100. morsmall
  1101. moss >= "0.1.1"
  1102. mparser >= "1.3"
  1103. mparser-pcre
  1104. mparser-re
  1105. mperf
  1106. mpg123
  1107. mpp >= "0.3.4"
  1108. mpris
  1109. mpris-clients
  1110. mrmime
  1111. msat >= "0.8"
  1112. msat-bin
  1113. msgpck >= "1.5"
  1114. msgpck-repr
  1115. mssql
  1116. mugen
  1117. multipart-form-data >= "0.3.0"
  1118. multipart_form
  1119. multipart_form-cohttp-lwt
  1120. multipart_form-eio
  1121. multipart_form-lwt
  1122. multipart_form-miou
  1123. murmur3 >= "0.3"
  1124. mustache >= "3.1.0"
  1125. mustache-cli
  1126. mutf8
  1127. mwt
  1128. mybuild >= "7"
  1129. mysql8
  1130. mysql_protocol
  1131. n_ary < "v0.17.0"
  1132. naboris
  1133. nacc
  1134. nanoev
  1135. nanoev-picos
  1136. nanoev-posix
  1137. nanoev_tiny_httpd
  1138. nanosvg
  1139. nanosvg_text
  1140. nbd >= "4.0.3"
  1141. nbd-tool
  1142. nbd-unix
  1143. netkat
  1144. netlink >= "0.3.4"
  1145. netsnmp < "v0.17.0"
  1146. nice_parser
  1147. nmea
  1148. nocoiner
  1149. noise
  1150. nottui < "0.4"
  1151. nottui-lwt < "0.4"
  1152. nottui-pretty < "0.4"
  1153. notty >= "0.2.3"
  1154. notty_async >= "v0.12.0" & < "v0.17.0"
  1155. np
  1156. npy >= "0.0.9"
  1157. nsq
  1158. numeric_string < "v0.17.0"
  1159. nuscr < "2.0.0"
  1160. OCanren-ppx < "0.3.0"
  1161. obeam
  1162. obelisk >= "0.5.0"
  1163. obuilder < "0.5"
  1164. obuilder-spec < "0.5"
  1165. obus >= "1.2.0"
  1166. ocal >= "0.2.2"
  1167. ocaml-canvas
  1168. ocaml-compiler-libs >= "v0.12.0" & != "v0.12.4"
  1169. ocaml-embed-file < "v0.17.0"
  1170. ocaml-lsp-server < "1.9.0"
  1171. ocaml-lua
  1172. ocaml-migrate-parsetree
  1173. ocaml-migrate-parsetree-ocamlbuild
  1174. ocaml-monadic >= "0.4.1"
  1175. ocaml-print-intf
  1176. ocaml-probes < "v0.17.0"
  1177. ocaml-protoc >= "2.0.1"
  1178. ocaml-protoc-plugin < "4.3.1"
  1179. ocaml-r >= "0.1.1"
  1180. ocaml-syntax-shims
  1181. ocaml-systemd >= "1.3"
  1182. ocaml-top >= "1.2.0"
  1183. ocaml-vdom < "transition"
  1184. ocaml-version = "3.5.0"
  1185. ocaml_db_model
  1186. ocaml_intrinsics < "v0.17.0"
  1187. ocaml_pgsql_model
  1188. ocaml_plugin
  1189. ocamlapi
  1190. ocamlapi_async
  1191. ocamlapi_lwt_unix
  1192. ocamlapi_ppx
  1193. ocamlcodoc
  1194. ocamlformat < "0.18.0"
  1195. ocamlgraph >= "2.0.0"
  1196. ocamlgraph_gtk
  1197. ocamline
  1198. ocb
  1199. ocluster < "0.2"
  1200. ocluster-api < "0.2"
  1201. ocolor
  1202. ocp-browser >= "1.1.9"
  1203. ocp-indent >= "1.7.0" & < "1.9.0"
  1204. ocp-indent-nlfork
  1205. ocp-index >= "1.1.9"
  1206. ocp-search
  1207. ocp_reveal
  1208. ocplib-endian >= "1.1"
  1209. ocplib-json-typed >= "0.7"
  1210. ocplib-json-typed-browser
  1211. ocplib-json-typed-bson
  1212. ocplib-simplex >= "0.5"
  1213. ocplib_stuff
  1214. ocsigen-i18n >= "4.0.0"
  1215. ocsigenserver >= "4.0.1"
  1216. octavius >= "1.2.2"
  1217. odash
  1218. odate
  1219. odep < "0.2.0"
  1220. odepack >= "0.6.9"
  1221. odnnr
  1222. odoc < "2.1.1"
  1223. of_json < "v0.17.0"
  1224. offheap
  1225. ohex
  1226. ojs < "1.1.4"
  1227. olinq >= "0.3"
  1228. omd >= "1.3.2"
  1229. omg
  1230. omigrate < "0.3.1"
  1231. omlr
  1232. oniguruma
  1233. opam-0install
  1234. opam-0install-cudf
  1235. opam-bin >= "0.9.5"
  1236. opam-build
  1237. opam-client >= "2.0.2" & < "2.3.0"
  1238. opam-compiler
  1239. opam-core >= "2.0.2" & < "2.3.0"
  1240. opam-custom-install
  1241. opam-devel >= "2.0.2" & < "2.3.0"
  1242. opam-dune-lint < "0.3"
  1243. opam-ed >= "0.4"
  1244. opam-file-format >= "2.1.0" & < "2.1.5"
  1245. opam-format >= "2.0.2" & < "2.3.0"
  1246. opam-graph
  1247. opam-grep >= "0.2.0"
  1248. opam-installer >= "2.0.2" & < "2.3.0"
  1249. opam-monorepo < "0.2.2"
  1250. opam-package-upgrade >= "0.2"
  1251. opam-publish >= "2.0.2"
  1252. opam-repository >= "2.0.2" & < "2.3.0"
  1253. opam-solver >= "2.0.2" & < "2.3.0"
  1254. opam-state >= "2.0.2" & < "2.3.0"
  1255. opam-test
  1256. opam_bin_lib
  1257. opasswd
  1258. opazl
  1259. openai-gym
  1260. opencc0
  1261. opencc1
  1262. opencc1_1
  1263. openQASM
  1264. opentelemetry < "0.7"
  1265. opentelemetry-client-cohttp-lwt < "0.7"
  1266. opentelemetry-client-ocurl < "0.7"
  1267. opentelemetry-cohttp-lwt < "0.7"
  1268. opentelemetry-lwt < "0.7"
  1269. opium
  1270. opium-graphql
  1271. opium-testing
  1272. opium_kernel >= "0.17.0"
  1273. oplot < "0.85"
  1274. oplsr
  1275. opomodoro
  1276. optal
  1277. opti
  1278. optimization1d >= "0.6.1"
  1279. optint
  1280. oraft < "0.3.0"
  1281. oranger >= "2.0.1"
  1282. orb
  1283. order-i3-xfce
  1284. ordinal_abbreviation < "v0.17.0"
  1285. ordma >= "0.0.5"
  1286. orec >= "1.0.1"
  1287. orewa
  1288. orpie
  1289. orrandomForest
  1290. orsvm_e1071 >= "4.0.0"
  1291. orun
  1292. orxgboost >= "1.1.0"
  1293. oseq >= "0.2"
  1294. oskel
  1295. osx-secure-transport
  1296. otf
  1297. otoml
  1298. otr
  1299. ounit = "2.1.2"
  1300. ounit-lwt < "2.2.0"
  1301. ounit2 < "2.2.7"
  1302. ounit2-lwt < "2.2.7"
  1303. override < "0.4.0"
  1304. owee < "0.8"
  1305. owl >= "0.4.0" & < "1.2"
  1306. owl-base >= "0.4.0" & < "1.2"
  1307. owl-jupyter
  1308. owl-ode
  1309. owl-ode-base
  1310. owl-ode-odepack
  1311. owl-ode-sundials
  1312. owl-opt
  1313. owl-opt-lbfgs
  1314. owl-plplot < "1.1"
  1315. owl-symbolic
  1316. owl-top >= "0.4.0" & < "1.2"
  1317. owl-zoo >= "0.4.0"
  1318. owork
  1319. ozulip
  1320. p4pp
  1321. p5scm < "0.2.0"
  1322. pacomb
  1323. paf
  1324. paf-cohttp
  1325. pam < "v0.17.0"
  1326. pandoc
  1327. pandoc-abbreviations
  1328. pandoc-comment
  1329. pandoc-crossref
  1330. pandoc-include
  1331. pandoc-inspect
  1332. pandoc-pdf2png
  1333. pandoc-replace
  1334. papi >= "0.1.1"
  1335. parany >= "9.0.0"
  1336. pardi
  1337. parmap >= "1.1.1"
  1338. parsexp >= "v0.12.0" & < "v0.17.0"
  1339. parsexp_io < "v0.17.0"
  1340. parsley
  1341. patdiff >= "v0.12.1" & < "v0.17.0"
  1342. path_glob
  1343. patience_diff < "v0.17.0"
  1344. patricia-tree < "0.10.0"
  1345. pattern
  1346. pb
  1347. pb-plugin
  1348. pbkdf
  1349. pbrt
  1350. pbrt_services
  1351. pbrt_yojson
  1352. pcap-format >= "0.5.2"
  1353. pcre >= "7.3.5"
  1354. pcre2
  1355. pds-reachability >= "0.2.2"
  1356. pecu >= "0.2"
  1357. petr4
  1358. pf-qubes
  1359. pg_query
  1360. pgocaml >= "4.0"
  1361. pgocaml_ppx
  1362. pgx >= "1.0" & < "2.2"
  1363. pgx_async >= "1.0" & < "2.2"
  1364. pgx_lwt >= "1.0" & < "2.2"
  1365. pgx_lwt_mirage < "2.2"
  1366. pgx_lwt_unix < "2.2"
  1367. pgx_unix >= "1.0" & < "2.2"
  1368. pgx_value_core < "2.2"
  1369. pgx_value_ptime < "2.2"
  1370. phantom-algebra >= "1.0.1"
  1371. phonetic
  1372. phylogenetics < "0.2.0"
  1373. piaf < "0.2.0"
  1374. picasso
  1375. piqi >= "0.7.8"
  1376. piqilib >= "0.6.16"
  1377. pixel_pusher
  1378. pkcs11 >= "0.18.0"
  1379. pkcs11-cli
  1380. pkcs11-driver
  1381. pkcs11-rev
  1382. pla >= "1.3"
  1383. plato
  1384. plebeia < "2.0.0"
  1385. plist-xml
  1386. plist-xml-lwt
  1387. plotkicadsch
  1388. plplot >= "5.11.0-1"
  1389. polka
  1390. polling_state_rpc < "v0.17.0"
  1391. polly
  1392. polynomial
  1393. pomap
  1394. portaudio = "0.2.2"
  1395. portaudio_c_bindings
  1396. portmidi
  1397. posix-base < "2.0.2"
  1398. posix-bindings < "2.0.2"
  1399. posix-getopt >= "2.0.0" & < "2.0.2"
  1400. posix-signal < "2.0.2"
  1401. posix-socket < "2.0.2"
  1402. posix-socket-unix < "2.0.2"
  1403. posix-time2 < "2.0.2"
  1404. posix-types >= "2.0.0" & < "2.0.2"
  1405. posix-uname < "2.0.2"
  1406. posixat < "v0.17.0"
  1407. postgres_async < "v0.17.0"
  1408. postgresql >= "4.4.1"
  1409. pp < "1.2.0"
  1410. pp_loc
  1411. pprint >= "20200226"
  1412. ppx-owl-opt
  1413. ppx_accessor < "v0.17.0"
  1414. ppx_assert < "v0.17.0"
  1415. ppx_bap
  1416. ppx_base < "v0.17.0"
  1417. ppx_bench < "v0.17.0"
  1418. ppx_bin_prot < "v0.17.0"
  1419. ppx_bitstring < "5.0.2"
  1420. ppx_blob >= "0.6.0"
  1421. ppx_catch
  1422. ppx_cold < "v0.17.0"
  1423. ppx_compare < "v0.17.0"
  1424. ppx_compose >= "0.1.0"
  1425. ppx_const >= "2.0"
  1426. ppx_conv_func < "v0.17.0"
  1427. ppx_counters
  1428. ppx_css < "v0.17.0"
  1429. ppx_cstruct
  1430. ppx_cstubs
  1431. ppx_csv_conv < "v0.17.0"
  1432. ppx_custom_printf < "v0.17.0"
  1433. ppx_decimal
  1434. ppx_defer >= "0.4.0"
  1435. ppx_demo < "v0.17.0"
  1436. ppx_derive_at_runtime < "v0.17.0"
  1437. ppx_derivers >= "1.2.1"
  1438. ppx_deriving
  1439. ppx_deriving_cmdliner >= "0.5.1"
  1440. ppx_deriving_encoding < "0.3.0"
  1441. ppx_deriving_hardcaml
  1442. ppx_deriving_jsoo
  1443. ppx_deriving_madcast >= "0.2"
  1444. ppx_deriving_protobuf
  1445. ppx_deriving_rpc
  1446. ppx_deriving_yaml < "0.2.2"
  1447. ppx_deriving_yojson
  1448. ppx_disable_unused_warnings < "v0.17.0"
  1449. ppx_distr_guards >= "0.2"
  1450. ppx_enumerate < "v0.17.0"
  1451. ppx_expect < "v0.17.0"
  1452. ppx_factory
  1453. ppx_fail
  1454. ppx_fields_conv < "v0.17.0"
  1455. ppx_fixed_literal < "v0.17.0"
  1456. ppx_gen_rec >= "1.1.0"
  1457. ppx_getenv >= "2.0"
  1458. ppx_globalize < "v0.17.0"
  1459. ppx_hash < "v0.17.0"
  1460. ppx_here < "v0.17.0"
  1461. ppx_ignore_instrumentation < "v0.17.0"
  1462. ppx_import
  1463. ppx_inline_alcotest
  1464. ppx_inline_test < "v0.16.1"
  1465. ppx_irmin < "3.0.0"
  1466. ppx_jane < "v0.17.0"
  1467. ppx_js_style < "v0.17.0"
  1468. ppx_jsobject_conv
  1469. ppx_jsonaf_conv < "v0.17.0"
  1470. ppx_let < "v0.17.0"
  1471. ppx_log < "v0.17.0"
  1472. ppx_make
  1473. ppx_map
  1474. ppx_marshal
  1475. ppx_marshal_ext
  1476. ppx_meta_conv
  1477. ppx_module_timer < "v0.17.0"
  1478. ppx_monad
  1479. ppx_monoid >= "0.3.2"
  1480. ppx_mysql
  1481. ppx_mysql_identity
  1482. ppx_optcomp < "v0.17.0"
  1483. ppx_optional < "v0.17.0"
  1484. ppx_pattern_bind < "v0.17.0"
  1485. ppx_pipebang >= "v0.12.0" & < "v0.17.0"
  1486. ppx_protocol_conv
  1487. ppx_protocol_conv_json
  1488. ppx_protocol_conv_jsonm
  1489. ppx_protocol_conv_msgpack
  1490. ppx_protocol_conv_xml_light
  1491. ppx_protocol_conv_xmlm
  1492. ppx_protocol_conv_yaml
  1493. ppx_pyformat
  1494. ppx_python < "v0.17.0"
  1495. ppx_rapper
  1496. ppx_rapper_async
  1497. ppx_rapper_lwt
  1498. ppx_regexp >= "0.4.0"
  1499. ppx_repr
  1500. ppx_sexp_conv < "v0.17.0"
  1501. ppx_sexp_message < "v0.17.0"
  1502. ppx_sexp_value < "v0.17.0"
  1503. ppx_show
  1504. ppx_stable < "v0.17.0"
  1505. ppx_stable_witness < "v0.17.0"
  1506. ppx_string < "v0.17.0"
  1507. ppx_string_interpolation
  1508. ppx_subliner
  1509. ppx_test
  1510. ppx_there
  1511. ppx_tools >= "6.0+4.08.0"
  1512. ppx_tools_versioned
  1513. ppx_tydi < "v0.17.0"
  1514. ppx_type_directed_value
  1515. ppx_typed_fields < "v0.17.0"
  1516. ppx_typerep_conv < "v0.17.0"
  1517. ppx_tyre
  1518. ppx_units
  1519. ppx_variants_conv < "v0.17.0"
  1520. ppx_wideopen
  1521. ppx_xml_conv < "v0.17.0"
  1522. ppx_yojson
  1523. ppx_yojson_conv < "v0.17.0"
  1524. ppx_yojson_conv_lib < "v0.17.0"
  1525. ppxfind >= "1.3"
  1526. ppxlib < "0.34.0"
  1527. ppxx
  1528. pratter
  1529. prbnmcn-ucb1 < "0.0.2"
  1530. prc
  1531. printbox >= "0.2" & < "0.8"
  1532. printbox-html < "0.8"
  1533. printbox-text < "0.8"
  1534. prof_spacetime
  1535. profunctor < "v0.17.0"
  1536. progress < "0.5.0"
  1537. prom
  1538. prometheus >= "0.6"
  1539. prometheus-app >= "0.6"
  1540. promise
  1541. promise_jsoo
  1542. promise_jsoo_lwt
  1543. protocell
  1544. protocol-9p >= "1.0.0"
  1545. protocol-9p-tool >= "1.0.0"
  1546. protocol-9p-unix >= "1.0.0"
  1547. protocol_version_header < "v0.17.0"
  1548. prr
  1549. psmt2-frontend >= "0.3.0"
  1550. psq >= "0.1.1"
  1551. ptmap >= "2.0.5"
  1552. ptset
  1553. pulseaudio = "0.1.4"
  1554. pure-html < "3.9.5"
  1555. pure-splitmix >= "0.3"
  1556. py >= "1.1"
  1557. pythonlib
  1558. qbf >= "0.3"
  1559. qcheck >= "0.13" & < "0.25"
  1560. qcheck-core < "0.25"
  1561. qcheck-ounit < "0.25"
  1562. qinap
  1563. qiskit < "0.44.0"
  1564. qmp >= "0.19.0"
  1565. qrencode
  1566. qtest >= "2.10.1"
  1567. queenshead
  1568. quests
  1569. radamsa
  1570. radare2 >= "0.0.3"
  1571. randomconv
  1572. range
  1573. rangeSet
  1574. rankers
  1575. rawlink < "2.1"
  1576. raylib < "0.3.1"
  1577. rdbg >= "1.196.12"
  1578. re >= "1.9.0" & < "1.13.2"
  1579. re2 >= "v0.12.1" & < "v0.17.0"
  1580. re2_stable
  1581. re_parser < "v0.17.0"
  1582. reactiveData = "0.3.0"
  1583. reanalyze
  1584. reason < "3.9.0"
  1585. reason-standard
  1586. received
  1587. record_builder < "v0.17.0"
  1588. records >= "1.0.0"
  1589. reddit_api_async < "0.2.1"
  1590. reddit_api_kernel < "0.2.1"
  1591. redirect
  1592. redis >= "0.4"
  1593. redis-async < "v0.17.0"
  1594. redis-lwt >= "0.4"
  1595. redis-sync >= "0.4"
  1596. reed-solomon-erasure >= "1.0.2"
  1597. reedsolomon
  1598. refl
  1599. regenerate
  1600. regex_parser_intf < "v0.17.0"
  1601. remu_ts
  1602. reparse < "3.0.0"
  1603. reparse-unix
  1604. repr
  1605. repr-bench
  1606. repr-fuzz
  1607. res >= "5.0.1"
  1608. resource-pooling >= "1.1"
  1609. resource_cache < "v0.17.0"
  1610. resp
  1611. resp-client
  1612. resp-mirage
  1613. resp-server >= "0.9"
  1614. resp-unix
  1615. resto
  1616. resto-acl
  1617. resto-cohttp
  1618. resto-cohttp-client
  1619. resto-cohttp-self-serving-client
  1620. resto-cohttp-server
  1621. resto-directory
  1622. resto-json
  1623. result
  1624. rfc1951 >= "0.8.1" & != "1.0.0" & < "1.3.0"
  1625. rfc6287 >= "1.0.4"
  1626. rfc7748
  1627. rfsm >= "1.6-alpha-3" & < "2.0"
  1628. rhythm
  1629. ringo
  1630. ringo-lwt
  1631. rock
  1632. root1d >= "0.5.1"
  1633. rope >= "0.6.2"
  1634. rosetta >= "0.2.0"
  1635. routes < "2.0.0"
  1636. rpc
  1637. rpc_parallel < "v0.17.0"
  1638. rpclib
  1639. rpclib-async
  1640. rpclib-html
  1641. rpclib-js
  1642. rpclib-lwt
  1643. rsdd
  1644. rss
  1645. rtop < "3.9.0"
  1646. rungen
  1647. rusage
  1648. rust-staticlib-gen
  1649. rust-staticlib-virtual
  1650. SZXX
  1651. safepass >= "3.1"
  1652. salsa20 >= "1.0.0"
  1653. salsa20-core >= "1.0.0"
  1654. satex
  1655. satyrographos
  1656. scgi
  1657. scipy
  1658. scrypt-kdf
  1659. sd_logic
  1660. searchTree
  1661. secp256k1 >= "0.4.1"
  1662. secp256k1-internal
  1663. sedlex >= "2.0" & < "2.4"
  1664. sek
  1665. semantic_version < "v0.17.0"
  1666. semaphore-compat
  1667. semver >= "0.2.1"
  1668. semver2
  1669. sendmail
  1670. sendmail-lwt
  1671. sendmail-miou-unix
  1672. sendmail-mirage
  1673. sentry
  1674. seq < "base"
  1675. sequencer_table < "v0.17.0"
  1676. serial
  1677. session >= "0.4.1"
  1678. session-cohttp >= "0.4.1"
  1679. session-cohttp-async >= "0.4.1"
  1680. session-cohttp-lwt >= "0.4.1"
  1681. session-cookie
  1682. session-cookie-async
  1683. session-cookie-lwt
  1684. session-postgresql >= "0.4.1"
  1685. session-postgresql-async
  1686. session-postgresql-lwt
  1687. session-redis-lwt >= "0.4.1"
  1688. session-webmachine >= "0.4.1"
  1689. setcore >= "1.0.2"
  1690. sexp < "v0.17.0"
  1691. sexp_diff < "v0.17.0"
  1692. sexp_diff_kernel
  1693. sexp_grammar < "v0.17.0"
  1694. sexp_macro < "v0.17.0"
  1695. sexp_pretty < "v0.17.0"
  1696. sexp_select < "v0.17.0"
  1697. sexp_string_quickcheck < "v0.17.0"
  1698. sexplib >= "v0.12.0" & < "v0.17.0"
  1699. sexplib0 >= "v0.12.0" & < "v0.17.0"
  1700. sgf >= "1.0.1"
  1701. sha >= "1.13" & < "1.15.1"
  1702. shapefile
  1703. shared-block-ring
  1704. shared-memory-ring
  1705. shared-memory-ring-lwt
  1706. shared-secret >= "0.4"
  1707. shell < "v0.17.0"
  1708. shexp < "v0.17.0"
  1709. shine = "0.2.2"
  1710. sihl
  1711. sihl-cache
  1712. sihl-contract
  1713. sihl-core
  1714. sihl-email
  1715. sihl-facade
  1716. sihl-persistence
  1717. sihl-queue
  1718. sihl-session
  1719. sihl-storage
  1720. sihl-token
  1721. sihl-type
  1722. sihl-user
  1723. sihl-web
  1724. simple63
  1725. sklearn
  1726. slacko
  1727. slug
  1728. smart-print >= "0.3.0"
  1729. smbc
  1730. smtlib-utils
  1731. snappy >= "0.1.2"
  1732. so
  1733. solidity-alcotest
  1734. solidity-common
  1735. solidity-parser
  1736. solidity-test
  1737. solidity-typechecker
  1738. sortedseq_intersect
  1739. soundtouch >= "0.1.9"
  1740. soupault
  1741. spacetime_lib
  1742. spawn < "v0.9.0" | >= "v0.13.0" & < "v0.15.0"
  1743. spdx_licenses
  1744. spelll >= "0.3"
  1745. spin < "0.8.1"
  1746. splay_tree < "v0.17.0"
  1747. splittable_random < "v0.17.0"
  1748. spotify-web-api
  1749. spotlib >= "4.1.0"
  1750. sqlgg >= "20200521"
  1751. sqlite3 >= "4.4.1"
  1752. sqlite3_utils
  1753. ssh-agent >= "0.2.0"
  1754. ssl >= "0.5.6"
  1755. stdcompat >= "19"
  1756. stdint >= "0.6.0" & < "0.7.2"
  1757. stdio < "v0.17.0"
  1758. stdlib-diff
  1759. stdlib-random
  1760. stdlib-shims
  1761. stitch
  1762. stone >= "0.5.2"
  1763. stored_reversed < "v0.17.0"
  1764. streamable < "v0.17.0"
  1765. streaming
  1766. string_dict < "v0.17.0"
  1767. stringext >= "1.6.0"
  1768. sturgeon >= "0.4.2"
  1769. subscriptions-transport-ws
  1770. subtype-refinement >= "0.2"
  1771. swagger >= "0.2.0"
  1772. swhid_compute
  1773. swhid_core
  1774. syndic >= "1.6.0"
  1775. sys-socket
  1776. sys-socket-unix
  1777. syslog
  1778. syslog-message >= "1.0.0"
  1779. syslog-rfc5424
  1780. systemverilog >= "0.0.2"
  1781. tablecloth-base
  1782. tablecloth-native < "transition"
  1783. taglib = "0.3.7"
  1784. talaria-bibtex
  1785. tcalc
  1786. tcpip
  1787. tdigest
  1788. telltime
  1789. tensorboard
  1790. terminal < "0.4.0"
  1791. terminal_size >= "0.1.4"
  1792. textmate-language
  1793. textrazor
  1794. textutils < "v0.17.0"
  1795. textutils_kernel < "v0.17.0"
  1796. textwrap >= "0.2.1"
  1797. tezos-base < "12.3"
  1798. tezos-base58
  1799. tezos-clic < "12.3"
  1800. tezos-context < "12.3"
  1801. tezos-context-hash
  1802. tezos-context-hash-irmin
  1803. tezos-crypto < "12.3"
  1804. tezos-error-monad < "12.3"
  1805. tezos-event-logging < "12.3"
  1806. tezos-hacl-glue < "12.3"
  1807. tezos-hacl-glue-unix < "12.3"
  1808. tezos-lwt-result-stdlib < "12.3"
  1809. tezos-micheline < "12.3"
  1810. tezos-p2p < "12.3"
  1811. tezos-p2p-services < "12.3"
  1812. tezos-protocol-environment-packer < "12.3"
  1813. tezos-protocol-environment-sigs < "12.3"
  1814. tezos-protocol-environment-structs < "12.3"
  1815. tezos-requester < "12.3"
  1816. tezos-rpc < "12.3"
  1817. tezos-rpc-http < "12.3"
  1818. tezos-rpc-http-client < "12.3"
  1819. tezos-rpc-http-client-unix < "12.3"
  1820. tezos-rpc-http-server < "12.3"
  1821. tezos-shell-services < "12.3"
  1822. tezos-stdlib < "12.3"
  1823. tezos-stdlib-unix < "12.3"
  1824. tezos-test-helpers < "12.3"
  1825. tezos-test-services
  1826. tezos-version < "12.3"
  1827. tezos-workers < "12.3"
  1828. thread-local-storage
  1829. thrift
  1830. tidy >= "5-0.2"
  1831. tilde_f < "v0.17.0"
  1832. time_now < "v0.17.0"
  1833. timed >= "1.1"
  1834. timedesc < "0.8.0"
  1835. timere < "0.8.0"
  1836. timere-parse
  1837. timezone < "v0.17.0"
  1838. tiny_httpd < "0.15"
  1839. tiny_httpd_camlzip < "0.15"
  1840. tip-parser >= "0.4"
  1841. tldr
  1842. tls >= "0.12.8" & < "0.15.4"
  1843. tls-async < "0.17.0"
  1844. tls-mirage < "0.15.4"
  1845. toml < "7.1.0"
  1846. toml-cconv
  1847. toml_cconv
  1848. toplevel_backend < "v0.17.0"
  1849. toplevel_expect_test < "v0.17.0"
  1850. topological_sort < "v0.17.0"
  1851. torch < "v0.17.0"
  1852. tqdm
  1853. tracing < "v0.17.0"
  1854. tracy-client
  1855. transept
  1856. traverse
  1857. travesty < "0.7.2"
  1858. tree_layout >= "0.2"
  1859. treeprint >= "2.3.0"
  1860. trie
  1861. tsdl-image >= "0.3.0"
  1862. tsdl-mixer
  1863. tsdl-ttf >= "0.3"
  1864. tsort
  1865. tube >= "4.4.0"
  1866. tuntap
  1867. twostep
  1868. typerep >= "v0.12.0" & < "v0.17.0"
  1869. tyre >= "0.5"
  1870. tyxml >= "4.3.0"
  1871. tyxml-jsx
  1872. tyxml-lwd < "0.4"
  1873. tyxml-ppx >= "4.3.0"
  1874. tyxml-syntax
  1875. ubase
  1876. ubpf < "0.2"
  1877. uecc >= "0.2"
  1878. uint >= "2.0.1"
  1879. ulid
  1880. unidecode
  1881. unionFind < "20250818"
  1882. unison >= "2.51.4" & < "2.53.4"
  1883. universo
  1884. unstrctrd
  1885. uri >= "2.2.1"
  1886. uri-bench
  1887. uri-re
  1888. uri-sexp
  1889. uring < "0.4"
  1890. uritemplate
  1891. user-agent-parser
  1892. username_kernel < "v0.17.0"
  1893. utop
  1894. uuuu >= "0.1.1"
  1895. validator
  1896. variantslib >= "v0.12.0" & < "v0.17.0"
  1897. vcaml
  1898. vcardgen >= "1.2"
  1899. vchan
  1900. vchan-unix
  1901. vchan-xen
  1902. vec < "0.2.0"
  1903. vector
  1904. vercel
  1905. vhd-format >= "0.12.0" & < "0.13.0"
  1906. vhd-format-lwt < "0.13.0"
  1907. virtual_dom < "v0.17.0"
  1908. visitors >= "20200207"
  1909. vlq >= "0.2.1"
  1910. vmnet
  1911. vocal
  1912. voqc
  1913. vue-jsoo < "0.3"
  1914. wall >= "0.4"
  1915. wasmer
  1916. wasmtime
  1917. waylaunch
  1918. webauthn
  1919. weberizer >= "0.8"
  1920. webmachine >= "0.6.2"
  1921. websocket >= "2.12" & < "2.15"
  1922. websocket-async >= "2.12" & < "2.15"
  1923. websocket-lwt
  1924. websocket-lwt-unix < "2.15"
  1925. websocketaf
  1926. webtest
  1927. webtest-js
  1928. wikitext
  1929. win-error >= "1.0"
  1930. win-eventlog = "0.3"
  1931. winsvc < "1.0.1"
  1932. ws
  1933. ws-server
  1934. wseg
  1935. wtf8 >= "1.0.2"
  1936. x509
  1937. x86_64-esperanto >= "0.0.6"
  1938. xapi-backtrace
  1939. xapi-inventory
  1940. xapi-rrd
  1941. xapi-stdext-date
  1942. xapi-stdext-encodings
  1943. xapi-stdext-pervasives
  1944. xapi-stdext-std
  1945. xapi-stdext-threads
  1946. xapi-stdext-unix
  1947. xapi-stdext-zerocheck
  1948. xdg-basedir < "0.0.5"
  1949. xen-evtchn
  1950. xen-evtchn-unix
  1951. xen-gnt
  1952. xen-gnt-unix
  1953. xenstore
  1954. xenstore-tool
  1955. xenstore_transport >= "1.1.0"
  1956. xml-light >= "2.5"
  1957. xmlplaylist >= "0.1.5"
  1958. yaml >= "1.0.0"
  1959. yaml-sexp
  1960. yara >= "0.2"
  1961. yojson >= "1.5.0"
  1962. yojson-bench
  1963. yojson-five
  1964. yurt >= "0.6"
  1965. yuscii >= "0.2.1"
  1966. yuujinchou
  1967. zarith-ppx
  1968. zarith_stubs_js < "v0.17.0"
  1969. zed >= "2.0.6" & < "3.2.0"
  1970. zeit
  1971. zelus
  1972. zelus-gtk
  1973. zipperposition
  1974. zipperposition-tools
  1975. zlib
  1976. zlist >= "0.4.0"
  1977. zmq >= "5.1.0"
  1978. zmq-async >= "5.1.0"
  1979. zmq-eio
  1980. zmq-lwt >= "5.1.0"
  1981. zstandard >= "v0.12.1" & < "v0.17.0"
  1982. zstd = "0.3"
  1983. 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"