package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.5.0.tbz
sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610
sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d

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: 20 Oct 2022

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