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