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