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