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