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