package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.6.2.tbz
sha256=b6d4ab848efb04aa2a325d0015d32ed4414ed7130ec7aa12f98158eff445cf3c
sha512=d0dd69ada2f1583319a2d6f679b8d49998059117c3258805ee69ae3e71d47bfab7a9c646f19b5fc43a6ccdef934eb87de5bb81205fcd60968bed8bf1790cf0a3

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: 07 Feb 2023

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 low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It implements a scheme that's 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, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Main workflow 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. OCaml is all you need to build Dune and packages using Dune. 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 and arrange them in any way on the file system. 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 can 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

We recommended installing Dune 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 boot/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 installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: 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 fairly stable and 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"

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
  13. aches
  14. aches-lwt
  15. acp4
  16. acpc >= "2.0.0"
  17. adelfa
  18. advi
  19. afl-persistent >= "1.4"
  20. agrid
  21. ahrocksdb
  22. aifad >= "2.2.1"
  23. alba >= "0.4.1"
  24. albatross
  25. alcotest
  26. alcotest-async
  27. alcotest-js
  28. alcotest-lwt
  29. alcotest-mirage
  30. alg_structs
  31. alg_structs_qcheck
  32. algaeff
  33. allegro5
  34. alonzo
  35. alsa >= "0.3.0"
  36. alt-ergo >= "2.3.0" & < "2.6.0"
  37. alt-ergo-free >= "2.4.3"
  38. alt-ergo-lib >= "2.4.2" & < "2.6.0"
  39. alt-ergo-parsers < "2.6.0"
  40. alt-ergo-plugin-ab-why3 < "2.6.0"
  41. altgr-ergo >= "2.3.0"
  42. ambient-context
  43. ambient-context-eio
  44. ambient-context-lwt
  45. amqp-client >= "2.0.3"
  46. amqp-client-async
  47. amqp-client-lwt
  48. ancient >= "0.10.0"
  49. anders
  50. angstrom >= "0.11.1"
  51. angstrom-async >= "0.11.1"
  52. angstrom-lwt-unix >= "0.11.1"
  53. angstrom-unix >= "0.11.1"
  54. ansi
  55. ansi-parse
  56. anthill
  57. antic < "0.3.2"
  58. ao >= "0.2.2"
  59. api-watch
  60. apronext
  61. arb < "0.3.2"
  62. arc
  63. archetype
  64. archi
  65. archi-async
  66. archi-lwt
  67. arg-complete
  68. argon2
  69. arp
  70. art
  71. asai
  72. asak
  73. ask
  74. ask-integrator
  75. asli >= "0.2.0"
  76. asn1-combinators >= "0.2.5"
  77. ast_generic
  78. async < "v0.17.0"
  79. async-uri < "0.4.0"
  80. async_durable < "v0.17.0"
  81. async_extra < "v0.17.0"
  82. async_find < "v0.17.0"
  83. async_graphics
  84. async_inotify < "v0.17.0"
  85. async_interactive < "v0.17.0"
  86. async_js < "v0.17.0"
  87. async_kernel < "v0.17.0"
  88. async_rpc_kernel < "v0.17.0"
  89. async_rpc_websocket < "v0.17.0"
  90. async_sendfile < "v0.17.0"
  91. async_shell < "v0.17.0"
  92. async_smtp < "v0.17.0"
  93. async_ssl < "v0.17.0"
  94. async_udp < "v0.17.0"
  95. async_unix < "v0.17.0"
  96. async_websocket < "v0.17.0"
  97. atable
  98. atd >= "2.2.1" & < "4.0.0"
  99. atdcpp < "4.0.0"
  100. atdd < "4.0.0"
  101. atdgen >= "2.2.1" & < "4.0.0"
  102. atdgen-codec-runtime < "4.0.0"
  103. atdgen-runtime >= "2.2.1" & < "4.0.0"
  104. atdj >= "2.2.1" & < "4.0.0"
  105. atdpy < "4.0.0"
  106. atds < "4.0.0"
  107. atdts < "4.0.0"
  108. atomic < "base"
  109. autofonce
  110. autofonce_config
  111. autofonce_core
  112. autofonce_lib
  113. autofonce_m4
  114. autofonce_misc
  115. autofonce_patch
  116. autofonce_share
  117. avro
  118. avro-compiler
  119. awa
  120. awa-mirage
  121. aws >= "1.2"
  122. aws-async
  123. aws-autoscaling >= "1.2"
  124. aws-cloudformation >= "1.2"
  125. aws-cloudtrail >= "1.2"
  126. aws-cloudwatch
  127. aws-config
  128. aws-ec2 >= "1.2"
  129. aws-elasticache
  130. aws-elasticloadbalancing >= "1.2"
  131. aws-lwt
  132. aws-rds
  133. aws-route53
  134. aws-s3
  135. aws-s3-async
  136. aws-s3-lwt
  137. aws-sdb >= "1.2"
  138. aws-sqs
  139. aws-ssm >= "1.2"
  140. aws-sts >= "1.2"
  141. awsm
  142. awsm-async
  143. awsm-codegen
  144. awsm-lwt
  145. awso
  146. awso-async
  147. awso-cli
  148. awso-common
  149. awso-eio
  150. awso-lwt
  151. awso-sync
  152. azblob
  153. azblob-async
  154. azure-cosmos-db < "0.4.0"
  155. babel < "v0.17.0"
  156. backoff
  157. bag
  158. baguette_sharp
  159. bancos
  160. bank
  161. bare_encoding
  162. bark
  163. base < "v0.17.0"
  164. base32
  165. base64 >= "2.3.0"
  166. base_bigstring < "v0.17.0"
  167. base_quickcheck < "v0.17.0"
  168. base_trie < "v0.17.0"
  169. bastet
  170. bastet_async
  171. bastet_lwt
  172. batch_jaro_winkler
  173. batsat
  174. batteries >= "3.7.1"
  175. bdd >= "0.5"
  176. bddrand
  177. bech32
  178. bechamel
  179. bechamel-js
  180. bechamel-notty
  181. bechamel-perf
  182. beluga = "1.0"
  183. benchmark >= "1.6"
  184. bencode >= "2.0"
  185. bentov
  186. bestline
  187. bheap >= "2.0.0"
  188. bibfmt
  189. bidirectional_map < "v0.17.0"
  190. bigarray-compat
  191. bigarray-overlap
  192. bigdecimal < "v0.17.0"
  193. bignum < "v0.17.0"
  194. bigstring >= "0.3"
  195. bigstring-unix
  196. bigstringaf >= "0.5.0"
  197. bimage
  198. bimage-display
  199. bimage-gtk
  200. bimage-io
  201. bimage-lwt
  202. bimage-sdl
  203. bimage-unix
  204. bimap
  205. bin
  206. bin_prot < "v0.17.0"
  207. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  208. binaryen_dsl
  209. bindlib >= "6.0.0"
  210. biniou >= "1.2.1"
  211. binning
  212. binsec < "0.11.0"
  213. bio_io
  214. biocaml
  215. biotk
  216. bisect_ppx >= "1.4.0"
  217. bistro
  218. bistro-bio
  219. bitcoin >= "3.0"
  220. bitcoin-cohttp-async
  221. bitcoin-cohttp-lwt
  222. bitcoin-ocurl
  223. bitcoinml
  224. bitlib
  225. bitmasks
  226. bitpack_serializer
  227. bitstring >= "3.1.1" & < "5.0.2"
  228. bitv >= "1.4"
  229. bitwuzla
  230. bitwuzla-bin < "1.0.0"
  231. bitwuzla-c
  232. bizowie-api
  233. bjack >= "0.1.6"
  234. blake3
  235. bloomf
  236. bls12-381 < "19.0"
  237. bls12-381-gen
  238. bls12-381-hash
  239. bls12-381-js
  240. bls12-381-js-gen
  241. bls12-381-legacy
  242. bls12-381-signature
  243. bls12-381-unix
  244. blurhash
  245. bm25
  246. bnfgen
  247. bogue
  248. bogue-tutorials
  249. boltzgen < "0.9.5"
  250. bonsai < "v0.17.0"
  251. boulangerie
  252. box
  253. brr-lwd
  254. bst >= "7.0.1"
  255. bstr
  256. buffer-pool
  257. build_path_prefix_map >= "0.3"
  258. builder
  259. builder-web
  260. bun >= "0.3.4"
  261. bwd
  262. bwrap
  263. bytearray
  264. bytebuffer
  265. bytepdf
  266. bz2
  267. ca-certs
  268. ca-certs-nss
  269. cachet
  270. cachet-lwt
  271. cachet-solo5
  272. cactus
  273. cairn
  274. cairo2 >= "0.6"
  275. cairo2-gtk
  276. cairo2-pango
  277. caisar < "0.2.1"
  278. caisar-ir
  279. caisar-nnet
  280. caisar-onnx
  281. caisar-ovo
  282. caisar-xgboost
  283. calcium < "0.3.2"
  284. calculon
  285. calculon-web
  286. calendar >= "3.0.0"
  287. calendars
  288. calipso
  289. calli
  290. callipyge >= "0.2"
  291. camelot
  292. camels
  293. camelsnakekebab
  294. camlimages >= "5.0.2"
  295. camlix
  296. camlon >= "3.1.0"
  297. camlp-streams
  298. camlrack
  299. camltc >= "0.9.8"
  300. camomile >= "1.0.2"
  301. camyll
  302. canary
  303. capnp >= "3.5.0"
  304. capnp-rpc < "2.1"
  305. capnp-rpc-lwt < "2.0"
  306. capnp-rpc-net < "2.1"
  307. capnp-rpc-unix < "2.1"
  308. caqti >= "1.0.0" & < "2.1.1"
  309. caqti-async < "2.1.1"
  310. caqti-driver-mariadb < "2.1.1"
  311. caqti-driver-pgx < "2.1.1"
  312. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  313. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  314. caqti-dynload >= "1.0.0" & < "2.3.0"
  315. caqti-eio < "2.1.1"
  316. caqti-lwt >= "1.0.0" & < "2.1.1"
  317. caqti-mirage < "2.1.1"
  318. caqti-type-calendar >= "1.0.0" & < "3.0.0"
  319. carbon < "0.2.0"
  320. carray
  321. carton < "1.0.0"
  322. carton-git
  323. carton-lwt < "1.0.0"
  324. catala < "0.9.0"
  325. catala-format >= "0.2.0" & < "1.2.0"
  326. catala-lsp
  327. catapult
  328. catapult-client
  329. catapult-daemon
  330. catapult-file
  331. catapult-sqlite
  332. cattery
  333. cbor >= "0.3"
  334. cborl
  335. ccbg
  336. cconv >= "0.5"
  337. cdb
  338. cdrom >= "0.9.4"
  339. ceph
  340. certify >= "0.3.0"
  341. cf
  342. cf-lwt
  343. cfg >= "2.2.0"
  344. cfml
  345. cfstream
  346. chacha
  347. chamelon
  348. chamelon-unix
  349. chamo
  350. charInfo_width
  351. charrua
  352. charrua-client
  353. charrua-server
  354. charrua-unix
  355. charset
  356. chartjs
  357. chartjs-annotation
  358. chartjs-colorschemes
  359. chartjs-datalabels
  360. chartjs-streaming
  361. chase
  362. checkseum = "0.0.3" | >= "0.2.1"
  363. choice >= "0.4"
  364. cid
  365. cinaps >= "v0.12.0"
  366. clangml >= "4.0.1"
  367. clangml-transforms
  368. clap >= "0.2.0"
  369. clarity-lang
  370. class_group_vdf
  371. clim
  372. clim-ppx
  373. climate
  374. clp_operations
  375. clz
  376. cmarker
  377. cmdliner-stdlib
  378. cmon
  379. codept
  380. codept-lib
  381. cohttp >= "1.1.1" & < "6.0.0"
  382. cohttp-async < "6.0.0"
  383. cohttp-curl < "6.1.0"
  384. cohttp-curl-async < "6.1.0"
  385. cohttp-eio < "6.0.0"
  386. cohttp-lwt < "6.0.0"
  387. cohttp-lwt-jsoo < "6.1.0"
  388. cohttp-lwt-unix < "6.0.0"
  389. cohttp_async_websocket < "v0.17.0"
  390. cohttp_static_handler < "v0.17.0"
  391. coin >= "0.1.1"
  392. colibri2
  393. colibrics
  394. colibrilib
  395. colombe
  396. color >= "0.2.0"
  397. color-brewery
  398. combinat
  399. comby
  400. comby-kernel
  401. comby-semantic
  402. command_rpc < "v0.17.0"
  403. commons
  404. conan
  405. conan-cli
  406. conan-database
  407. conan-lwt
  408. conan-unix
  409. conduit
  410. conduit-async
  411. conduit-lwt
  412. conduit-lwt-unix
  413. conduit-mirage
  414. conex >= "0.10.0"
  415. conex-mirage-crypto
  416. confero
  417. config-file = "1.2.1"
  418. conformist
  419. containers
  420. containers-data
  421. containers-thread
  422. content_security_policy < "v0.17.0"
  423. cookie
  424. cookies
  425. coq >= "8.14.0" & < "9.0.0"
  426. coq-core < "9.0.0"
  427. coq-lsp != "0.2.3+9.0" & < "0.2.4+9.0" | = "0.2.5+8.20"
  428. coq-of-ocaml
  429. coq-serapi
  430. coq-stdlib < "9.0.0"
  431. coqide >= "8.14.0"
  432. coqide-server < "9.0.0"
  433. core < "v0.17.0"
  434. core-and-more
  435. core_bench < "v0.17.0"
  436. core_compat
  437. core_extended < "v0.17.0"
  438. core_kernel < "v0.17.0"
  439. core_profiler < "v0.17.0"
  440. core_unix < "v0.17.0"
  441. cosovo
  442. cow >= "2.4.0"
  443. cowabloga >= "0.5.0"
  444. cpm >= "12.1.2"
  445. cppo >= "1.6.6"
  446. cppo_ocamlbuild >= "1.6.6"
  447. cps_toolbox
  448. cpu
  449. cpuid >= "0.1.2"
  450. crc >= "2.1.0"
  451. crlibm >= "0.3"
  452. crontab
  453. crowbar >= "0.2"
  454. crunch
  455. cry >= "0.6.5"
  456. crypt >= "2.0"
  457. cryptokit >= "1.16.1"
  458. csexp
  459. csexp-query
  460. css
  461. css-parser
  462. cstruct
  463. cstruct-async
  464. cstruct-lwt
  465. cstruct-sexp
  466. cstruct-unix
  467. csv >= "2.2"
  468. csv-lwt >= "2.1"
  469. csvfields < "v0.17.0"
  470. csvtool
  471. ctoxml
  472. ctypes >= "0.21.1" & < "0.24.0"
  473. ctypes-foreign >= "0.21.1" & < "0.24.0"
  474. ctypes-zarith
  475. ctypes_stubs_js
  476. cucumber
  477. cudd < "0.1.3"
  478. cudf >= "0.10"
  479. cue_sheet_maker
  480. cuid >= "0.2"
  481. cumulus
  482. curl
  483. curl_lwt
  484. curly >= "0.2.0"
  485. current
  486. current-albatross-deployer
  487. current-web-pipelines
  488. current_ansi
  489. current_docker
  490. current_examples
  491. current_git
  492. current_github
  493. current_gitlab
  494. current_incr
  495. current_ocluster < "0.3.0"
  496. current_rpc
  497. current_slack
  498. current_ssh
  499. current_web
  500. curses >= "1.0.9" & < "1.0.12"
  501. curve-sampling
  502. cviode
  503. daft >= "0.0.4"
  504. dap
  505. data-encoding
  506. dataframe
  507. datakit-server >= "0.12.2"
  508. datakit-server-9p >= "0.12.2"
  509. datalog >= "0.6"
  510. dates_calc < "0.0.7"
  511. daypack-lib
  512. dbf != "0.1.1"
  513. dblp
  514. dblp-api
  515. debian-formats >= "0.1.2"
  516. decimal
  517. decoders >= "0.1.2"
  518. decoders-bencode
  519. decoders-cbor
  520. decoders-ezjsonm >= "0.1.2"
  521. decoders-ezxmlm
  522. decoders-jsonaf
  523. decoders-jsonm
  524. decoders-msgpck
  525. decoders-sexplib
  526. decoders-yojson >= "0.1.2"
  527. decompress >= "0.8.1"
  528. dedent < "v0.17.0"
  529. dedukti >= "2.7"
  530. delimited_parsing < "v0.17.0"
  531. depyt
  532. devkit >= "1.0"
  533. diet
  534. diffable
  535. digestif >= "0.9.0"
  536. directories
  537. dirsift
  538. diskuvbox
  539. disml
  540. dispatch >= "0.4.1"
  541. dispatch-js
  542. distributed >= "0.6.0"
  543. distributed-lwt >= "0.2.0"
  544. distributed-uwt >= "0.2.0"
  545. dkim
  546. dkim-bin
  547. dkim-lwt-unix
  548. dkim-mirage
  549. dkml-c-probe
  550. dkml-dune-dsl
  551. dkml-dune-dsl-show
  552. dkml-install
  553. dkml-install-installer
  554. dkml-install-runner
  555. dkml-runtime-common >= "2.0.3"
  556. dkml-runtime-distribution
  557. dkml-workflows
  558. dlm >= "0.3.1"
  559. dmap
  560. dmarc
  561. dns
  562. dns-certify
  563. dns-cli
  564. dns-client
  565. dns-client-lwt
  566. dns-client-miou-unix
  567. dns-client-mirage
  568. dns-lwt
  569. dns-mirage
  570. dns-resolver
  571. dns-server
  572. dns-stub
  573. dns-tsig
  574. dnsrobot
  575. dnssec
  576. docfd
  577. docker-api >= "0.2"
  578. docker_hub
  579. dockerfile < "8.3.5"
  580. dockerfile-cmd < "8.3.5"
  581. dockerfile-opam >= "8.2.7" & < "8.3.5"
  582. docteur
  583. docteur-solo5
  584. docteur-unix
  585. doculib
  586. doi2bib
  587. dokeysto >= "3.0.2"
  588. dokeysto_camltc >= "3.0.2"
  589. dokeysto_lz4 >= "3.0.2"
  590. dolmen >= "0.4.1"
  591. dolmen_bin
  592. dolmen_loop
  593. dolmen_lsp
  594. dolmen_model
  595. dolmen_type
  596. dolog >= "4.0.0"
  597. domain-local-await < "1.0.1"
  598. domain-local-timeout
  599. domain-name
  600. domain_shims
  601. domainslib
  602. dose3 >= "6.1"
  603. dose3-extra
  604. dot-merlin-reader
  605. dotenv
  606. dream
  607. dream-accept
  608. dream-cli
  609. dream-encoding
  610. dream-html
  611. dream-htmx
  612. dream-httpaf
  613. dream-livereload
  614. dream-pure
  615. dream-serve
  616. dream_middleware_ext
  617. drom >= "0.3.0"
  618. drom_lib >= "0.3.0"
  619. drom_toml
  620. dropbox
  621. dropbox_lwt_unix
  622. dscheck < "0.4.0"
  623. dssi >= "0.1.3"
  624. dtc-pb
  625. dtoa >= "0.3.2"
  626. dtools
  627. dual
  628. duff >= "0.2"
  629. dum >= "1.0.3"
  630. dump_ocamlformat
  631. dune-ai-context
  632. dune-build-info < "3.15.3"
  633. dune-cargo-build
  634. dune-compiledb
  635. dune-configurator >= "2.5.1" & < "3.15.3"
  636. dune-deps
  637. dune-expand
  638. dune-private-libs < "3.15.3"
  639. dune-release >= "1.0.0" & < "2.0.0"
  640. duppy
  641. duras < "2.1.1"
  642. duration
  643. dyn < "3.15.3"
  644. dypgen
  645. earley >= "3.0.0"
  646. earlybird < "1.3.4"
  647. easy-format >= "1.3.2"
  648. easy_logging
  649. easy_logging_yojson
  650. ecaml < "v0.17.0"
  651. edn
  652. ego
  653. eigen >= "0.1.0"
  654. eio < "0.9"
  655. eio-ssl
  656. eio_linux < "0.9"
  657. either
  658. elasticsearch-cli >= "0.5"
  659. electrod
  660. eliom >= "10.1.2" & < "12.0.0"
  661. elm_core
  662. elm_playground
  663. elm_playground_native
  664. elm_playground_web
  665. elm_system
  666. elpi
  667. email_message < "v0.17.0"
  668. embedded_ocaml_templates
  669. emile >= "0.4"
  670. emoji >= "2.0.0"
  671. encore >= "0.4"
  672. env_config < "v0.17.0"
  673. epictetus
  674. eqaf >= "0.2"
  675. eqaf-cstruct
  676. equinoxe
  677. equinoxe-cohttp
  678. equinoxe-hlc
  679. erlang
  680. errpy
  681. erssical
  682. esa
  683. esgg
  684. esperanto-cosmopolitan >= "0.0.5"
  685. ethernet
  686. euler
  687. exenum >= "0.86"
  688. exit
  689. expect >= "0.1.0"
  690. expect_test_helpers
  691. expect_test_helpers_async < "v0.17.0"
  692. expect_test_helpers_core < "v0.17.0"
  693. expect_test_helpers_kernel
  694. expr
  695. extism
  696. extism-manifest
  697. extlib >= "1.7.9"
  698. extunix >= "0.3.1"
  699. ez_api
  700. ez_cmdliner >= "0.2.0"
  701. ez_config >= "0.2.0"
  702. ez_file >= "0.3.0"
  703. ez_hash
  704. ez_pgocaml
  705. ez_search
  706. ez_subst
  707. ezcurl
  708. ezcurl-lwt
  709. ezdl
  710. ezgzip >= "0.2.3"
  711. ezjs_ace
  712. ezjs_blockies
  713. ezjs_cleave
  714. ezjs_crypto
  715. ezjs_cytoscape
  716. ezjs_d3pie
  717. ezjs_extension
  718. ezjs_fetch
  719. ezjs_idb
  720. ezjs_jquery
  721. ezjs_min
  722. ezjs_odometer
  723. ezjs_push
  724. ezjs_qrcode
  725. ezjs_recaptcha
  726. ezjs_timeline
  727. ezjsonm >= "1.0.0"
  728. ezjsonm-encoding
  729. ezjsonm-lwt
  730. ezlua
  731. ezresto
  732. ezresto-directory
  733. ezsqlite >= "0.4.2"
  734. ezxmlm >= "1.1.0"
  735. FPauth
  736. FPauth-core
  737. FPauth-responses
  738. FPauth-strategies
  739. FrontC >= "4.0.0"
  740. faad >= "0.5.0"
  741. facteur
  742. fadbadml >= "0.1.2"
  743. faraday >= "0.7.1"
  744. faraday-async >= "0.7.1"
  745. faraday-lwt >= "0.7.1"
  746. faraday-lwt-unix >= "0.7.1"
  747. farith
  748. farmhash >= "0.4"
  749. fasmifra
  750. fat-filesystem >= "0.13.0"
  751. fd-send-recv >= "2.0.1"
  752. fdkaac >= "0.3.2"
  753. feat
  754. feat-core
  755. feat-num
  756. feather
  757. feather_async
  758. ff
  759. ff-bench
  760. ff-pbt
  761. ff-sig
  762. ffmpeg >= "1.0.0~beta1" & < "1.2.7"
  763. ffmpeg-av < "1.2.7"
  764. ffmpeg-avcodec < "1.2.7"
  765. ffmpeg-avdevice < "1.2.7"
  766. ffmpeg-avfilter < "1.2.7"
  767. ffmpeg-avutil < "1.2.7"
  768. ffmpeg-swresample < "1.2.7"
  769. ffmpeg-swscale < "1.2.7"
  770. fftw3
  771. fiat-p256
  772. fiber
  773. fiber-lwt
  774. fieldslib >= "v0.13.0" & < "v0.17.0"
  775. file_path < "v0.17.0"
  776. fileutils >= "0.6.1"
  777. finch
  778. fit < "1.3.2"
  779. fix >= "20181206"
  780. flac
  781. flatunionfind
  782. flex-array
  783. flint < "0.3.2"
  784. flow_parser >= "0.229.1"
  785. fluxt
  786. fmlib
  787. fmlib_browser
  788. fmlib_js
  789. fmlib_parse
  790. fmlib_pretty
  791. fmlib_std
  792. fontforge-of-ocaml
  793. frama-c >= "26.0~beta" & < "28.0~beta"
  794. frama-c-metacsl >= "0.4" & < "0.7"
  795. frama-clang < "0.0.16"
  796. fred
  797. freetds >= "0.7"
  798. frei0r >= "0.1.2"
  799. frenetic
  800. fromager
  801. fsevents
  802. fsevents-lwt
  803. fsml
  804. fswatch
  805. fswatch_async
  806. fswatch_lwt
  807. fun-postgresql
  808. fun-sql
  809. fun-sqlite
  810. functoria
  811. functoria-runtime
  812. fuseau
  813. fuseau-lwt
  814. fuzzy_compare
  815. fuzzy_match < "v0.17.0"
  816. fzf < "v0.17.0"
  817. GT < "0.5.4"
  818. gapi-ocaml
  819. gbddml
  820. gd >= "1.1"
  821. gdbprofiler
  822. gemini
  823. gen >= "0.5.3"
  824. gen_js_api < "1.1.7"
  825. gendarme < "0.4.1"
  826. gendarme-csv < "0.4.1"
  827. gendarme-ezjsonm < "0.4.1"
  828. gendarme-json < "0.4.0"
  829. gendarme-toml < "0.4.1"
  830. gendarme-yaml < "0.4.1"
  831. gendarme-yojson < "0.4.1"
  832. genspio >= "0.0.3"
  833. genspir >= "1.0.1"
  834. geojson
  835. geojsone
  836. geoml
  837. get_line >= "7.0.0"
  838. getopt >= "20230213"
  839. gettext = "0.4.2"
  840. gettext-camomile < "0.5.0"
  841. gettext-stub < "0.5.0"
  842. git
  843. git-cohttp
  844. git-cohttp-unix
  845. git-http
  846. git-kv
  847. git-mirage
  848. git-net
  849. git-paf
  850. git-unix
  851. github >= "4.0.0"
  852. github-data
  853. github-hooks
  854. github-hooks-unix >= "0.5.0"
  855. github-jsoo >= "4.3.0"
  856. github-unix >= "4.0.0"
  857. gitlab
  858. gitlab-jsoo
  859. gitlab-unix
  860. gitlab_pipeline_notifier
  861. glfw-ocaml
  862. globlon
  863. gluten
  864. gluten-async
  865. gluten-eio
  866. gluten-lwt
  867. gluten-lwt-unix
  868. gluten-mirage
  869. gmap
  870. gmp
  871. gnuplot
  872. gobba
  873. gobject-introspection
  874. goblint < "2.3.0"
  875. goblint-cil >= "1.8.0"
  876. google-drive-ocamlfuse
  877. gopcaml-mode
  878. gopcaml-mode-merlin
  879. gospel
  880. gotd
  881. gperftools
  882. gpiod
  883. gpr
  884. gr
  885. grace
  886. gradescope_submit
  887. grain_dypgen >= "0.2.1"
  888. graphics
  889. graphql >= "0.8.0"
  890. graphql-async >= "0.8.0"
  891. graphql-cohttp >= "0.9.0"
  892. graphql-lwt >= "0.8.0"
  893. graphql_parser >= "0.9.0"
  894. graphql_ppx
  895. graphv
  896. graphv_core
  897. graphv_core_lib
  898. graphv_font
  899. graphv_font_js
  900. graphv_font_stb_truetype
  901. graphv_gles2
  902. graphv_gles2_native
  903. graphv_gles2_native_impl
  904. graphv_webgl
  905. graphv_webgl_impl
  906. gremlin
  907. grenier
  908. grid
  909. grpc < "0.2.0"
  910. grpc-async < "0.2.0"
  911. grpc-lwt < "0.2.0"
  912. gsl >= "1.24.0"
  913. gstreamer >= "0.3.1"
  914. guardian
  915. guile
  916. h1
  917. h1-lwt-unix
  918. h1_parser
  919. h2
  920. h2-async
  921. h2-eio
  922. h2-lwt
  923. h2-lwt-unix
  924. h2-mirage
  925. hack_parallel
  926. hacl-star
  927. hacl-star-raw >= "0.5.0"
  928. hacl_func
  929. hacl_x25519
  930. happy-eyeballs
  931. happy-eyeballs-lwt
  932. happy-eyeballs-miou-unix
  933. happy-eyeballs-mirage
  934. hardcaml < "v0.17.0"
  935. hardcaml_axi < "v0.17.0"
  936. hardcaml_c < "v0.17.0"
  937. hardcaml_circuits < "v0.17.0"
  938. hardcaml_fixed_point < "v0.17.0"
  939. hardcaml_handshake < "v0.17.0"
  940. hardcaml_of_verilog < "v0.17.0"
  941. hardcaml_step_testbench < "v0.17.0"
  942. hardcaml_verify < "v0.17.0"
  943. hardcaml_verilator < "v0.17.0"
  944. hardcaml_waveterm < "v0.17.0"
  945. hardcaml_xilinx < "v0.17.0"
  946. hardcaml_xilinx_components < "v0.17.0"
  947. hardcaml_xilinx_reports < "v0.17.0"
  948. hashcons >= "1.4.0"
  949. hashset >= "1.0.1"
  950. haxe >= "4.1.1"
  951. hc
  952. hdf5
  953. headache
  954. header-check
  955. herdtools7 >= "7.55"
  956. hex >= "1.3.0"
  957. hex_encode < "v0.17.0"
  958. hexstring
  959. hg_lib < "v0.17.0"
  960. hidapi >= "1.1"
  961. hidapi-lwt
  962. higher_kinded < "v0.17.0"
  963. higlo >= "0.8"
  964. hilite < "0.5.0"
  965. hkdf
  966. hl_yaml
  967. hockmd
  968. hpack
  969. htmlfromtexbooks
  970. hts_shrink >= "2.1.2"
  971. http < "6.0.0"
  972. http-cookie
  973. http-date < "0.2"
  974. http-lwt-client
  975. http-mirage-client
  976. http-multipart-formdata
  977. http_async
  978. httpaf >= "0.6.0"
  979. httpaf-async >= "0.6.0"
  980. httpaf-lwt-unix
  981. httpaf_caged
  982. httpcats
  983. httph
  984. httpun
  985. httpun-async
  986. httpun-eio
  987. httpun-lwt
  988. httpun-lwt-unix
  989. httpun-mirage
  990. httpun-types
  991. httpun-ws
  992. httpun-ws-async
  993. httpun-ws-eio
  994. httpun-ws-lwt
  995. httpun-ws-lwt-unix
  996. httpun-ws-mirage
  997. huffman
  998. hurl
  999. hvsock >= "2.0.0"
  1000. hxd
  1001. hyper
  1002. ISO3166
  1003. ISO8601 >= "0.2.6"
  1004. i3ipc
  1005. icalendar
  1006. idd
  1007. idds
  1008. imagelib
  1009. incr_dom < "v0.17.0"
  1010. incr_dom_interactive < "v0.17.0"
  1011. incr_dom_keyboard
  1012. incr_dom_partial_render < "v0.17.0"
  1013. incr_dom_sexp_form < "v0.17.0"
  1014. incr_dom_widgets
  1015. incr_map < "v0.17.0"
  1016. incr_select < "v0.17.0"
  1017. incremental < "v0.17.0"
  1018. incremental_cycles
  1019. indentation_buffer < "v0.17.0"
  1020. index
  1021. index-bench
  1022. inferno >= "20190924"
  1023. influxdb
  1024. influxdb-async
  1025. influxdb-lwt
  1026. inotify >= "2.4" & < "2.6"
  1027. inquire
  1028. int_repr < "v0.17.0"
  1029. integers >= "0.3.0"
  1030. integers_stubs_js
  1031. integration1d >= "0.5.1"
  1032. intel_hex
  1033. interface-prime
  1034. interface-prime-lwt
  1035. interval >= "1.5" & < "1.6"
  1036. interval-map
  1037. interval_base
  1038. interval_crlibm
  1039. interval_intel
  1040. io-page
  1041. io-page-unix
  1042. iomux < "0.4"
  1043. iostream
  1044. iostream-camlzip
  1045. ip2location
  1046. ip2locationio
  1047. ip2proxy
  1048. ip2whois
  1049. ipaddr >= "2.9.0"
  1050. ipaddr-cstruct
  1051. ipaddr-sexp
  1052. irc-client >= "0.6.2"
  1053. irc-client-lwt >= "0.6.2"
  1054. irc-client-lwt-ssl
  1055. irc-client-tls >= "0.6.2"
  1056. irc-client-unix >= "0.6.2"
  1057. iri >= "0.6.0" & < "1.1.0"
  1058. irky
  1059. irky-eio
  1060. irmin
  1061. irmin-bench
  1062. irmin-chunk
  1063. irmin-cli
  1064. irmin-client
  1065. irmin-containers
  1066. irmin-fs
  1067. irmin-git
  1068. irmin-graphql
  1069. irmin-http
  1070. irmin-indexeddb
  1071. irmin-layers
  1072. irmin-mirage
  1073. irmin-mirage-git
  1074. irmin-mirage-graphql
  1075. irmin-pack
  1076. irmin-pack-tools
  1077. irmin-server
  1078. irmin-test
  1079. irmin-tezos
  1080. irmin-unix
  1081. irmin-watcher
  1082. iso639
  1083. iter >= "1.4"
  1084. itv-tree >= "2.2"
  1085. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  1086. jane_rope < "v0.17.0"
  1087. janestreet_cpuid < "v0.17.0"
  1088. janestreet_csv < "v0.17.0"
  1089. janestreet_lru_cache < "v0.17.0"
  1090. jasmin >= "2023.06.0" & < "2025.06.0"
  1091. jekyll-format >= "0.2.0"
  1092. jemalloc >= "0.2"
  1093. jext
  1094. jhupllib
  1095. jingoo >= "1.3.0"
  1096. jose
  1097. js_of_ocaml < "5.1.0"
  1098. js_of_ocaml-compiler < "5.1.0"
  1099. js_of_ocaml-lwt < "5.1.0"
  1100. js_of_ocaml-ocamlbuild >= "3.5.0"
  1101. js_of_ocaml-ppx < "5.1.0"
  1102. js_of_ocaml-ppx_deriving_json < "5.1.0"
  1103. js_of_ocaml-toplevel < "5.1.0"
  1104. js_of_ocaml-tyxml < "5.1.0"
  1105. js_of_ocaml-webgpu
  1106. js_of_ocaml-webidl
  1107. js_of_ocaml_patches < "v0.17.0"
  1108. json-data-encoding < "1.1.1"
  1109. json-data-encoding-browser < "1.1.1"
  1110. json-data-encoding-bson < "1.1.1"
  1111. json_decoder
  1112. jsonaf < "v0.17.0"
  1113. jsonoo
  1114. jsonrpc
  1115. jsonschema2atd
  1116. jsonxt
  1117. jsoo-react
  1118. jsoo_broadcastchannel
  1119. jsoo_storage
  1120. jst-config < "v0.17.0"
  1121. junit >= "2.0.1"
  1122. junit_alcotest >= "2.0.1"
  1123. junit_ounit >= "2.0.1"
  1124. jupyter
  1125. jupyter-archimedes
  1126. jupyter-kernel
  1127. jws
  1128. jwto
  1129. kafka >= "0.5"
  1130. kafka_async
  1131. kafka_lwt
  1132. kappa-agents
  1133. kappa-binaries
  1134. kappa-library
  1135. kappa-server
  1136. kcas < "0.7.0"
  1137. kcas_data < "0.7.0"
  1138. kdf
  1139. kdl
  1140. ke
  1141. key-parsers >= "0.10.1"
  1142. keyseq
  1143. kicadsch >= "0.4.0"
  1144. kind2
  1145. kinetic-client >= "0.0.11"
  1146. kittyimg
  1147. kkmarkdown
  1148. kmt
  1149. knights_tour
  1150. kqueue < "0.5.0"
  1151. krb
  1152. lab
  1153. lablgtk3
  1154. lablgtk3-extras >= "3.0.1"
  1155. lablgtk3-goocanvas2
  1156. lablgtk3-gtkspell3
  1157. lablgtk3-rsvg2
  1158. lablgtk3-sourceview3
  1159. lablqml
  1160. lacaml >= "11.0.2"
  1161. ladspa >= "0.2.0"
  1162. lambda
  1163. lambda-runtime
  1164. lambda-term >= "2.0"
  1165. lambda_streams
  1166. lambda_streams_async
  1167. lambda_streams_lwt
  1168. lambdapi < "2.3.1"
  1169. lambdasoup >= "0.6.4"
  1170. lame >= "0.3.4"
  1171. landmarks = "1.4"
  1172. landmarks-ppx < "1.5"
  1173. lascar >= "0.6-alpha"
  1174. lastfm >= "0.3.3"
  1175. launchd >= "1.3"
  1176. layoutz
  1177. lazy-trie
  1178. lbfgs >= "0.9.1"
  1179. lbvs_consent >= "2.1.0"
  1180. ldap >= "2.4.1"
  1181. ldp < "0.5.0"
  1182. ldp_curl < "0.5.0"
  1183. ldp_js < "0.5.0"
  1184. ldp_tls < "0.5.0"
  1185. leaflet
  1186. learn-ocaml
  1187. learn-ocaml-client
  1188. ledgerwallet
  1189. lens >= "1.2.4"
  1190. letsencrypt
  1191. letsencrypt-app
  1192. letsencrypt-dns
  1193. letsencrypt-mirage
  1194. letters
  1195. leveldb
  1196. lib_parsing
  1197. libabsolute
  1198. libbinaryen < "105.1.0" | >= "107.0.1"
  1199. libirmin
  1200. libsail < "0.20"
  1201. libsvm >= "0.10.0"
  1202. libzipperposition
  1203. lilac
  1204. lilv
  1205. line-up-words < "v0.17.0"
  1206. line_oriented
  1207. linenoise >= "1.3.1"
  1208. links
  1209. links-mysql
  1210. links-postgresql
  1211. links-sqlite3
  1212. linol
  1213. linol-eio
  1214. linol-lwt
  1215. lintcstubs
  1216. lintcstubs-arity < "0.5.2"
  1217. lintcstubs-gen
  1218. linwrap
  1219. liquid_interpreter
  1220. liquid_ml
  1221. liquid_parser
  1222. liquid_std
  1223. liquid_syntax
  1224. liquidsoap-core
  1225. liquidsoap-lang < "2.3.3"
  1226. liquidsoap-libs
  1227. liquidsoap-libs-extra
  1228. little_logger
  1229. llama
  1230. llama-cpp-ocaml
  1231. llama_core
  1232. llama_interactive
  1233. llama_midi
  1234. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1235. lmdb = "1.0"
  1236. lo >= "0.2.0"
  1237. lockfree
  1238. loga
  1239. logical
  1240. logs-async < "1.3"
  1241. logs-async-reporter < "1.3"
  1242. logs-ppx
  1243. logs-syslog
  1244. logtk
  1245. lp
  1246. lp-glpk
  1247. lp-glpk-js
  1248. lp-gurobi
  1249. lp-highs
  1250. lpd
  1251. lreplay < "0.1.1"
  1252. lrgrep
  1253. lru >= "0.3.0"
  1254. lru_cache
  1255. lsp
  1256. lt-code
  1257. lua-ml >= "0.9.3"
  1258. lua_parser
  1259. lucid
  1260. lun
  1261. lustre-v6 >= "6.103.3"
  1262. lutils >= "1.51.2"
  1263. lutin >= "2.71.10"
  1264. luv
  1265. luv_unix
  1266. lwd
  1267. lwt < "5.9.2" | = "6.0.0~alpha00"
  1268. lwt-canceler >= "0.2"
  1269. lwt-dllist
  1270. lwt-exit
  1271. lwt-parallel
  1272. lwt-watcher >= "0.2"
  1273. lwt_direct < "6.0.0~beta01"
  1274. lwt_domain
  1275. lwt_eio < "0.4"
  1276. lwt_glib >= "1.1.1"
  1277. lwt_log >= "1.1.1"
  1278. lwt_ppx >= "1.2.2" & < "5.9.2"
  1279. lwt_react >= "1.1.2"
  1280. lwt_retry
  1281. lwt_ssl >= "1.1.3"
  1282. lz4 >= "1.2.0"
  1283. lz4_chans >= "3.0.1"
  1284. lzo >= "0.0.3"
  1285. m_tree
  1286. macaddr
  1287. macaddr-cstruct
  1288. macaddr-sexp
  1289. mad >= "0.5.0"
  1290. magic-mime >= "1.1.2"
  1291. magic-trace
  1292. make-random
  1293. malfunction
  1294. man_in_the_middle_debugger < "v0.17.0"
  1295. markdown
  1296. markup >= "0.8.0"
  1297. markup-lwt
  1298. mastodon-archive-viewer >= "0.2"
  1299. matcha
  1300. matita
  1301. matplotlib
  1302. mbr-format
  1303. mc2
  1304. mccs
  1305. mcrunch
  1306. mdx >= "1.8.0"
  1307. mec
  1308. mechaml
  1309. mehari
  1310. mehari-eio
  1311. mehari-eio-unix
  1312. mehari-lwt-unix
  1313. mehari-mirage
  1314. mel
  1315. melange < "1.0.0"
  1316. melange-compiler-libs
  1317. meldep
  1318. mem_usage < "0.2.0"
  1319. memcad
  1320. memfd
  1321. memgraph
  1322. memgraph_kitty
  1323. memo
  1324. memprof-limits
  1325. memtrace
  1326. memtrace-mirage
  1327. memtrace_viewer
  1328. menhir >= "20200123"
  1329. menhirCST
  1330. menhirGLR
  1331. menhirLib
  1332. menhirSdk
  1333. merge-fmt
  1334. merlin
  1335. merlin-extend
  1336. merlin-lib
  1337. mesh >= "0.9.5"
  1338. mesh-easymesh >= "0.9.5"
  1339. mesh-graphics >= "0.9.5"
  1340. mesh-triangle >= "0.9.5"
  1341. metadata
  1342. metadb
  1343. metapp
  1344. metaquot
  1345. metrics
  1346. metrics-influx
  1347. metrics-lwt
  1348. metrics-rusage
  1349. metrics-unix
  1350. mew
  1351. mew_vi
  1352. mhttp
  1353. mhttp-client
  1354. mhttp-server
  1355. micro_httpd
  1356. middleware
  1357. mimic
  1358. mimic-happy-eyeballs
  1359. mindstorm >= "0.8"
  1360. mindstorm-lwt
  1361. minicaml
  1362. minicli >= "5.0.2"
  1363. minisat >= "0.3"
  1364. miou < "0.5.2"
  1365. mirage >= "4.0.0"
  1366. mirage-block
  1367. mirage-block-ccm
  1368. mirage-block-combinators
  1369. mirage-block-lwt
  1370. mirage-block-partition
  1371. mirage-block-ramdisk
  1372. mirage-block-solo5
  1373. mirage-block-unikraft
  1374. mirage-block-unix
  1375. mirage-block-xen
  1376. mirage-bootvar
  1377. mirage-channel >= "3.2.0"
  1378. mirage-channel-lwt
  1379. mirage-clock
  1380. mirage-clock-lwt
  1381. mirage-clock-unix
  1382. mirage-conduit
  1383. mirage-console
  1384. mirage-console-lwt
  1385. mirage-crypto
  1386. mirage-crypto-ec
  1387. mirage-crypto-pk
  1388. mirage-crypto-rng
  1389. mirage-crypto-rng-async
  1390. mirage-crypto-rng-eio
  1391. mirage-crypto-rng-lwt
  1392. mirage-crypto-rng-miou-unix
  1393. mirage-crypto-rng-mirage
  1394. mirage-crypto-rng-mkernel
  1395. mirage-device
  1396. mirage-dns
  1397. mirage-flow
  1398. mirage-flow-combinators
  1399. mirage-flow-lwt
  1400. mirage-flow-unix
  1401. mirage-fs
  1402. mirage-fs-lwt
  1403. mirage-kv >= "2.0.0"
  1404. mirage-kv-lwt >= "2.0.0"
  1405. mirage-kv-mem
  1406. mirage-kv-unix < "3.0.0"
  1407. mirage-logs
  1408. mirage-monitoring
  1409. mirage-mtime
  1410. mirage-nat
  1411. mirage-net
  1412. mirage-net-lwt
  1413. mirage-net-macosx >= "1.6.0"
  1414. mirage-net-solo5
  1415. mirage-net-unikraft
  1416. mirage-net-unix
  1417. mirage-net-xen
  1418. mirage-profile
  1419. mirage-protocols
  1420. mirage-protocols-lwt
  1421. mirage-ptime
  1422. mirage-qubes
  1423. mirage-qubes-ipv4
  1424. mirage-random
  1425. mirage-runtime
  1426. mirage-sleep
  1427. mirage-solo5
  1428. mirage-stack
  1429. mirage-stack-lwt
  1430. mirage-time
  1431. mirage-time-lwt
  1432. mirage-time-unix
  1433. mirage-types >= "3.6.0"
  1434. mirage-types-lwt >= "3.6.0"
  1435. mirage-unix
  1436. mirage-vnetif
  1437. mirage-xen
  1438. mkaudio >= "1.1.0"
  1439. mkernel
  1440. mkocaml
  1441. mlbdd >= "0.7.2"
  1442. mlfenv
  1443. mlmpfr >= "4.0.2+dune"
  1444. mlpost
  1445. mlpost-lablgtk
  1446. mlt_parser < "v0.17.0"
  1447. mm >= "0.7.0" & < "0.8.5"
  1448. mmap
  1449. mmdb
  1450. mmo
  1451. mnd
  1452. mnet
  1453. mnet-cli
  1454. mnet-dns
  1455. mnet-happy-eyeballs
  1456. mnet-ssh
  1457. mnet-tls
  1458. mnottui
  1459. mnotty
  1460. mock >= "0.1.1"
  1461. mock-ounit >= "0.1.1"
  1462. module-graph
  1463. molenc >= "5.0.0"
  1464. monaco_jsoo
  1465. monolith < "20241126"
  1466. monomorphic >= "2.0"
  1467. monorobot
  1468. moonpool
  1469. moonpool-io
  1470. moonpool-lwt
  1471. morbig >= "0.10.3"
  1472. morsmall
  1473. moss >= "0.1.1"
  1474. mparser >= "1.3"
  1475. mparser-pcre
  1476. mparser-re
  1477. mperf
  1478. mpg123
  1479. mpp >= "0.3.4"
  1480. mpris
  1481. mpris-clients
  1482. mrmime
  1483. msat >= "0.8"
  1484. msat-bin
  1485. msendmail
  1486. mset
  1487. msgpck >= "1.5"
  1488. msgpck-repr
  1489. mssql
  1490. mugen
  1491. mula
  1492. multibase
  1493. multicodec
  1494. multihash
  1495. multihash-digestif
  1496. multipart-form-data >= "0.3.0"
  1497. multipart_form
  1498. multipart_form-cohttp-lwt
  1499. multipart_form-eio
  1500. multipart_form-lwt
  1501. multipart_form-miou
  1502. murmur3 >= "0.3"
  1503. mustache >= "3.1.0"
  1504. mustache-cli
  1505. mutaml
  1506. mutf8
  1507. mwt
  1508. mybuild >= "7"
  1509. mysql8
  1510. mysql_protocol
  1511. n_ary < "v0.17.0"
  1512. naboris
  1513. nacc
  1514. nanoev
  1515. nanoev-picos
  1516. nanoev-posix
  1517. nanoev_tiny_httpd
  1518. nanoid
  1519. nanosvg
  1520. nanosvg_text
  1521. nbd >= "4.0.3"
  1522. nbd-tool
  1523. nbd-unix
  1524. nel
  1525. neo4j_bolt
  1526. netkat
  1527. netlink >= "0.3.4"
  1528. netsnmp < "v0.17.0"
  1529. nice_parser
  1530. ninja_utils
  1531. niru
  1532. nlopt
  1533. nmea
  1534. noCanren
  1535. nocoiner
  1536. node_of_ocaml
  1537. non_empty_list
  1538. nottui
  1539. nottui-lwt
  1540. nottui-miou
  1541. nottui-pretty
  1542. nottui-unix
  1543. notty >= "0.2.3"
  1544. notty-community
  1545. notty-miou
  1546. notty_async >= "v0.13.0" & < "v0.17.0"
  1547. np
  1548. npy >= "0.0.9"
  1549. nsq
  1550. numeric_string < "v0.17.0"
  1551. nuscr
  1552. OCADml
  1553. OCanren
  1554. OCanren-ppx
  1555. OSCADml
  1556. obeam
  1557. obelisk >= "0.5.0"
  1558. obuilder < "0.6.0"
  1559. obuilder-spec < "0.6.0"
  1560. obus >= "1.2.1"
  1561. ocal >= "0.2.2"
  1562. ocaml-canvas
  1563. ocaml-compiler-libs >= "v0.12.0"
  1564. ocaml-embed-file < "v0.17.0"
  1565. ocaml-in-python
  1566. ocaml-index
  1567. ocaml-lsp-server
  1568. ocaml-lua
  1569. ocaml-migrate-parsetree
  1570. ocaml-migrate-parsetree-ocamlbuild
  1571. ocaml-monadic >= "0.4.1"
  1572. ocaml-print-intf
  1573. ocaml-probes < "v0.17.0"
  1574. ocaml-protoc >= "2.0.1"
  1575. ocaml-protoc-plugin < "6.1.0"
  1576. ocaml-r >= "0.1.1"
  1577. ocaml-syntax-shims
  1578. ocaml-systemd >= "1.3"
  1579. ocaml-top
  1580. ocaml-vdom < "transition"
  1581. ocaml-version >= "3.5.0"
  1582. ocaml_db_model
  1583. ocaml_intrinsics < "v0.17.0"
  1584. ocaml_pgsql_model
  1585. ocaml_plugin
  1586. ocamlcodoc
  1587. ocamldiff >= "1.2"
  1588. ocamlformat >= "0.24.1"
  1589. ocamlformat-lib
  1590. ocamlformat-mlx
  1591. ocamlformat-mlx-lib
  1592. ocamlformat-rpc < "removed"
  1593. ocamlformat-rpc-lib
  1594. ocamlgraph >= "2.0.0"
  1595. ocamlgraph_gtk
  1596. ocamline
  1597. ocamlog
  1598. ocamlregextkit
  1599. ocb
  1600. ocf >= "0.8.0" & < "1.0.0"
  1601. ocf_ppx < "1.0.0"
  1602. ockt
  1603. ocluster != "0.2" & < "0.3.0"
  1604. ocluster-api < "0.3.0"
  1605. ocluster-worker < "0.3.0"
  1606. ocolor
  1607. ocp-browser >= "1.2.1"
  1608. ocp-indent >= "1.7.0" & < "1.9.0"
  1609. ocp-indent-nlfork
  1610. ocp-index
  1611. ocp-search
  1612. ocp_reveal
  1613. ocplib-endian >= "1.1"
  1614. ocplib-json-typed-browser
  1615. ocplib-json-typed-bson
  1616. ocplib-simplex >= "0.5"
  1617. ocplib_stuff >= "0.4.0"
  1618. ocsigen-i18n >= "4.0.0"
  1619. ocsigen-ppx-rpc
  1620. ocsigenserver >= "4.0.1" & < "7.0.0"
  1621. ocsipersist < "2.1.0"
  1622. ocsipersist-dbm < "2.1.0"
  1623. ocsipersist-dbm-config < "2.1.0"
  1624. ocsipersist-lib < "2.1.0"
  1625. ocsipersist-pgsql < "2.1.0"
  1626. ocsipersist-pgsql-config < "2.1.0"
  1627. ocsipersist-sqlite < "2.1.0"
  1628. ocsipersist-sqlite-config < "2.1.0"
  1629. octavius >= "1.2.2"
  1630. ocue
  1631. odate
  1632. odds >= "1.1"
  1633. odep
  1634. odepack >= "0.6.9"
  1635. odnnr
  1636. odoc < "3.0.0"
  1637. odoc-parser < "3.0.0"
  1638. oepub
  1639. of_json < "v0.17.0"
  1640. offheap
  1641. ogg >= "1.0.0"
  1642. ohex
  1643. oidc
  1644. ojo
  1645. ojs < "1.1.7"
  1646. ojs_base
  1647. ojs_base_all
  1648. ojs_base_ppx
  1649. ojs_ed
  1650. ojs_filetree
  1651. ojs_list
  1652. oktree >= "0.2.4"
  1653. olinq >= "0.3"
  1654. omd >= "1.3.2"
  1655. ometrics
  1656. omg
  1657. omigrate
  1658. omlr >= "1.0.3"
  1659. omtl
  1660. oneffs
  1661. oniguruma
  1662. opam-0install
  1663. opam-0install-cudf
  1664. opam-bin >= "1.0.0"
  1665. opam-build
  1666. opam-client >= "2.0.2"
  1667. opam-compiler
  1668. opam-core >= "2.0.2"
  1669. opam-custom-install
  1670. opam-devel >= "2.0.2"
  1671. opam-ed >= "0.4"
  1672. opam-file-format >= "2.1.0" & < "2.1.5"
  1673. opam-format >= "2.0.2"
  1674. opam-graph
  1675. opam-grep >= "0.2.0"
  1676. opam-installer >= "2.0.2"
  1677. opam-minver
  1678. opam-monorepo
  1679. opam-package-upgrade >= "0.2"
  1680. opam-publish >= "2.0.2"
  1681. opam-repository >= "2.0.2"
  1682. opam-solver >= "2.0.2"
  1683. opam-spin
  1684. opam-state >= "2.0.2"
  1685. opam-test
  1686. opam_bin_lib != "0.9.5"
  1687. opasswd
  1688. opatch
  1689. opazl
  1690. openai-gym
  1691. openapi
  1692. openapi-opium
  1693. openapi_router
  1694. opencc0
  1695. opencc1
  1696. opencc1_1
  1697. openQASM
  1698. openstellina
  1699. opentelemetry < "0.90"
  1700. opentelemetry-client-cohttp-eio < "0.90"
  1701. opentelemetry-client-cohttp-lwt < "0.90"
  1702. opentelemetry-client-ocurl < "0.90"
  1703. opentelemetry-cohttp-lwt < "0.90"
  1704. opentelemetry-logs < "0.90"
  1705. opentelemetry-lwt < "0.90"
  1706. opine
  1707. opium
  1708. opium-graphql
  1709. opium-testing
  1710. opium_kernel >= "0.17.0"
  1711. oplot < "0.85"
  1712. oplsr
  1713. opomodoro
  1714. opsian
  1715. optal
  1716. opti
  1717. optimization1d >= "0.6.1"
  1718. optiml-transport
  1719. optint
  1720. opus
  1721. oraft
  1722. oranger >= "2.0.1"
  1723. orb
  1724. order-i3-xfce
  1725. ordering < "3.15.3"
  1726. ordinal
  1727. ordinal_abbreviation < "v0.17.0"
  1728. ordma >= "0.0.5"
  1729. orec >= "1.0.1"
  1730. orewa
  1731. orf
  1732. orgeat
  1733. orpie
  1734. orrandomForest
  1735. orsvm_e1071 >= "4.0.0"
  1736. orxgboost >= "1.1.0"
  1737. osc >= "0.2.0"
  1738. osc-lwt
  1739. osc-unix
  1740. oseq >= "0.2"
  1741. osh
  1742. oskel
  1743. osnap
  1744. osx-keychain
  1745. osx-secure-transport
  1746. otaglibc
  1747. otf
  1748. otoggl
  1749. otoml
  1750. otr
  1751. oui
  1752. ounit = "2.1.2"
  1753. ounit-lwt < "2.2.0"
  1754. ounit2
  1755. ounit2-lwt
  1756. override
  1757. owee
  1758. owi
  1759. owl >= "0.4.0" & < "1.2"
  1760. owl-base >= "0.4.0" & < "1.2"
  1761. owl-jupyter
  1762. owl-ode
  1763. owl-ode-base
  1764. owl-ode-odepack
  1765. owl-ode-sundials
  1766. owl-opt
  1767. owl-opt-lbfgs
  1768. owl-plplot < "1.1"
  1769. owl-symbolic
  1770. owl-top >= "0.4.0" & < "1.2"
  1771. owl-zoo >= "0.4.0"
  1772. owork
  1773. ozulip
  1774. p4pp
  1775. p5scm
  1776. packstream
  1777. pacomb
  1778. paf
  1779. paf-cohttp
  1780. pam < "v0.17.0"
  1781. pandoc
  1782. pandoc-abbreviations
  1783. pandoc-comment
  1784. pandoc-crossref
  1785. pandoc-include
  1786. pandoc-inspect
  1787. pandoc-pdf2png
  1788. pandoc-replace
  1789. papi >= "0.1.1"
  1790. par_incr
  1791. parany >= "9.0.0"
  1792. pardi >= "2.0.2"
  1793. parmap >= "1.1.1"
  1794. parsexp >= "v0.13.0" & < "v0.17.0"
  1795. parsexp_io < "v0.17.0"
  1796. parsley
  1797. patch
  1798. patdiff < "v0.17.0"
  1799. path_glob
  1800. patience_diff < "v0.17.0"
  1801. patricia-tree
  1802. pattern
  1803. pb
  1804. pb-plugin
  1805. pbkdf
  1806. pbrt
  1807. pbrt_services
  1808. pbrt_yojson
  1809. pcap-format >= "0.5.2"
  1810. pcre >= "7.3.5"
  1811. pcre2
  1812. pds-reachability >= "0.2.2"
  1813. pecu >= "0.2"
  1814. petrol
  1815. pf-qubes
  1816. pg_query
  1817. pgocaml >= "4.0"
  1818. pgocaml_ppx
  1819. pgx
  1820. pgx_async
  1821. pgx_lwt
  1822. pgx_lwt_mirage
  1823. pgx_lwt_unix
  1824. pgx_unix
  1825. pgx_value_core
  1826. pgx_value_ptime
  1827. phantom-algebra >= "1.0.1"
  1828. phonetic
  1829. phylogenetics
  1830. piaf
  1831. picasso
  1832. piece_rope
  1833. piqi >= "0.7.8"
  1834. piqilib >= "0.6.16"
  1835. pixel_pusher
  1836. pkcs11 >= "0.18.0"
  1837. pkcs11-cli
  1838. pkcs11-driver
  1839. pkcs11-rev
  1840. pla >= "1.3"
  1841. plateau
  1842. plato
  1843. plebeia
  1844. plist-xml
  1845. plist-xml-lwt
  1846. plotkicadsch
  1847. plplot >= "5.11.0-1"
  1848. polka
  1849. poll
  1850. polling_state_rpc < "v0.17.0"
  1851. polly < "0.5.0"
  1852. polynomial
  1853. pomap
  1854. popper
  1855. portaudio >= "0.2.2"
  1856. portaudio_c_bindings
  1857. posix-base < "4.0.1"
  1858. posix-bindings < "4.0.1"
  1859. posix-getopt >= "2.0.0" & < "4.0.1"
  1860. posix-math2 < "4.0.1"
  1861. posix-signal < "4.0.1"
  1862. posix-socket < "4.0.1"
  1863. posix-socket-unix < "4.0.1"
  1864. posix-time2 < "4.0.1"
  1865. posix-types >= "2.0.0" & < "4.0.1"
  1866. posix-uname < "4.0.1"
  1867. posixat < "v0.17.0"
  1868. postgres_async < "v0.17.0"
  1869. postgresql >= "4.4.1"
  1870. pp
  1871. pp-binary-ints
  1872. pp_loc
  1873. pprint >= "20200226"
  1874. ppx-owl-opt
  1875. ppx_accessor < "v0.17.0"
  1876. ppx_assert < "v0.17.0"
  1877. ppx_bap
  1878. ppx_base < "v0.17.0"
  1879. ppx_bench < "v0.17.0"
  1880. ppx_bin_prot < "v0.17.0"
  1881. ppx_bitstring < "5.0.2"
  1882. ppx_blob >= "0.6.0"
  1883. ppx_camlrack
  1884. ppx_catch
  1885. ppx_cold < "v0.17.0"
  1886. ppx_compare < "v0.17.0"
  1887. ppx_compose >= "0.1.0"
  1888. ppx_const
  1889. ppx_conv_func < "v0.17.0"
  1890. ppx_counters
  1891. ppx_css < "v0.17.0"
  1892. ppx_cstruct
  1893. ppx_cstubs
  1894. ppx_csv_conv < "v0.17.0"
  1895. ppx_custom_printf < "v0.17.0"
  1896. ppx_decimal
  1897. ppx_defer >= "0.4.0"
  1898. ppx_demo < "v0.17.0"
  1899. ppx_derive_at_runtime < "v0.17.0"
  1900. ppx_derivers >= "1.2.1"
  1901. ppx_deriving >= "4.5-1"
  1902. ppx_deriving_cad
  1903. ppx_deriving_cmdliner
  1904. ppx_deriving_encoding
  1905. ppx_deriving_hardcaml
  1906. ppx_deriving_hash
  1907. ppx_deriving_json_schema
  1908. ppx_deriving_jsoo
  1909. ppx_deriving_madcast >= "0.2"
  1910. ppx_deriving_popper
  1911. ppx_deriving_protobuf
  1912. ppx_deriving_qcheck
  1913. ppx_deriving_rpc < "10.2.0"
  1914. ppx_deriving_scad
  1915. ppx_deriving_yaml < "0.4.0"
  1916. ppx_deriving_yojson
  1917. ppx_disable_unused_warnings < "v0.17.0"
  1918. ppx_distr_guards >= "0.2"
  1919. ppx_enumerate < "v0.17.0"
  1920. ppx_expect < "v0.17.0"
  1921. ppx_ezlua
  1922. ppx_factory
  1923. ppx_fail
  1924. ppx_fields_conv < "v0.17.0"
  1925. ppx_fixed_literal < "v0.17.0"
  1926. ppx_gen_rec >= "1.1.0"
  1927. ppx_getenv
  1928. ppx_globalize < "v0.17.0"
  1929. ppx_hash < "v0.17.0"
  1930. ppx_here < "v0.17.0"
  1931. ppx_ignore_instrumentation < "v0.17.0"
  1932. ppx_import
  1933. ppx_inline_alcotest
  1934. ppx_inline_test < "v0.16.1"
  1935. ppx_irmin
  1936. ppx_jane < "v0.17.0"
  1937. ppx_js_style < "v0.17.0"
  1938. ppx_jsobject_conv
  1939. ppx_jsonaf_conv < "v0.17.0"
  1940. ppx_let < "v0.17.0"
  1941. ppx_log < "v0.17.0"
  1942. ppx_lun
  1943. ppx_make
  1944. ppx_map
  1945. ppx_marshal < "0.4.1"
  1946. ppx_marshal_ext < "0.4.1"
  1947. ppx_matches
  1948. ppx_meta_conv
  1949. ppx_mikmatch
  1950. ppx_module_timer < "v0.17.0"
  1951. ppx_monad
  1952. ppx_monoid >= "0.3.2"
  1953. ppx_mysql
  1954. ppx_open
  1955. ppx_optcomp < "v0.17.0"
  1956. ppx_optint
  1957. ppx_optional < "v0.17.0"
  1958. ppx_parser
  1959. ppx_pattern_bind < "v0.17.0"
  1960. ppx_pbt
  1961. ppx_pipebang < "v0.17.0"
  1962. ppx_protocol_conv
  1963. ppx_protocol_conv_json
  1964. ppx_protocol_conv_jsonm
  1965. ppx_protocol_conv_msgpack
  1966. ppx_protocol_conv_xml_light
  1967. ppx_protocol_conv_xmlm
  1968. ppx_protocol_conv_yaml
  1969. ppx_pyformat
  1970. ppx_python < "v0.17.0"
  1971. ppx_rapper
  1972. ppx_rapper_async
  1973. ppx_rapper_lwt
  1974. ppx_regexp >= "0.4.0"
  1975. ppx_repr
  1976. ppx_seq
  1977. ppx_sexp_conv < "v0.17.0"
  1978. ppx_sexp_message < "v0.17.0"
  1979. ppx_sexp_value < "v0.17.0"
  1980. ppx_show
  1981. ppx_stable < "v0.17.0"
  1982. ppx_stable_witness < "v0.17.0"
  1983. ppx_string < "v0.17.0"
  1984. ppx_string_interpolation
  1985. ppx_subliner
  1986. ppx_system
  1987. ppx_test
  1988. ppx_tools
  1989. ppx_tools_versioned
  1990. ppx_trace
  1991. ppx_ts
  1992. ppx_tydi < "v0.17.0"
  1993. ppx_type_directed_value
  1994. ppx_typed_fields < "v0.17.0"
  1995. ppx_typerep_conv < "v0.17.0"
  1996. ppx_tyre
  1997. ppx_units
  1998. ppx_variants_conv < "v0.17.0"
  1999. ppx_viewpattern
  2000. ppx_wideopen
  2001. ppx_xml_conv < "v0.17.0"
  2002. ppx_yojson
  2003. ppx_yojson_conv < "v0.17.0"
  2004. ppx_yojson_conv_lib < "v0.17.0"
  2005. ppxfind
  2006. ppxlib < "0.34.0"
  2007. ppxx
  2008. pratter
  2009. prbnmcn-basic-structures
  2010. prbnmcn-cgrph
  2011. prbnmcn-clustering
  2012. prbnmcn-dagger
  2013. prbnmcn-dagger-gsl
  2014. prbnmcn-dagger-stats
  2015. prbnmcn-dagger-test
  2016. prbnmcn-gnuplot
  2017. prbnmcn-linalg
  2018. prbnmcn-mcts
  2019. prbnmcn-proptest
  2020. prbnmcn-stats
  2021. prbnmcn-ucb1
  2022. prc
  2023. preface
  2024. prelude
  2025. prettym
  2026. printbox >= "0.3"
  2027. printbox-ext-plot
  2028. printbox-html
  2029. printbox-md
  2030. printbox-text >= "0.6.1"
  2031. proc-smaps
  2032. process_limits
  2033. processor
  2034. prof_spacetime
  2035. profiling
  2036. profunctor < "v0.17.0"
  2037. progress < "0.5.0"
  2038. prom
  2039. prometheus >= "0.6"
  2040. prometheus-app >= "0.6"
  2041. prometheus-liquidsoap >= "2"
  2042. promise
  2043. promise_jsoo
  2044. promise_jsoo_lwt
  2045. protocell
  2046. protocol-9p >= "1.0.0"
  2047. protocol-9p-tool >= "1.0.0"
  2048. protocol-9p-unix >= "1.0.0"
  2049. protocol_version_header < "v0.17.0"
  2050. prr
  2051. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2052. psq >= "0.1.1"
  2053. ptmap >= "2.0.5"
  2054. ptset
  2055. pulseaudio >= "0.1.4"
  2056. pure-html
  2057. pure-splitmix >= "0.3"
  2058. purl
  2059. pvec
  2060. pxshot
  2061. py >= "1.1"
  2062. pyast
  2063. pyml >= "20210924"
  2064. pyml_bindgen >= "0.3.0"
  2065. pyre-ast
  2066. pythonlib
  2067. qbf >= "0.3"
  2068. qcheck >= "0.13"
  2069. qcheck-alcotest
  2070. qcheck-core
  2071. qcheck-lin < "0.10"
  2072. qcheck-multicoretests-util < "0.10"
  2073. qcheck-ounit
  2074. qcheck-stm < "0.10"
  2075. qdrant
  2076. qinap
  2077. qiskit < "0.44.0"
  2078. qmp >= "0.19.0"
  2079. qrencode
  2080. qtest >= "2.10.1"
  2081. queenshead
  2082. quests
  2083. radamsa
  2084. radare2 >= "0.0.3"
  2085. randii
  2086. randomconv
  2087. randoml
  2088. range >= "0.8"
  2089. rangeSet
  2090. rankers
  2091. rawlink
  2092. rawlink-eio
  2093. rawlink-lwt
  2094. raygui < "1.4.0"
  2095. raylib < "1.4.0"
  2096. rdbg >= "1.196.12"
  2097. rdf >= "0.13.0" & < "1.1.0"
  2098. rdf_impls < "1.1.0"
  2099. rdf_json_ld < "1.1.0"
  2100. rdf_lwt < "1.1.0"
  2101. rdf_mysql < "1.1.0"
  2102. rdf_postgresql < "1.1.0"
  2103. rdf_ppx < "1.1.0"
  2104. re >= "1.9.0" & < "1.13.2"
  2105. re2 < "v0.17.0"
  2106. re2_stable
  2107. re_parser < "v0.17.0"
  2108. rea
  2109. reactiveData = "0.3.0"
  2110. reanalyze
  2111. reason < "3.14.0"
  2112. reason-standard
  2113. received
  2114. record_builder < "v0.17.0"
  2115. records >= "1.0.0"
  2116. reddit_api_async
  2117. reddit_api_kernel
  2118. redirect
  2119. redis >= "0.4"
  2120. redis-async < "v0.17.0"
  2121. redis-lwt >= "0.4"
  2122. redis-sync >= "0.4"
  2123. reed-solomon-erasure >= "1.0.2"
  2124. reedsolomon
  2125. refl
  2126. regex_parser_intf < "v0.17.0"
  2127. regrade
  2128. remu_ts
  2129. reparse
  2130. reparse-lwt
  2131. reparse-lwt-unix
  2132. reparse-unix
  2133. repr
  2134. repr-bench
  2135. repr-fuzz
  2136. res >= "5.0.1"
  2137. res_tailwindcss
  2138. resource-pooling >= "1.1"
  2139. resource_cache < "v0.17.0"
  2140. resp
  2141. resp-client
  2142. resp-mirage
  2143. resp-server >= "0.9"
  2144. resp-unix
  2145. resto
  2146. resto-acl
  2147. resto-cohttp
  2148. resto-cohttp-client
  2149. resto-cohttp-self-serving-client
  2150. resto-cohttp-server
  2151. resto-directory
  2152. resto-json
  2153. result
  2154. rfc1951 >= "0.8.1" & != "1.0.0"
  2155. rfc6287 >= "1.0.4"
  2156. rfc7748
  2157. rfsm >= "1.6-alpha-3" & < "2.0"
  2158. rhythm
  2159. ringo
  2160. ringo-lwt
  2161. river
  2162. rock
  2163. roman
  2164. root1d >= "0.5.1"
  2165. rope >= "0.6.2"
  2166. rosa
  2167. rosetta >= "0.2.0"
  2168. routes
  2169. rowex
  2170. rpc
  2171. rpc_parallel < "v0.17.0"
  2172. rpclib < "10.2.0"
  2173. rpclib-async < "10.2.0"
  2174. rpclib-html < "10.2.0"
  2175. rpclib-js < "10.2.0"
  2176. rpclib-lwt < "10.2.0"
  2177. rsdd
  2178. rss
  2179. rtop < "3.14.0"
  2180. rtree
  2181. rungen
  2182. runtime_events_tools < "0.5.2"
  2183. rusage
  2184. rust-staticlib-gen
  2185. rust-staticlib-virtual
  2186. SZXX
  2187. safemoney
  2188. safepass >= "3.1"
  2189. sail >= "0.15" & < "0.20"
  2190. sail_c_backend < "0.20"
  2191. sail_coq_backend < "0.20"
  2192. sail_doc_backend < "0.20"
  2193. sail_latex_backend < "0.20"
  2194. sail_lean_backend < "0.20"
  2195. sail_lem_backend < "0.20"
  2196. sail_manifest < "0.20"
  2197. sail_ocaml_backend < "0.20"
  2198. sail_output < "0.20"
  2199. sail_smt_backend < "0.20"
  2200. sail_sv_backend < "0.20"
  2201. salsa20 >= "1.0.0"
  2202. salsa20-core >= "1.0.0"
  2203. samplerate >= "0.1.6"
  2204. sanddb >= "0.2"
  2205. sarek
  2206. satex
  2207. saturn < "0.5.0"
  2208. saturn_lockfree < "0.5.0"
  2209. satyrographos
  2210. scad_ml
  2211. scfg
  2212. scgi
  2213. scipy
  2214. scrypt-kdf
  2215. sd_logic
  2216. sdl-liquidsoap >= "3"
  2217. search
  2218. searchTree
  2219. secp256k1 >= "0.4.1"
  2220. secp256k1-internal
  2221. sedlex
  2222. sek
  2223. sel
  2224. semantic_version < "v0.17.0"
  2225. semaphore-compat
  2226. semver >= "0.2.1"
  2227. semver2
  2228. sendmail
  2229. sendmail-lwt
  2230. sendmail-miou-unix
  2231. sendmail-mirage
  2232. sentry
  2233. seq < "base"
  2234. seqes
  2235. sequencer_table < "v0.17.0"
  2236. serde < "0.0.2"
  2237. serde_debug
  2238. serde_derive < "0.0.2"
  2239. serde_json < "0.0.2"
  2240. serde_sexpr
  2241. serde_xml
  2242. serial
  2243. session >= "0.4.1"
  2244. session-cohttp >= "0.4.1"
  2245. session-cohttp-async >= "0.4.1"
  2246. session-cohttp-lwt >= "0.4.1"
  2247. session-cookie
  2248. session-cookie-async
  2249. session-cookie-lwt
  2250. session-postgresql >= "0.4.1"
  2251. session-postgresql-async
  2252. session-postgresql-lwt
  2253. session-redis-lwt >= "0.4.1"
  2254. session-webmachine >= "0.4.1"
  2255. setcore >= "1.0.2"
  2256. sexp < "v0.17.0"
  2257. sexp_decode
  2258. sexp_diff < "v0.17.0"
  2259. sexp_diff_kernel
  2260. sexp_grammar < "v0.17.0"
  2261. sexp_macro < "v0.17.0"
  2262. sexp_pretty < "v0.17.0"
  2263. sexp_select < "v0.17.0"
  2264. sexp_string_quickcheck < "v0.17.0"
  2265. sexplib >= "v0.13.0" & < "v0.17.0"
  2266. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2267. sgf
  2268. sha >= "1.13"
  2269. shapefile
  2270. shared-block-ring
  2271. shared-memory-ring
  2272. shared-memory-ring-lwt
  2273. shared-secret >= "0.4"
  2274. shell < "v0.17.0"
  2275. shexp < "v0.17.0"
  2276. shine >= "0.2.2"
  2277. shuttle
  2278. shuttle_http
  2279. shuttle_ssl
  2280. shuttle_websocket
  2281. sifun
  2282. sihl
  2283. sihl-cache
  2284. sihl-contract
  2285. sihl-core
  2286. sihl-email
  2287. sihl-facade
  2288. sihl-persistence
  2289. sihl-queue
  2290. sihl-session
  2291. sihl-storage
  2292. sihl-token
  2293. sihl-type
  2294. sihl-user
  2295. sihl-web
  2296. simlog
  2297. simple63
  2298. simple_httpd
  2299. simple_httpd_caqti
  2300. sklearn
  2301. slack
  2302. slacko
  2303. slice
  2304. slipshow != "0.5.0"
  2305. slug
  2306. smart-print >= "0.3.0"
  2307. smol
  2308. smol-helpers
  2309. smtlib-utils
  2310. snappy
  2311. so
  2312. sodium-fmt
  2313. solid < "0.5.0"
  2314. solid_server < "0.5.0"
  2315. solid_tools < "0.5.0"
  2316. solidity-alcotest
  2317. solidity-common
  2318. solidity-parser
  2319. solidity-test
  2320. solidity-typechecker
  2321. solo5-elftool
  2322. sortedseq_intersect
  2323. soundtouch >= "0.1.9"
  2324. soupault
  2325. spacetime_lib
  2326. spatial-shell
  2327. spawn < "v0.9.0" | >= "v0.13.0"
  2328. spdx_licenses
  2329. spectrum < "1.0.0.alpha"
  2330. speex
  2331. spelll >= "0.4"
  2332. spin
  2333. splay_tree < "v0.17.0"
  2334. splittable_random < "v0.17.0"
  2335. spoc
  2336. spoc_ppx
  2337. spoke
  2338. spotify-web-api
  2339. spotlib >= "4.1.0"
  2340. sqlgg >= "20200521"
  2341. sqlite3 >= "4.4.1"
  2342. sqlite3_utils
  2343. srt
  2344. ssh-agent >= "0.2.0"
  2345. ssl >= "0.5.6"
  2346. stdcompat >= "19"
  2347. stdint >= "0.6.0"
  2348. stdint-literals
  2349. stdio < "v0.17.0"
  2350. stdlib-diff
  2351. stdlib-random
  2352. stdlib-shims
  2353. stdune < "3.15.3"
  2354. stitch
  2355. stk < "0.5.0"
  2356. stk_iconv < "0.5.0"
  2357. stk_ocf < "0.5.0"
  2358. stk_ppx < "0.5.0"
  2359. stk_rdf < "0.5.0"
  2360. stk_xml < "0.5.0"
  2361. stog >= "0.20.0"
  2362. stog_all
  2363. stog_asy
  2364. stog_dot
  2365. stog_extern
  2366. stog_markdown
  2367. stog_multi_doc
  2368. stog_nocaml
  2369. stog_noexec
  2370. stog_plugins
  2371. stog_rdf
  2372. stog_rel_href
  2373. stog_server
  2374. stog_server_multi
  2375. stog_sitemap
  2376. stog_writing
  2377. stone >= "0.5.2"
  2378. stored_reversed < "v0.17.0"
  2379. stramon-lib
  2380. streamable < "v0.17.0"
  2381. streaming
  2382. string_dict < "v0.17.0"
  2383. stringext >= "1.6.0"
  2384. sturgeon >= "0.4.2"
  2385. subscriptions-transport-ws
  2386. subtype-refinement >= "0.2"
  2387. sun
  2388. svmwrap
  2389. swagger >= "0.2.0"
  2390. swhid
  2391. swhid_compute
  2392. swhid_core
  2393. swhid_types
  2394. swipl
  2395. syguslib-utils
  2396. syncweb
  2397. syndic >= "1.6.0"
  2398. sys-socket
  2399. sys-socket-unix
  2400. syslog >= "2.0.1"
  2401. syslog-message >= "1.0.0"
  2402. syslog-rfc5424 < "0.2"
  2403. systemverilog >= "0.0.2"
  2404. syto
  2405. tablecloth-base
  2406. tablecloth-native < "transition"
  2407. taglib >= "0.3.7"
  2408. talaria-bibtex
  2409. tar
  2410. tar-eio
  2411. tar-mirage
  2412. tar-unix
  2413. tcalc
  2414. tcpip
  2415. tdigest
  2416. telltime
  2417. tensorboard
  2418. term-indexing
  2419. term-tools
  2420. terminal < "0.5.0"
  2421. terminal_size >= "0.1.4"
  2422. terminus
  2423. terminus-cohttp
  2424. terminus-hlc
  2425. testu01
  2426. textmate-language
  2427. textrazor
  2428. textutils < "v0.17.0"
  2429. textutils_kernel < "v0.17.0"
  2430. textwrap >= "0.2.1"
  2431. tezos-base58
  2432. tezos-context-hash
  2433. tezt < "4.3.0"
  2434. tezt-performance-regression
  2435. theora
  2436. thread-local-storage
  2437. thread-table
  2438. thrift
  2439. tidy
  2440. tidy_email
  2441. tidy_email_mailgun
  2442. tidy_email_sendgrid
  2443. tidy_email_smtp
  2444. tilde_f < "v0.17.0"
  2445. time_now < "v0.17.0"
  2446. timed >= "1.1"
  2447. timedesc
  2448. timedesc-json
  2449. timedesc-sexp
  2450. timedesc-tzdb
  2451. timedesc-tzlocal
  2452. timedesc-tzlocal-js
  2453. timere
  2454. timere-parse
  2455. timezone < "v0.17.0"
  2456. timmy
  2457. timmy-jsoo
  2458. timmy-lwt
  2459. timmy-unix
  2460. tiny_httpd
  2461. tiny_httpd_camlzip
  2462. tiny_httpd_eio
  2463. tip-parser >= "0.4"
  2464. tldr
  2465. tls >= "0.12.8"
  2466. tls-async
  2467. tls-eio
  2468. tls-liquidsoap
  2469. tls-lwt
  2470. tls-miou-unix
  2471. tls-mirage
  2472. toc
  2473. tofn
  2474. togglelog
  2475. toml
  2476. toml-cconv
  2477. toml_cconv
  2478. toplevel_backend < "v0.17.0"
  2479. toplevel_expect_test < "v0.17.0"
  2480. topojson
  2481. topojsone
  2482. topological_sort < "v0.17.0"
  2483. torch < "v0.17.0"
  2484. tqdm
  2485. trace
  2486. trace-fuchsia
  2487. trace-runtime-events
  2488. trace-tef
  2489. tracing < "v0.17.0"
  2490. tracy-client
  2491. traits
  2492. trampoline
  2493. transept
  2494. traverse
  2495. travesty
  2496. trax >= "0.4.0"
  2497. tree_layout >= "0.2"
  2498. treeprint >= "2.3.0"
  2499. trexio
  2500. trie
  2501. tsdl-image >= "0.3.0"
  2502. tsdl-mixer
  2503. tsdl-ttf >= "0.3"
  2504. tsort
  2505. tube >= "4.4.0"
  2506. tuntap
  2507. twirp_cohttp_lwt_unix
  2508. twirp_core
  2509. twirp_ezcurl
  2510. twirp_tiny_httpd
  2511. twostep
  2512. tyabt
  2513. type_eq
  2514. typerep >= "v0.13.0" & < "v0.17.0"
  2515. typeset
  2516. tyre = "0.5"
  2517. tyxml >= "4.3.0"
  2518. tyxml-jsx
  2519. tyxml-lwd
  2520. tyxml-ppx >= "4.3.0"
  2521. tyxml-syntax
  2522. ubase
  2523. ubpf >= "0.2"
  2524. uecc >= "0.3"
  2525. ufind
  2526. uint >= "2.0.1"
  2527. ulid
  2528. um-abt
  2529. unidecode
  2530. unionFind < "20250818"
  2531. unisim_archisec < "0.0.14"
  2532. unison < "2.53.4"
  2533. universo
  2534. unix-errno >= "0.6.0"
  2535. unstrctrd
  2536. uri >= "2.2.1"
  2537. uri-bench
  2538. uri-re
  2539. uri-sexp
  2540. uring
  2541. uritemplate
  2542. user-agent-parser
  2543. username_kernel < "v0.17.0"
  2544. uspf
  2545. uspf-lwt
  2546. uspf-mirage
  2547. uspf-unix
  2548. utcp
  2549. utop
  2550. uuuu >= "0.1.1"
  2551. validator
  2552. variantslib >= "v0.13.0" & < "v0.17.0"
  2553. varray
  2554. vcaml
  2555. vcardgen >= "1.2"
  2556. vchan
  2557. vchan-unix
  2558. vchan-xen
  2559. vdom
  2560. vec
  2561. vector
  2562. vector3 >= "1.0.0"
  2563. vendredi
  2564. vercel
  2565. vhd-format >= "0.12.0"
  2566. vhd-format-lwt
  2567. vif
  2568. vifu
  2569. virtual_dom < "v0.17.0"
  2570. visitors >= "20200207"
  2571. vlq >= "0.2.1"
  2572. vmnet
  2573. vocal
  2574. voqc
  2575. vorbis
  2576. vpt >= "5.0.0"
  2577. vscoq-language-server < "2.3.3"
  2578. vsrocq-language-server
  2579. vue-jsoo
  2580. vue-ppx
  2581. wall
  2582. wasm >= "2.0.2"
  2583. wasmer
  2584. wasmtime
  2585. wayland
  2586. waylaunch
  2587. wcwidth
  2588. webauthn
  2589. weberizer >= "0.8"
  2590. webmachine >= "0.6.2"
  2591. websocket >= "2.12"
  2592. websocket-async
  2593. websocket-lwt
  2594. websocket-lwt-unix
  2595. websocketaf
  2596. webtest
  2597. webtest-js
  2598. wikitext
  2599. win-error >= "1.0"
  2600. win-eventlog >= "0.3"
  2601. winsvc
  2602. ws
  2603. ws-server
  2604. wseg
  2605. wtf8 >= "1.0.2"
  2606. wtr
  2607. wtr-ppx
  2608. wu-manber-fuzzy-search
  2609. x509
  2610. x86_64-esperanto >= "0.0.6"
  2611. xapi-backtrace
  2612. xapi-inventory
  2613. xapi-rrd
  2614. xapi-stdext-date
  2615. xapi-stdext-encodings
  2616. xapi-stdext-pervasives
  2617. xapi-stdext-std
  2618. xapi-stdext-threads
  2619. xapi-stdext-unix
  2620. xapi-stdext-zerocheck
  2621. xcursor
  2622. xdg-basedir
  2623. xen-evtchn
  2624. xen-evtchn-unix
  2625. xen-gnt
  2626. xen-gnt-unix
  2627. xenstore
  2628. xenstore-tool
  2629. xenstore_transport >= "1.1.0"
  2630. xmelly
  2631. xml-light >= "2.5"
  2632. xmldiff >= "0.7.0"
  2633. xmldiff_js
  2634. xmlplaylist >= "0.1.5"
  2635. xoshiro
  2636. xtmpl >= "0.19.0" & < "1.1.0"
  2637. xtmpl_js < "1.1.0"
  2638. xtmpl_ppx < "1.1.0"
  2639. yaml >= "1.0.0"
  2640. yaml-sexp
  2641. yara >= "0.2"
  2642. yocaml < "2.0.0"
  2643. yocaml_cmark
  2644. yocaml_git < "2.0.0"
  2645. yocaml_jingoo < "2.0.0"
  2646. yocaml_markdown < "2.4.1"
  2647. yocaml_mustache < "2.0.0"
  2648. yocaml_syndication < "2.0.0"
  2649. yocaml_unix < "2.0.0"
  2650. yocaml_yaml < "2.0.0"
  2651. yojson >= "1.5.0"
  2652. yojson-bench
  2653. yojson-five
  2654. yultracer
  2655. yurt >= "0.6"
  2656. yuscii >= "0.2.1"
  2657. yuujinchou
  2658. zanuda
  2659. zarith-ppx
  2660. zarith_stubs_js < "v0.17.0"
  2661. zed >= "2.0.6"
  2662. zeit
  2663. zelus
  2664. zelus-gtk
  2665. zipperposition
  2666. zipperposition-tools
  2667. zlib
  2668. zlist >= "0.4.0"
  2669. zmq >= "5.1.0"
  2670. zmq-async >= "5.1.0"
  2671. zmq-eio
  2672. zmq-lwt >= "5.1.0"
  2673. zstandard < "v0.17.0"
  2674. zstd = "0.3"
  2675. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"