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