package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.17.2.tbz
sha256=9deafeed0ecfe9e65e642cd8e6197f0864f73fcd7b94b5b199ae4d2e07a2ea64
sha512=1e85bb297a12c9571b8645541d85a719deffb619d5e4f48dbf4566ac14e9f385d8a05342698a6f9c81ba17325b1da4ad004a5772d66cd88ed135c43d43e88f9e

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 is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune 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: 23 Jun 2025

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune 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.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. 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 little 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.

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

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

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

Build 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.

Installation

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

Issues Discussions Discuss OCaml Discord

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.4"

Dev Dependencies (15)

  1. melange with-dev-setup & >= "4.0.0-51" & os != "win32"
  2. utop with-dev-setup & >= "2.6.0" & os != "win32"
  3. ctypes with-dev-setup & os != "win32"
  4. ppxlib with-dev-setup & os != "win32"
  5. ppx_inline_test with-dev-setup & os != "win32"
  6. ppx_expect with-dev-setup & >= "v0.17" & os != "win32"
  7. odoc with-dev-setup & >= "2.4.0" & os != "win32"
  8. ocamlfind with-dev-setup & os != "win32"
  9. menhir with-dev-setup & os != "win32"
  10. mdx with-dev-setup & >= "2.3.0" & os != "win32"
  11. js_of_ocaml-compiler with-dev-setup & os != "win32"
  12. js_of_ocaml with-dev-setup & os != "win32"
  13. csexp with-dev-setup & >= "1.3.0"
  14. cinaps with-dev-setup
  15. lwt with-dev-setup & os != "win32"

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