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