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