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