package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

Description

Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

Dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

Dune is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 30 Jun 2025

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

Issues Discussions Discuss OCaml Discord

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.4"

Dev Dependencies

None

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