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