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