package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

Description

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

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

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

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

Published: 30 Jun 2025

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

Issues Discussions Discuss OCaml Discord

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

Dependencies (5)

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

Dev Dependencies

None

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