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