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.

Added to opam-repository:

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

Issues Discussions Discuss OCaml Discord

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

Dependencies (5)

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