package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.15.3.tbz
sha256=3c27c7676414056f0368a71fdc670d2b0a59898090c78a1b68230984e5beb713
sha512=c88ac7a6ed9334a4bc6231ecfb0efaa961dda99bc386fd5b92505151ff833dfaf058d75305fbb64c496e570058ec9000ac6add06dda7a395e757e924af1d1a7f

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: 30 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

None

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