package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.6.2.tbz
sha256=b6d4ab848efb04aa2a325d0015d32ed4414ed7130ec7aa12f98158eff445cf3c
sha512=d0dd69ada2f1583319a2d6f679b8d49998059117c3258805ee69ae3e71d47bfab7a9c646f19b5fc43a6ccdef934eb87de5bb81205fcd60968bed8bf1790cf0a3

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: 07 Feb 2023

README

Dune - A Composable Build System

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It 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.

Main workflow AppVeyor status Release

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. 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 low 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. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

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

Take n repositories that use Dune and arrange them in any way on the file system. The result is still a single repository that Dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

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

Building 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.

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

If you have questions about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

Dune was formerly known as Jbuilder. Migration from Jbuilder to Dune is described in the manual.

Status

Dune is fairly stable and used by the majority of packages on Opam. Note that Dune retains backward compatibility with Jbuilder, and in particular, existing Jbuilder projects will continue to be buildable with Dune.

Dependencies (5)

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

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