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