package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.6.2.tbz
sha256=b6d4ab848efb04aa2a325d0015d32ed4414ed7130ec7aa12f98158eff445cf3c
sha512=d0dd69ada2f1583319a2d6f679b8d49998059117c3258805ee69ae3e71d47bfab7a9c646f19b5fc43a6ccdef934eb87de5bb81205fcd60968bed8bf1790cf0a3

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

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

Published: 07 Feb 2023

README

Dune - A Composable Build System

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

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

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

The example directory contains examples of projects using dune.

Main workflow AppVeyor status Release

Overview

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

Dune itself is fast, has very low overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

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

Strengths

Composable

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

This make simultaneous development on multiple packages trivial.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Building Against Several Configurations at Once

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

In particular, this makes it easy to handle cross-compilation.

This feature requires Opam.

Requirements

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

Installation

We recommended installing Dune via the Opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

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

Migration from Jbuilder

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

Status

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

Dependencies (5)

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

Dev Dependencies

None

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