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