package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.12.1.tbz
sha256=b9fd6560879f9d340ae8a87c967b0d2bcd3c4120cffcd9fb661f325078f74f6f
sha512=1a4159d18a7aee0ca9f53f176955a41f5a6d83b16885e7f6ac47326453572df74a87f21f4ceddb8d2e94e00f61d2ba5ca6dba299679968f1d151d2811dcd2014

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.

Added to opam-repository:

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.3"

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