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