package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.22.1.tbz
sha256=0c0b98396c32ec426886c2c2294024fd687ac5114d4dda0af9dc8a2e584d47fd
sha512=4dc4ed45fb52a3017bc73fdbcb7b88c1710cebfdbb87ecb6f933582f8f0a27ef740f8c4009439ff6a878e1115c3f29d199e63d0367a88a09d2ea19b61517a814

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: 03 Apr 2026

README

Dune

A Composable Build System for OCaml

Main Workflow Release 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 (3)

  1. base-threads
  2. base-unix
  3. ocaml >= "4.08"

Dev Dependencies (17)

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

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "2.0.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"