package dune

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

Install

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

Conflicts (5)

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

Innovation. Community. Security.