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