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