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