package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

Description

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

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

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

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

Published: 30 Jun 2025

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

Issues Discussions Discuss OCaml Discord

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

Dependencies (5)

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

Dev Dependencies

None

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