package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.10.0.tbz
sha256=9ff03384a98a8df79852cc674f0b4738ba8aec17029b6e2eeb514f895e710355
sha512=8133cdcc5499a6bf21cd65b4fc8b12445ae39366731006773fcd3b348c553a8d89d004db161c655aa167a2a3653b7919d32b27f29217106ef762bd01b43afc76

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 supports multi-package development by simply dropping multiple repositories into the same directory.

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

Published: 01 Aug 2023

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

Issues Discussions Discuss OCaml Discord

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

Dependencies (5)

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

Dev Dependencies

None

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