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_minidebug
  2140. ppx_module_timer
  2141. ppx_monad
  2142. ppx_monoid >= "0.3.2"
  2143. ppx_mysql
  2144. ppx_mysql_identity
  2145. ppx_open
  2146. ppx_optcomp
  2147. ppx_optint
  2148. ppx_optional
  2149. ppx_parser
  2150. ppx_partial
  2151. ppx_pattern_bind
  2152. ppx_pbt
  2153. ppx_pipebang >= "v0.12.0"
  2154. ppx_protocol_conv
  2155. ppx_protocol_conv_json
  2156. ppx_protocol_conv_jsonm
  2157. ppx_protocol_conv_msgpack
  2158. ppx_protocol_conv_xml_light
  2159. ppx_protocol_conv_xmlm
  2160. ppx_protocol_conv_yaml
  2161. ppx_pyformat
  2162. ppx_python
  2163. ppx_quick_test
  2164. ppx_rapper
  2165. ppx_rapper_async
  2166. ppx_rapper_lwt
  2167. ppx_regexp >= "0.4.0"
  2168. ppx_repr
  2169. ppx_seq
  2170. ppx_sexp_conv
  2171. ppx_sexp_message
  2172. ppx_sexp_value
  2173. ppx_show
  2174. ppx_stable
  2175. ppx_stable_witness
  2176. ppx_string
  2177. ppx_string_conv
  2178. ppx_string_interpolation
  2179. ppx_subliner
  2180. ppx_system
  2181. ppx_test
  2182. ppx_there
  2183. ppx_tools >= "6.0+4.08.0"
  2184. ppx_tools_versioned
  2185. ppx_trace
  2186. ppx_ts
  2187. ppx_tydi
  2188. ppx_type_directed_value
  2189. ppx_typed_fields
  2190. ppx_typerep_conv
  2191. ppx_tyre
  2192. ppx_units
  2193. ppx_unreachable
  2194. ppx_update
  2195. ppx_variants_conv
  2196. ppx_viewpattern
  2197. ppx_wideopen
  2198. ppx_xml_conv
  2199. ppx_yojson
  2200. ppx_yojson_conv
  2201. ppx_yojson_conv_lib
  2202. ppxfind >= "1.3"
  2203. ppxlib
  2204. ppxlib-tools
  2205. ppxlib_jane
  2206. ppxx
  2207. pratter
  2208. prbnmcn-basic-structures
  2209. prbnmcn-cgrph
  2210. prbnmcn-clustering
  2211. prbnmcn-dagger
  2212. prbnmcn-dagger-gsl
  2213. prbnmcn-dagger-stats
  2214. prbnmcn-dagger-test
  2215. prbnmcn-gnuplot
  2216. prbnmcn-linalg
  2217. prbnmcn-mcts
  2218. prbnmcn-proptest
  2219. prbnmcn-stats
  2220. prbnmcn-ucb1
  2221. prc
  2222. preface
  2223. prelude
  2224. pretty_expressive
  2225. prettym
  2226. printbox >= "0.3"
  2227. printbox-ext-plot
  2228. printbox-html
  2229. printbox-md
  2230. printbox-text >= "0.6.1"
  2231. proc-smaps
  2232. process_limits
  2233. processor
  2234. producer
  2235. prof_spacetime
  2236. profiling
  2237. profunctor
  2238. progress < "0.5.0"
  2239. prom
  2240. prometheus >= "0.6"
  2241. prometheus-app >= "0.6"
  2242. prometheus-liquidsoap >= "2"
  2243. promise
  2244. promise_jsoo
  2245. promise_jsoo_lwt
  2246. protocell
  2247. protocol-9p >= "1.0.0"
  2248. protocol-9p-tool >= "1.0.0"
  2249. protocol-9p-unix >= "1.0.0"
  2250. protocol_version_header
  2251. prr
  2252. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2253. psq >= "0.1.1"
  2254. ptmap >= "2.0.5"
  2255. ptset
  2256. pulseaudio >= "0.1.4"
  2257. pure-html
  2258. pure-splitmix >= "0.3"
  2259. purl
  2260. pvec
  2261. pxshot
  2262. py >= "1.1"
  2263. pyast
  2264. pyml >= "20210924"
  2265. pyml_bindgen >= "0.3.0"
  2266. pyre-ast
  2267. pythonlib
  2268. qbf >= "0.3"
  2269. qcheck >= "0.13"
  2270. qcheck-alcotest
  2271. qcheck-core
  2272. qcheck-lin < "0.10"
  2273. qcheck-multicoretests-util < "0.10"
  2274. qcheck-ounit
  2275. qcheck-stm < "0.10"
  2276. qdrant
  2277. qinap
  2278. qiskit
  2279. qmp >= "0.19.0"
  2280. qrencode
  2281. qtest >= "2.10.1"
  2282. queenshead
  2283. quests
  2284. quick_print
  2285. quickjs
  2286. radamsa
  2287. radare2 >= "0.0.3"
  2288. randii
  2289. random
  2290. randomconv
  2291. randoml
  2292. range >= "0.8"
  2293. rangeSet
  2294. rankers
  2295. rawlink
  2296. rawlink-eio
  2297. rawlink-lwt
  2298. raygui < "1.4.0"
  2299. raylib < "1.4.0"
  2300. rdbg >= "1.196.12"
  2301. rdf >= "0.13.0" & < "1.1.0"
  2302. rdf_impls < "1.1.0"
  2303. rdf_json_ld < "1.1.0"
  2304. rdf_lwt < "1.1.0"
  2305. rdf_mysql < "1.1.0"
  2306. rdf_postgresql < "1.1.0"
  2307. rdf_ppx < "1.1.0"
  2308. re >= "1.9.0" & < "1.14.0"
  2309. re2 >= "v0.12.1"
  2310. re2_stable
  2311. re_parser
  2312. rea
  2313. reactiveData = "0.3.0"
  2314. reactjs-jsx-ppx
  2315. readline
  2316. reanalyze
  2317. reason < "3.17.2"
  2318. reason-react
  2319. reason-react-ppx
  2320. reason-standard
  2321. received
  2322. record_builder
  2323. records >= "1.0.0"
  2324. reddit_api_async
  2325. reddit_api_kernel
  2326. redirect
  2327. redis >= "0.4"
  2328. redis-async
  2329. redis-lwt >= "0.4"
  2330. redis-sync >= "0.4"
  2331. reed-solomon-erasure >= "1.0.2"
  2332. reedsolomon
  2333. refl
  2334. regenerate
  2335. regex_parser_intf
  2336. regrade
  2337. relude
  2338. remu_ts
  2339. reparse
  2340. reparse-lwt
  2341. reparse-lwt-unix
  2342. reparse-unix
  2343. repr
  2344. repr-bench
  2345. repr-fuzz
  2346. res >= "5.0.1"
  2347. res_tailwindcss
  2348. rescript-syntax
  2349. reshowcase
  2350. resource-pooling >= "1.1"
  2351. resource_cache
  2352. resp
  2353. resp-client
  2354. resp-mirage
  2355. resp-server >= "0.9"
  2356. resp-unix
  2357. resto
  2358. resto-acl
  2359. resto-cohttp
  2360. resto-cohttp-client
  2361. resto-cohttp-self-serving-client
  2362. resto-cohttp-server
  2363. resto-directory
  2364. resto-json
  2365. result
  2366. rfc1951 >= "0.8.1" & != "1.0.0"
  2367. rfc6287 >= "1.0.4"
  2368. rfc7748
  2369. rfsm >= "1.6-alpha-3"
  2370. rhythm
  2371. ringo
  2372. ringo-lwt
  2373. rio
  2374. riot
  2375. river
  2376. rock
  2377. rocq-core
  2378. rocq-devtools
  2379. rocq-runtime
  2380. rocqide
  2381. roman
  2382. root1d >= "0.5.1"
  2383. rope >= "0.6.2"
  2384. rosa
  2385. rosetta >= "0.2.0"
  2386. routes
  2387. rowex
  2388. rpc
  2389. rpc_parallel
  2390. rpclib
  2391. rpclib-async
  2392. rpclib-html
  2393. rpclib-js
  2394. rpclib-lwt
  2395. rsdd
  2396. rss
  2397. rtop < "3.17.2"
  2398. rtree
  2399. rungen
  2400. runtime_events_tools < "0.5.2"
  2401. rusage
  2402. rust-staticlib-gen
  2403. rust-staticlib-virtual
  2404. SZXX
  2405. safemoney
  2406. safepass >= "3.1"
  2407. sail >= "0.15"
  2408. sail_c_backend
  2409. sail_coq_backend
  2410. sail_doc_backend
  2411. sail_latex_backend
  2412. sail_lean_backend
  2413. sail_lem_backend
  2414. sail_maker
  2415. sail_manifest
  2416. sail_ocaml_backend
  2417. sail_output
  2418. sail_smt_backend
  2419. sail_sv_backend
  2420. salsa20 >= "1.0.0"
  2421. salsa20-core >= "1.0.0"
  2422. samplerate >= "0.1.6"
  2423. sanddb >= "0.2"
  2424. sarek
  2425. sarif
  2426. satex
  2427. saturn
  2428. saturn_lockfree
  2429. satyrographos
  2430. scad_ml
  2431. scfg
  2432. scgi
  2433. scipy
  2434. scrypt-kdf
  2435. sd_logic
  2436. sdl-liquidsoap >= "3"
  2437. search
  2438. searchTree
  2439. secp256k1 >= "0.4.1"
  2440. secp256k1-internal
  2441. sedlex >= "2.0"
  2442. sek
  2443. sel
  2444. semantic_version
  2445. semaphore-compat
  2446. semv
  2447. semver >= "0.2.1"
  2448. semver2
  2449. sendmail
  2450. sendmail-lwt
  2451. sendmail-miou-unix
  2452. sendmail-mirage
  2453. sentry
  2454. seq < "base"
  2455. seqes
  2456. sequencer_table
  2457. serde
  2458. serde_debug
  2459. serde_derive
  2460. serde_json
  2461. serde_sexpr
  2462. serde_xml
  2463. serial
  2464. server-reason-react
  2465. session >= "0.4.1"
  2466. session-cohttp >= "0.4.1"
  2467. session-cohttp-async >= "0.4.1"
  2468. session-cohttp-lwt >= "0.4.1"
  2469. session-cookie
  2470. session-cookie-async
  2471. session-cookie-lwt
  2472. session-postgresql >= "0.4.1"
  2473. session-postgresql-async
  2474. session-postgresql-lwt
  2475. session-redis-lwt >= "0.4.1"
  2476. session-webmachine >= "0.4.1"
  2477. setcore >= "1.0.2"
  2478. sexp
  2479. sexp_decode
  2480. sexp_diff
  2481. sexp_diff_kernel
  2482. sexp_grammar
  2483. sexp_macro
  2484. sexp_pretty
  2485. sexp_select
  2486. sexp_string_quickcheck
  2487. sexplib >= "v0.12.0"
  2488. sexplib0 >= "v0.12.0"
  2489. sgf >= "1.0.1"
  2490. sha >= "1.13"
  2491. shades
  2492. shapefile
  2493. shared-block-ring
  2494. shared-memory-ring
  2495. shared-memory-ring-lwt
  2496. shared-secret >= "0.4"
  2497. shell
  2498. sherlodoc < "3.1.0"
  2499. shexp
  2500. shine >= "0.2.2"
  2501. shuttle
  2502. shuttle_http
  2503. shuttle_ssl
  2504. shuttle_websocket
  2505. sifun
  2506. signal
  2507. sihl
  2508. sihl-cache
  2509. sihl-contract
  2510. sihl-core
  2511. sihl-email
  2512. sihl-facade
  2513. sihl-persistence
  2514. sihl-queue
  2515. sihl-session
  2516. sihl-storage
  2517. sihl-token
  2518. sihl-type
  2519. sihl-user
  2520. sihl-web
  2521. simlog
  2522. simple63
  2523. simple_httpd
  2524. simple_httpd_caqti
  2525. sitemap
  2526. sklearn
  2527. slack
  2528. slacko
  2529. slice
  2530. slipshow != "0.5.0"
  2531. slug
  2532. smart-print >= "0.3.0"
  2533. smaws-clients
  2534. smaws-lib
  2535. smbc
  2536. smol
  2537. smol-helpers
  2538. smtlib-utils
  2539. smtml < "0.10.0"
  2540. snappy >= "0.1.2"
  2541. so
  2542. sodium-fmt
  2543. solid < "0.5.0"
  2544. solid_server < "0.5.0"
  2545. solid_tools < "0.5.0"
  2546. solidity-alcotest
  2547. solidity-common
  2548. solidity-parser
  2549. solidity-test
  2550. solidity-typechecker
  2551. solo5-elftool
  2552. sortedseq_intersect
  2553. soundtouch >= "0.1.9"
  2554. soupault
  2555. spacetime_lib
  2556. spatial-shell
  2557. spawn < "v0.9.0" | >= "v0.13.0"
  2558. spdx_licenses
  2559. spectrum
  2560. speed
  2561. speex
  2562. spelll >= "0.4"
  2563. spices
  2564. spin
  2565. splay_tree
  2566. splittable_random
  2567. spoc
  2568. spoc_ppx
  2569. spoke
  2570. spotify-web-api
  2571. spotlib >= "4.1.0"
  2572. sqids
  2573. sqlgg >= "20200521"
  2574. sqlite3 >= "4.4.1"
  2575. sqlite3_utils
  2576. srt
  2577. ssh-agent >= "0.2.0"
  2578. ssl >= "0.5.6"
  2579. starpath
  2580. starred_ml
  2581. stdcompat >= "19"
  2582. stdint >= "0.6.0"
  2583. stdint-literals
  2584. stdio
  2585. stdlib-diff
  2586. stdlib-random
  2587. stdlib-shims
  2588. stdune < "3.19.0"
  2589. stitch
  2590. stk < "0.5.0"
  2591. stk_iconv < "0.5.0"
  2592. stk_ocf < "0.5.0"
  2593. stk_ppx < "0.5.0"
  2594. stk_rdf < "0.5.0"
  2595. stk_xml < "0.5.0"
  2596. stog >= "0.20.0"
  2597. stog_all
  2598. stog_asy
  2599. stog_dot
  2600. stog_extern
  2601. stog_markdown
  2602. stog_multi_doc
  2603. stog_nocaml
  2604. stog_noexec
  2605. stog_plugins
  2606. stog_rdf
  2607. stog_rel_href
  2608. stog_server
  2609. stog_server_multi
  2610. stog_sitemap
  2611. stog_writing
  2612. stone >= "0.5.2"
  2613. store
  2614. stored_reversed
  2615. stramon-lib
  2616. streamable
  2617. streaming
  2618. string_dict
  2619. stringCodepointSplitter
  2620. stringext >= "1.6.0"
  2621. stringx
  2622. sturgeon >= "0.4.2"
  2623. styled-ppx < "0.61.0"
  2624. subprocess
  2625. subscriptions-transport-ws
  2626. subtype-refinement >= "0.2"
  2627. sun
  2628. svmwrap
  2629. swagger >= "0.2.0"
  2630. swhid
  2631. swhid_compute
  2632. swhid_core
  2633. swhid_types
  2634. swipl
  2635. syguslib-utils
  2636. symex
  2637. synchronizer
  2638. syncweb
  2639. syndic >= "1.6.0"
  2640. synopsis
  2641. sys-socket
  2642. sys-socket-unix
  2643. syslog >= "2.0.1"
  2644. syslog-message >= "1.0.0"
  2645. syslog-rfc5424 < "0.2"
  2646. systemverilog >= "0.0.2"
  2647. tablecloth-base
  2648. tablecloth-melange
  2649. tablecloth-native < "transition"
  2650. tabr
  2651. taglib >= "0.3.7"
  2652. talaria-bibtex
  2653. tar
  2654. tar-eio
  2655. tar-mirage
  2656. tar-unix
  2657. tcalc
  2658. tcpip
  2659. tdigest
  2660. telemetry
  2661. telltime
  2662. tensorboard
  2663. term-indexing
  2664. term-tools
  2665. terminal < "0.5.0"
  2666. terminal_size >= "0.1.4"
  2667. terminus
  2668. terminus-cohttp
  2669. terminus-hlc
  2670. terml
  2671. testo < "0.3.4"
  2672. testo-diff < "0.3.4"
  2673. testo-lwt < "0.3.4"
  2674. testo-util < "0.3.4"
  2675. testu01
  2676. textmate-language
  2677. textrazor
  2678. textutils
  2679. textutils_kernel
  2680. textwrap >= "0.2.1"
  2681. tezos-base58
  2682. tezos-context-hash
  2683. tezt < "4.3.0"
  2684. tezt-bam
  2685. theora
  2686. thread-local-storage
  2687. thread-table
  2688. thrift
  2689. tidy >= "5-0.2"
  2690. tidy_email
  2691. tidy_email_mailgun
  2692. tidy_email_sendgrid
  2693. tidy_email_smtp
  2694. tilde_f
  2695. time_now
  2696. timed >= "1.1"
  2697. timedesc
  2698. timedesc-json
  2699. timedesc-sexp
  2700. timedesc-tzdb
  2701. timedesc-tzlocal
  2702. timedesc-tzlocal-js
  2703. timere
  2704. timere-parse
  2705. timezone
  2706. timmy
  2707. timmy-jsoo
  2708. timmy-lwt
  2709. timmy-unix
  2710. tiny_httpd
  2711. tiny_httpd_camlzip
  2712. tiny_httpd_eio
  2713. tip-parser >= "0.4"
  2714. tldr
  2715. tls >= "0.12.8"
  2716. tls-async
  2717. tls-eio
  2718. tls-liquidsoap
  2719. tls-lwt
  2720. tls-miou-unix
  2721. tls-mirage
  2722. toc
  2723. tofn
  2724. togglelog
  2725. toml
  2726. toml-cconv
  2727. toml_cconv
  2728. toplevel_backend
  2729. toplevel_expect_test
  2730. topojson
  2731. topojsone
  2732. topological_sort
  2733. torch
  2734. tqdm
  2735. trace
  2736. trace-fuchsia
  2737. trace-tef
  2738. tracing
  2739. tracy-client
  2740. trail
  2741. traits
  2742. trampoline
  2743. transept
  2744. traverse
  2745. travesty != "0.6.1"
  2746. trax >= "0.4.0"
  2747. tree_layout >= "0.2"
  2748. treeprint >= "2.3.0"
  2749. trexio
  2750. trie
  2751. trs
  2752. tsdl-image >= "0.3.0"
  2753. tsdl-mixer
  2754. tsdl-ttf >= "0.3"
  2755. tsort
  2756. tty
  2757. tube >= "4.4.0"
  2758. tuntap
  2759. twirp_cohttp_lwt_unix
  2760. twirp_core
  2761. twirp_ezcurl
  2762. twirp_tiny_httpd
  2763. twostep
  2764. tyabt
  2765. type_eq
  2766. type_id
  2767. typed_list
  2768. typeid
  2769. typerep >= "v0.12.0"
  2770. typeset
  2771. tyre >= "0.5"
  2772. tyxml >= "4.3.0"
  2773. tyxml-jsx
  2774. tyxml-lwd
  2775. tyxml-ppx >= "4.3.0"
  2776. tyxml-syntax
  2777. ubase
  2778. ubpf >= "0.2"
  2779. uecc >= "0.3"
  2780. ufind
  2781. uint >= "2.0.1"
  2782. ulid
  2783. um-abt
  2784. unidecode
  2785. unionFind
  2786. unisim_archisec
  2787. unison >= "2.51.4" & < "2.53.4"
  2788. universal-portal
  2789. universo
  2790. unix-errno >= "0.6.0"
  2791. unstrctrd
  2792. uopt
  2793. uri >= "2.2.1"
  2794. uri-bench
  2795. uri-re
  2796. uri-sexp
  2797. uring
  2798. uring-trace
  2799. uritemplate
  2800. urn
  2801. user-agent-parser
  2802. username_kernel
  2803. uspf
  2804. uspf-lwt
  2805. uspf-mirage
  2806. uspf-unix
  2807. utcp
  2808. utop
  2809. uuuu >= "0.1.1"
  2810. validate
  2811. validator
  2812. variantslib >= "v0.12.0"
  2813. varray
  2814. vcaml
  2815. vcardgen >= "1.2"
  2816. vchan
  2817. vchan-unix
  2818. vchan-xen
  2819. vdom
  2820. vec
  2821. vector
  2822. vector3 >= "1.0.0"
  2823. vendredi
  2824. vercel
  2825. versioned_polling_state_rpc
  2826. vhd-format >= "0.12.0"
  2827. vhd-format-lwt
  2828. vif
  2829. virtual_dom
  2830. virtual_dom_toplayer
  2831. visitors >= "20200207"
  2832. vlq >= "0.2.1"
  2833. vlt
  2834. vmnet
  2835. vocal
  2836. voqc
  2837. vorbis
  2838. vpt >= "5.0.0"
  2839. vscoq-language-server < "2.3.3"
  2840. vsrocq-language-server
  2841. vue-jsoo
  2842. vue-ppx
  2843. wall >= "0.4"
  2844. wasm >= "2.0.2"
  2845. wasmer
  2846. wasmtime
  2847. wayland
  2848. waylaunch
  2849. wcwidth
  2850. webauthn
  2851. weberizer >= "0.8"
  2852. webmachine >= "0.6.2"
  2853. websocket >= "2.12"
  2854. websocket-async
  2855. websocket-lwt
  2856. websocket-lwt-unix
  2857. websocketaf
  2858. webtest
  2859. webtest-js
  2860. why3find
  2861. wikitext
  2862. win-error >= "1.0"
  2863. win-eventlog >= "0.3"
  2864. winsvc
  2865. ws
  2866. ws-server
  2867. wseg
  2868. wtf8 >= "1.0.2"
  2869. wtr
  2870. wtr-ppx
  2871. wu-manber-fuzzy-search
  2872. x509
  2873. x86_64-esperanto >= "0.0.6"
  2874. xapi-backtrace
  2875. xapi-inventory
  2876. xapi-rrd
  2877. xapi-stdext-date
  2878. xapi-stdext-encodings
  2879. xapi-stdext-pervasives
  2880. xapi-stdext-std
  2881. xapi-stdext-threads
  2882. xapi-stdext-unix
  2883. xapi-stdext-zerocheck
  2884. xcursor
  2885. xdg < "3.19.0"
  2886. xdg-basedir
  2887. xedbindings
  2888. xen-evtchn
  2889. xen-evtchn-unix
  2890. xen-gnt
  2891. xen-gnt-unix
  2892. xenstore
  2893. xenstore-tool
  2894. xenstore_transport >= "1.1.0"
  2895. xkbcommon
  2896. xlsx2csv
  2897. xmelly
  2898. xml-light >= "2.5"
  2899. xmldiff >= "0.7.0"
  2900. xmldiff_js
  2901. xmlplaylist >= "0.1.5"
  2902. xoshiro
  2903. xtmpl >= "0.19.0" & < "1.1.0"
  2904. xtmpl_js < "1.1.0"
  2905. xtmpl_ppx < "1.1.0"
  2906. yaml >= "1.0.0"
  2907. yaml-sexp
  2908. yara >= "0.2"
  2909. yocaml < "2.6.0"
  2910. yocaml_cmark
  2911. yocaml_cmarkit < "2.6.0"
  2912. yocaml_eio < "2.6.0"
  2913. yocaml_git < "2.6.0"
  2914. yocaml_jingoo < "2.6.0"
  2915. yocaml_markdown < "2.6.0"
  2916. yocaml_mustache < "2.6.0"
  2917. yocaml_omd < "2.6.0"
  2918. yocaml_otoml < "2.6.0"
  2919. yocaml_runtime < "2.6.0"
  2920. yocaml_syndication < "2.6.0"
  2921. yocaml_unix < "2.6.0"
  2922. yocaml_yaml < "2.6.0"
  2923. yojson >= "1.5.0"
  2924. yojson-bench
  2925. yojson-five
  2926. yurt >= "0.6"
  2927. yuscii >= "0.2.1"
  2928. yuujinchou
  2929. zanuda
  2930. zar
  2931. zarith-ppx
  2932. zarith_stubs_js
  2933. zarr
  2934. zarr-eio
  2935. zarr-lwt
  2936. zarr-sync
  2937. zed >= "2.0.6"
  2938. zeit
  2939. zelus
  2940. zelus-gtk
  2941. zipperposition
  2942. zipperposition-tools
  2943. zlib
  2944. zlist >= "0.4.0"
  2945. zmq >= "5.1.0"
  2946. zmq-async >= "5.1.0"
  2947. zmq-eio
  2948. zmq-lwt >= "5.1.0"
  2949. zstandard >= "v0.12.1"
  2950. zstd >= "0.3"
  2951. 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"