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. keyseq
  1143. kicadsch >= "0.4.0"
  1144. kind2
  1145. kinetic-client >= "0.0.11"
  1146. kittyimg
  1147. kkmarkdown
  1148. kmt
  1149. knights_tour
  1150. kqueue < "0.5.0"
  1151. krb
  1152. lab
  1153. lablgtk3
  1154. lablgtk3-extras >= "3.0.1"
  1155. lablgtk3-goocanvas2
  1156. lablgtk3-gtkspell3
  1157. lablgtk3-rsvg2
  1158. lablgtk3-sourceview3
  1159. lablqml
  1160. lacaml >= "11.0.2"
  1161. ladspa >= "0.2.0"
  1162. lambda
  1163. lambda-runtime
  1164. lambda-term >= "2.0"
  1165. lambda_streams
  1166. lambda_streams_async
  1167. lambda_streams_lwt
  1168. lambdapi < "2.3.1"
  1169. lambdasoup >= "0.6.4"
  1170. lame >= "0.3.4"
  1171. landmarks = "1.4"
  1172. landmarks-ppx < "1.5"
  1173. lascar >= "0.6-alpha"
  1174. lastfm >= "0.3.3"
  1175. launchd >= "1.3"
  1176. layoutz
  1177. lazy-trie
  1178. lbfgs >= "0.9.1"
  1179. lbvs_consent >= "2.1.0"
  1180. ldap >= "2.4.1"
  1181. ldp < "0.5.0"
  1182. ldp_curl < "0.5.0"
  1183. ldp_js < "0.5.0"
  1184. ldp_tls < "0.5.0"
  1185. leaflet
  1186. learn-ocaml
  1187. learn-ocaml-client
  1188. ledgerwallet
  1189. lens >= "1.2.4"
  1190. letsencrypt
  1191. letsencrypt-app
  1192. letsencrypt-dns
  1193. letsencrypt-mirage
  1194. letters
  1195. leveldb
  1196. lib_parsing
  1197. libabsolute
  1198. libbinaryen < "105.1.0" | >= "107.0.1"
  1199. libirmin
  1200. libsail < "0.20"
  1201. libsvm >= "0.10.0"
  1202. libzipperposition
  1203. lilac
  1204. lilv
  1205. line-up-words < "v0.17.0"
  1206. line_oriented
  1207. linenoise >= "1.3.1"
  1208. links
  1209. links-mysql
  1210. links-postgresql
  1211. links-sqlite3
  1212. linol
  1213. linol-eio
  1214. linol-lwt
  1215. lintcstubs
  1216. lintcstubs-arity < "0.5.2"
  1217. lintcstubs-gen
  1218. linwrap
  1219. liquid_interpreter
  1220. liquid_ml
  1221. liquid_parser
  1222. liquid_std
  1223. liquid_syntax
  1224. liquidsoap-core
  1225. liquidsoap-lang < "2.3.3"
  1226. liquidsoap-libs
  1227. liquidsoap-libs-extra
  1228. little_logger
  1229. llama
  1230. llama-cpp-ocaml
  1231. llama_core
  1232. llama_interactive
  1233. llama_midi
  1234. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1235. lmdb = "1.0"
  1236. lo >= "0.2.0"
  1237. lockfree
  1238. loga
  1239. logical
  1240. logs-async < "1.3"
  1241. logs-async-reporter < "1.3"
  1242. logs-ppx
  1243. logs-syslog
  1244. logtk
  1245. lp
  1246. lp-glpk
  1247. lp-glpk-js
  1248. lp-gurobi
  1249. lp-highs
  1250. lpd
  1251. lreplay < "0.1.1"
  1252. lrgrep
  1253. lru >= "0.3.0"
  1254. lru_cache
  1255. lsp
  1256. lt-code
  1257. lua-ml >= "0.9.3"
  1258. lua_parser
  1259. lucid
  1260. lun
  1261. lustre-v6 >= "6.103.3"
  1262. lutils >= "1.51.2"
  1263. lutin >= "2.71.10"
  1264. luv
  1265. luv_unix
  1266. lwd
  1267. lwt < "5.9.2" | = "6.0.0~alpha00"
  1268. lwt-canceler >= "0.2"
  1269. lwt-dllist
  1270. lwt-exit
  1271. lwt-parallel
  1272. lwt-watcher >= "0.2"
  1273. lwt_direct < "6.0.0~beta01"
  1274. lwt_domain
  1275. lwt_eio < "0.4"
  1276. lwt_glib >= "1.1.1"
  1277. lwt_log >= "1.1.1"
  1278. lwt_ppx >= "1.2.2" & < "5.9.2"
  1279. lwt_react >= "1.1.2"
  1280. lwt_retry
  1281. lwt_ssl >= "1.1.3"
  1282. lz4 >= "1.2.0"
  1283. lz4_chans >= "3.0.1"
  1284. lzo >= "0.0.3"
  1285. m_tree
  1286. macaddr
  1287. macaddr-cstruct
  1288. macaddr-sexp
  1289. mad >= "0.5.0"
  1290. magic-mime >= "1.1.2"
  1291. magic-trace
  1292. make-random
  1293. malfunction
  1294. man_in_the_middle_debugger < "v0.17.0"
  1295. markdown
  1296. markup >= "0.8.0"
  1297. markup-lwt
  1298. mastodon-archive-viewer >= "0.2"
  1299. matcha
  1300. matita
  1301. matplotlib
  1302. mbr-format
  1303. mc2
  1304. mccs
  1305. mcrunch
  1306. mdx >= "1.8.0"
  1307. mec
  1308. mechaml
  1309. mehari
  1310. mehari-eio
  1311. mehari-eio-unix
  1312. mehari-lwt-unix
  1313. mehari-mirage
  1314. mel
  1315. melange < "1.0.0"
  1316. melange-compiler-libs
  1317. meldep
  1318. mem_usage
  1319. memcad
  1320. memfd
  1321. memgraph
  1322. memgraph_kitty
  1323. memo
  1324. memprof-limits
  1325. memtrace
  1326. memtrace-mirage
  1327. memtrace_viewer
  1328. menhir >= "20200123"
  1329. menhirCST
  1330. menhirGLR
  1331. menhirLib
  1332. menhirSdk
  1333. merge-fmt
  1334. merlin
  1335. merlin-extend
  1336. merlin-lib
  1337. mesh >= "0.9.5"
  1338. mesh-easymesh >= "0.9.5"
  1339. mesh-graphics >= "0.9.5"
  1340. mesh-triangle >= "0.9.5"
  1341. metadata
  1342. metadb
  1343. metapp
  1344. metaquot
  1345. metrics
  1346. metrics-influx
  1347. metrics-lwt
  1348. metrics-rusage
  1349. metrics-unix
  1350. mew
  1351. mew_vi
  1352. mhttp
  1353. mhttp-client
  1354. mhttp-server
  1355. middleware
  1356. mimic
  1357. mimic-happy-eyeballs
  1358. mindstorm >= "0.8"
  1359. mindstorm-lwt
  1360. minicaml
  1361. minicli >= "5.0.2"
  1362. minisat >= "0.3"
  1363. miou < "0.5.2"
  1364. mirage >= "4.0.0"
  1365. mirage-block
  1366. mirage-block-ccm
  1367. mirage-block-combinators
  1368. mirage-block-lwt
  1369. mirage-block-partition
  1370. mirage-block-ramdisk
  1371. mirage-block-solo5
  1372. mirage-block-unikraft
  1373. mirage-block-unix
  1374. mirage-block-xen
  1375. mirage-bootvar
  1376. mirage-channel >= "3.2.0"
  1377. mirage-channel-lwt
  1378. mirage-clock
  1379. mirage-clock-lwt
  1380. mirage-clock-unix
  1381. mirage-conduit
  1382. mirage-console
  1383. mirage-console-lwt
  1384. mirage-crypto
  1385. mirage-crypto-ec
  1386. mirage-crypto-pk
  1387. mirage-crypto-rng
  1388. mirage-crypto-rng-async
  1389. mirage-crypto-rng-eio
  1390. mirage-crypto-rng-lwt
  1391. mirage-crypto-rng-miou-unix
  1392. mirage-crypto-rng-mirage
  1393. mirage-crypto-rng-mkernel
  1394. mirage-device
  1395. mirage-dns
  1396. mirage-flow
  1397. mirage-flow-combinators
  1398. mirage-flow-lwt
  1399. mirage-flow-unix
  1400. mirage-fs
  1401. mirage-fs-lwt
  1402. mirage-kv >= "2.0.0"
  1403. mirage-kv-lwt >= "2.0.0"
  1404. mirage-kv-mem
  1405. mirage-kv-unix < "3.0.0"
  1406. mirage-logs
  1407. mirage-monitoring
  1408. mirage-mtime
  1409. mirage-nat
  1410. mirage-net
  1411. mirage-net-lwt
  1412. mirage-net-macosx >= "1.6.0"
  1413. mirage-net-solo5
  1414. mirage-net-unikraft
  1415. mirage-net-unix
  1416. mirage-net-xen
  1417. mirage-profile
  1418. mirage-protocols
  1419. mirage-protocols-lwt
  1420. mirage-ptime
  1421. mirage-qubes
  1422. mirage-qubes-ipv4
  1423. mirage-random
  1424. mirage-runtime
  1425. mirage-sleep
  1426. mirage-solo5
  1427. mirage-stack
  1428. mirage-stack-lwt
  1429. mirage-time
  1430. mirage-time-lwt
  1431. mirage-time-unix
  1432. mirage-types >= "3.6.0"
  1433. mirage-types-lwt >= "3.6.0"
  1434. mirage-unix
  1435. mirage-vnetif
  1436. mirage-xen
  1437. mkaudio >= "1.1.0"
  1438. mkernel
  1439. mkocaml
  1440. mlbdd >= "0.7.2"
  1441. mlfenv
  1442. mlmpfr >= "4.0.2+dune"
  1443. mlpost
  1444. mlpost-lablgtk
  1445. mlt_parser < "v0.17.0"
  1446. mm >= "0.7.0" & < "0.8.5"
  1447. mmap
  1448. mmdb
  1449. mmo
  1450. mnd
  1451. mnet
  1452. mnet-cli
  1453. mnet-dns
  1454. mnet-happy-eyeballs
  1455. mnet-ssh
  1456. mnet-tls
  1457. mnottui
  1458. mnotty
  1459. mock >= "0.1.1"
  1460. mock-ounit >= "0.1.1"
  1461. module-graph
  1462. molenc >= "5.0.0"
  1463. monaco_jsoo
  1464. monolith < "20241126"
  1465. monomorphic >= "2.0"
  1466. monorobot
  1467. moonpool
  1468. moonpool-io
  1469. moonpool-lwt
  1470. morbig >= "0.10.3"
  1471. morsmall
  1472. moss >= "0.1.1"
  1473. mparser >= "1.3"
  1474. mparser-pcre
  1475. mparser-re
  1476. mperf
  1477. mpg123
  1478. mpp >= "0.3.4"
  1479. mpris
  1480. mpris-clients
  1481. mrmime
  1482. msat >= "0.8"
  1483. msat-bin
  1484. msendmail
  1485. mset
  1486. msgpck >= "1.5"
  1487. msgpck-repr
  1488. mssql
  1489. mugen
  1490. mula
  1491. multibase
  1492. multicodec
  1493. multihash
  1494. multihash-digestif
  1495. multipart-form-data >= "0.3.0"
  1496. multipart_form
  1497. multipart_form-cohttp-lwt
  1498. multipart_form-eio
  1499. multipart_form-lwt
  1500. multipart_form-miou
  1501. murmur3 >= "0.3"
  1502. mustache >= "3.1.0"
  1503. mustache-cli
  1504. mutaml
  1505. mutf8
  1506. mwt
  1507. mybuild >= "7"
  1508. mysql8
  1509. mysql_protocol
  1510. n_ary < "v0.17.0"
  1511. naboris
  1512. nacc
  1513. nanoev
  1514. nanoev-picos
  1515. nanoev-posix
  1516. nanoev_tiny_httpd
  1517. nanoid
  1518. nanosvg
  1519. nanosvg_text
  1520. nbd >= "4.0.3"
  1521. nbd-tool
  1522. nbd-unix
  1523. nel
  1524. neo4j_bolt
  1525. netkat
  1526. netlink >= "0.3.4"
  1527. netsnmp < "v0.17.0"
  1528. nice_parser
  1529. ninja_utils
  1530. niru
  1531. nlopt
  1532. nmea
  1533. noCanren
  1534. nocoiner
  1535. node_of_ocaml
  1536. non_empty_list
  1537. nottui
  1538. nottui-lwt
  1539. nottui-miou
  1540. nottui-pretty
  1541. nottui-unix
  1542. notty >= "0.2.3"
  1543. notty-community
  1544. notty-miou
  1545. notty_async >= "v0.13.0" & < "v0.17.0"
  1546. np
  1547. npy >= "0.0.9"
  1548. nsq
  1549. numeric_string < "v0.17.0"
  1550. nuscr
  1551. OCADml
  1552. OCanren
  1553. OCanren-ppx
  1554. OSCADml
  1555. obeam
  1556. obelisk >= "0.5.0"
  1557. obuilder < "0.6.0"
  1558. obuilder-spec < "0.6.0"
  1559. obus >= "1.2.1"
  1560. ocal >= "0.2.2"
  1561. ocaml-canvas
  1562. ocaml-compiler-libs >= "v0.12.0"
  1563. ocaml-embed-file < "v0.17.0"
  1564. ocaml-in-python
  1565. ocaml-index
  1566. ocaml-lsp-server
  1567. ocaml-lua
  1568. ocaml-migrate-parsetree
  1569. ocaml-migrate-parsetree-ocamlbuild
  1570. ocaml-monadic >= "0.4.1"
  1571. ocaml-print-intf
  1572. ocaml-probes < "v0.17.0"
  1573. ocaml-protoc >= "2.0.1"
  1574. ocaml-protoc-plugin < "6.1.0"
  1575. ocaml-r >= "0.1.1"
  1576. ocaml-syntax-shims
  1577. ocaml-systemd >= "1.3"
  1578. ocaml-top
  1579. ocaml-vdom < "transition"
  1580. ocaml-version >= "3.5.0"
  1581. ocaml_db_model
  1582. ocaml_intrinsics < "v0.17.0"
  1583. ocaml_pgsql_model
  1584. ocaml_plugin
  1585. ocamlcodoc
  1586. ocamldiff >= "1.2"
  1587. ocamlformat >= "0.24.1"
  1588. ocamlformat-lib
  1589. ocamlformat-mlx
  1590. ocamlformat-mlx-lib
  1591. ocamlformat-rpc < "removed"
  1592. ocamlformat-rpc-lib
  1593. ocamlgraph >= "2.0.0"
  1594. ocamlgraph_gtk
  1595. ocamline
  1596. ocamlog
  1597. ocamlregextkit
  1598. ocb
  1599. ocf >= "0.8.0" & < "1.0.0"
  1600. ocf_ppx < "1.0.0"
  1601. ockt
  1602. ocluster != "0.2" & < "0.3.0"
  1603. ocluster-api < "0.3.0"
  1604. ocluster-worker < "0.3.0"
  1605. ocolor
  1606. ocp-browser >= "1.2.1"
  1607. ocp-indent >= "1.7.0" & < "1.9.0"
  1608. ocp-indent-nlfork
  1609. ocp-index
  1610. ocp-search
  1611. ocp_reveal
  1612. ocplib-endian >= "1.1"
  1613. ocplib-json-typed-browser
  1614. ocplib-json-typed-bson
  1615. ocplib-simplex >= "0.5"
  1616. ocplib_stuff >= "0.4.0"
  1617. ocsigen-i18n >= "4.0.0"
  1618. ocsigen-ppx-rpc
  1619. ocsigenserver >= "4.0.1" & < "7.0.0"
  1620. ocsipersist < "2.1.0"
  1621. ocsipersist-dbm < "2.1.0"
  1622. ocsipersist-dbm-config < "2.1.0"
  1623. ocsipersist-lib < "2.1.0"
  1624. ocsipersist-pgsql < "2.1.0"
  1625. ocsipersist-pgsql-config < "2.1.0"
  1626. ocsipersist-sqlite < "2.1.0"
  1627. ocsipersist-sqlite-config < "2.1.0"
  1628. octavius >= "1.2.2"
  1629. ocue
  1630. odate
  1631. odds >= "1.1"
  1632. odep
  1633. odepack >= "0.6.9"
  1634. odnnr
  1635. odoc < "3.0.0"
  1636. odoc-parser < "3.0.0"
  1637. oepub
  1638. of_json < "v0.17.0"
  1639. offheap
  1640. ogg >= "1.0.0"
  1641. ohex
  1642. oidc
  1643. ojo
  1644. ojs < "1.1.7"
  1645. ojs_base
  1646. ojs_base_all
  1647. ojs_base_ppx
  1648. ojs_ed
  1649. ojs_filetree
  1650. ojs_list
  1651. oktree >= "0.2.4"
  1652. olinq >= "0.3"
  1653. omd >= "1.3.2"
  1654. ometrics
  1655. omg
  1656. omigrate
  1657. omlr >= "1.0.3"
  1658. omtl
  1659. oneffs
  1660. oniguruma
  1661. opam-0install
  1662. opam-0install-cudf
  1663. opam-bin >= "1.0.0"
  1664. opam-build
  1665. opam-client >= "2.0.2"
  1666. opam-compiler
  1667. opam-core >= "2.0.2"
  1668. opam-custom-install
  1669. opam-devel >= "2.0.2"
  1670. opam-ed >= "0.4"
  1671. opam-file-format >= "2.1.0" & < "2.1.5"
  1672. opam-format >= "2.0.2"
  1673. opam-graph
  1674. opam-grep >= "0.2.0"
  1675. opam-installer >= "2.0.2"
  1676. opam-minver
  1677. opam-monorepo
  1678. opam-package-upgrade >= "0.2"
  1679. opam-publish >= "2.0.2"
  1680. opam-repository >= "2.0.2"
  1681. opam-solver >= "2.0.2"
  1682. opam-spin
  1683. opam-state >= "2.0.2"
  1684. opam-test
  1685. opam_bin_lib != "0.9.5"
  1686. opasswd
  1687. opatch
  1688. opazl
  1689. openai-gym
  1690. openapi
  1691. openapi-opium
  1692. openapi_router
  1693. opencc0
  1694. opencc1
  1695. opencc1_1
  1696. openQASM
  1697. openstellina
  1698. opentelemetry < "0.90"
  1699. opentelemetry-client-cohttp-eio < "0.90"
  1700. opentelemetry-client-cohttp-lwt < "0.90"
  1701. opentelemetry-client-ocurl < "0.90"
  1702. opentelemetry-cohttp-lwt < "0.90"
  1703. opentelemetry-logs < "0.90"
  1704. opentelemetry-lwt < "0.90"
  1705. opine
  1706. opium
  1707. opium-graphql
  1708. opium-testing
  1709. opium_kernel >= "0.17.0"
  1710. oplot < "0.85"
  1711. oplsr
  1712. opomodoro
  1713. opsian
  1714. optal
  1715. opti
  1716. optimization1d >= "0.6.1"
  1717. optiml-transport
  1718. optint
  1719. opus
  1720. oraft
  1721. oranger >= "2.0.1"
  1722. orb
  1723. order-i3-xfce
  1724. ordering < "3.15.3"
  1725. ordinal
  1726. ordinal_abbreviation < "v0.17.0"
  1727. ordma >= "0.0.5"
  1728. orec >= "1.0.1"
  1729. orewa
  1730. orf
  1731. orgeat
  1732. orpie
  1733. orrandomForest
  1734. orsvm_e1071 >= "4.0.0"
  1735. orxgboost >= "1.1.0"
  1736. osc >= "0.2.0"
  1737. osc-lwt
  1738. osc-unix
  1739. oseq >= "0.2"
  1740. osh
  1741. oskel
  1742. osnap
  1743. osx-keychain
  1744. osx-secure-transport
  1745. otaglibc
  1746. otf
  1747. otoggl
  1748. otoml
  1749. otr
  1750. oui
  1751. ounit = "2.1.2"
  1752. ounit-lwt < "2.2.0"
  1753. ounit2
  1754. ounit2-lwt
  1755. override
  1756. owee
  1757. owi
  1758. owl >= "0.4.0" & < "1.2"
  1759. owl-base >= "0.4.0" & < "1.2"
  1760. owl-jupyter
  1761. owl-ode
  1762. owl-ode-base
  1763. owl-ode-odepack
  1764. owl-ode-sundials
  1765. owl-opt
  1766. owl-opt-lbfgs
  1767. owl-plplot < "1.1"
  1768. owl-symbolic
  1769. owl-top >= "0.4.0" & < "1.2"
  1770. owl-zoo >= "0.4.0"
  1771. owork
  1772. ozulip
  1773. p4pp
  1774. p5scm
  1775. packstream
  1776. pacomb
  1777. paf
  1778. paf-cohttp
  1779. pam < "v0.17.0"
  1780. pandoc
  1781. pandoc-abbreviations
  1782. pandoc-comment
  1783. pandoc-crossref
  1784. pandoc-include
  1785. pandoc-inspect
  1786. pandoc-pdf2png
  1787. pandoc-replace
  1788. papi >= "0.1.1"
  1789. par_incr
  1790. parany >= "9.0.0"
  1791. pardi >= "2.0.2"
  1792. parmap >= "1.1.1"
  1793. parsexp >= "v0.13.0" & < "v0.17.0"
  1794. parsexp_io < "v0.17.0"
  1795. parsley
  1796. patch
  1797. patdiff < "v0.17.0"
  1798. path_glob
  1799. patience_diff < "v0.17.0"
  1800. patricia-tree
  1801. pattern
  1802. pb
  1803. pb-plugin
  1804. pbkdf
  1805. pbrt
  1806. pbrt_services
  1807. pbrt_yojson
  1808. pcap-format >= "0.5.2"
  1809. pcre >= "7.3.5"
  1810. pcre2
  1811. pds-reachability >= "0.2.2"
  1812. pecu >= "0.2"
  1813. petrol
  1814. pf-qubes
  1815. pg_query
  1816. pgocaml >= "4.0"
  1817. pgocaml_ppx
  1818. pgx
  1819. pgx_async
  1820. pgx_lwt
  1821. pgx_lwt_mirage
  1822. pgx_lwt_unix
  1823. pgx_unix
  1824. pgx_value_core
  1825. pgx_value_ptime
  1826. phantom-algebra >= "1.0.1"
  1827. phonetic
  1828. phylogenetics
  1829. piaf
  1830. picasso
  1831. piece_rope
  1832. piqi >= "0.7.8"
  1833. piqilib >= "0.6.16"
  1834. pixel_pusher
  1835. pkcs11 >= "0.18.0"
  1836. pkcs11-cli
  1837. pkcs11-driver
  1838. pkcs11-rev
  1839. pla >= "1.3"
  1840. plateau
  1841. plato
  1842. plebeia
  1843. plist-xml
  1844. plist-xml-lwt
  1845. plotkicadsch
  1846. plplot >= "5.11.0-1"
  1847. polka
  1848. poll
  1849. polling_state_rpc < "v0.17.0"
  1850. polly < "0.5.0"
  1851. polynomial
  1852. pomap
  1853. popper
  1854. portaudio >= "0.2.2"
  1855. portaudio_c_bindings
  1856. posix-base < "4.0.1"
  1857. posix-bindings < "4.0.1"
  1858. posix-getopt >= "2.0.0" & < "4.0.1"
  1859. posix-math2 < "4.0.1"
  1860. posix-signal < "4.0.1"
  1861. posix-socket < "4.0.1"
  1862. posix-socket-unix < "4.0.1"
  1863. posix-time2 < "4.0.1"
  1864. posix-types >= "2.0.0" & < "4.0.1"
  1865. posix-uname < "4.0.1"
  1866. posixat < "v0.17.0"
  1867. postgres_async < "v0.17.0"
  1868. postgresql >= "4.4.1"
  1869. pp
  1870. pp-binary-ints
  1871. pp_loc
  1872. pprint >= "20200226"
  1873. ppx-owl-opt
  1874. ppx_accessor < "v0.17.0"
  1875. ppx_assert < "v0.17.0"
  1876. ppx_bap
  1877. ppx_base < "v0.17.0"
  1878. ppx_bench < "v0.17.0"
  1879. ppx_bin_prot < "v0.17.0"
  1880. ppx_bitstring < "5.0.2"
  1881. ppx_blob >= "0.6.0"
  1882. ppx_camlrack
  1883. ppx_catch
  1884. ppx_cold < "v0.17.0"
  1885. ppx_compare < "v0.17.0"
  1886. ppx_compose >= "0.1.0"
  1887. ppx_const
  1888. ppx_conv_func < "v0.17.0"
  1889. ppx_counters
  1890. ppx_css < "v0.17.0"
  1891. ppx_cstruct
  1892. ppx_cstubs
  1893. ppx_csv_conv < "v0.17.0"
  1894. ppx_custom_printf < "v0.17.0"
  1895. ppx_decimal
  1896. ppx_defer >= "0.4.0"
  1897. ppx_demo < "v0.17.0"
  1898. ppx_derive_at_runtime < "v0.17.0"
  1899. ppx_derivers >= "1.2.1"
  1900. ppx_deriving >= "4.5-1"
  1901. ppx_deriving_cad
  1902. ppx_deriving_cmdliner
  1903. ppx_deriving_encoding
  1904. ppx_deriving_hardcaml
  1905. ppx_deriving_hash
  1906. ppx_deriving_json_schema
  1907. ppx_deriving_jsoo
  1908. ppx_deriving_madcast >= "0.2"
  1909. ppx_deriving_popper
  1910. ppx_deriving_protobuf
  1911. ppx_deriving_qcheck
  1912. ppx_deriving_rpc < "10.2.0"
  1913. ppx_deriving_scad
  1914. ppx_deriving_yaml < "0.4.0"
  1915. ppx_deriving_yojson
  1916. ppx_disable_unused_warnings < "v0.17.0"
  1917. ppx_distr_guards >= "0.2"
  1918. ppx_enumerate < "v0.17.0"
  1919. ppx_expect < "v0.17.0"
  1920. ppx_ezlua
  1921. ppx_factory
  1922. ppx_fail
  1923. ppx_fields_conv < "v0.17.0"
  1924. ppx_fixed_literal < "v0.17.0"
  1925. ppx_gen_rec >= "1.1.0"
  1926. ppx_getenv
  1927. ppx_globalize < "v0.17.0"
  1928. ppx_hash < "v0.17.0"
  1929. ppx_here < "v0.17.0"
  1930. ppx_ignore_instrumentation < "v0.17.0"
  1931. ppx_import
  1932. ppx_inline_alcotest
  1933. ppx_inline_test < "v0.16.1"
  1934. ppx_irmin
  1935. ppx_jane < "v0.17.0"
  1936. ppx_js_style < "v0.17.0"
  1937. ppx_jsobject_conv
  1938. ppx_jsonaf_conv < "v0.17.0"
  1939. ppx_let < "v0.17.0"
  1940. ppx_log < "v0.17.0"
  1941. ppx_lun
  1942. ppx_make
  1943. ppx_map
  1944. ppx_marshal < "0.4.1"
  1945. ppx_marshal_ext < "0.4.1"
  1946. ppx_matches
  1947. ppx_meta_conv
  1948. ppx_mikmatch
  1949. ppx_module_timer < "v0.17.0"
  1950. ppx_monad
  1951. ppx_monoid >= "0.3.2"
  1952. ppx_mysql
  1953. ppx_open
  1954. ppx_optcomp < "v0.17.0"
  1955. ppx_optint
  1956. ppx_optional < "v0.17.0"
  1957. ppx_parser
  1958. ppx_pattern_bind < "v0.17.0"
  1959. ppx_pbt
  1960. ppx_pipebang < "v0.17.0"
  1961. ppx_protocol_conv
  1962. ppx_protocol_conv_json
  1963. ppx_protocol_conv_jsonm
  1964. ppx_protocol_conv_msgpack
  1965. ppx_protocol_conv_xml_light
  1966. ppx_protocol_conv_xmlm
  1967. ppx_protocol_conv_yaml
  1968. ppx_pyformat
  1969. ppx_python < "v0.17.0"
  1970. ppx_rapper
  1971. ppx_rapper_async
  1972. ppx_rapper_lwt
  1973. ppx_regexp >= "0.4.0"
  1974. ppx_repr
  1975. ppx_seq
  1976. ppx_sexp_conv < "v0.17.0"
  1977. ppx_sexp_message < "v0.17.0"
  1978. ppx_sexp_value < "v0.17.0"
  1979. ppx_show
  1980. ppx_stable < "v0.17.0"
  1981. ppx_stable_witness < "v0.17.0"
  1982. ppx_string < "v0.17.0"
  1983. ppx_string_interpolation
  1984. ppx_subliner
  1985. ppx_system
  1986. ppx_test
  1987. ppx_tools
  1988. ppx_tools_versioned
  1989. ppx_trace
  1990. ppx_ts
  1991. ppx_tydi < "v0.17.0"
  1992. ppx_type_directed_value
  1993. ppx_typed_fields < "v0.17.0"
  1994. ppx_typerep_conv < "v0.17.0"
  1995. ppx_tyre
  1996. ppx_units
  1997. ppx_variants_conv < "v0.17.0"
  1998. ppx_viewpattern
  1999. ppx_wideopen
  2000. ppx_xml_conv < "v0.17.0"
  2001. ppx_yojson
  2002. ppx_yojson_conv < "v0.17.0"
  2003. ppx_yojson_conv_lib < "v0.17.0"
  2004. ppxfind
  2005. ppxlib < "0.34.0"
  2006. ppxx
  2007. pratter
  2008. prbnmcn-basic-structures
  2009. prbnmcn-cgrph
  2010. prbnmcn-clustering
  2011. prbnmcn-dagger
  2012. prbnmcn-dagger-gsl
  2013. prbnmcn-dagger-stats
  2014. prbnmcn-dagger-test
  2015. prbnmcn-gnuplot
  2016. prbnmcn-linalg
  2017. prbnmcn-mcts
  2018. prbnmcn-proptest
  2019. prbnmcn-stats
  2020. prbnmcn-ucb1
  2021. prc
  2022. preface
  2023. prelude
  2024. prettym
  2025. printbox >= "0.3"
  2026. printbox-ext-plot
  2027. printbox-html
  2028. printbox-md
  2029. printbox-text >= "0.6.1"
  2030. proc-smaps
  2031. process_limits
  2032. processor
  2033. prof_spacetime
  2034. profiling
  2035. profunctor < "v0.17.0"
  2036. progress < "0.5.0"
  2037. prom
  2038. prometheus >= "0.6"
  2039. prometheus-app >= "0.6"
  2040. prometheus-liquidsoap >= "2"
  2041. promise
  2042. promise_jsoo
  2043. promise_jsoo_lwt
  2044. protocell
  2045. protocol-9p >= "1.0.0"
  2046. protocol-9p-tool >= "1.0.0"
  2047. protocol-9p-unix >= "1.0.0"
  2048. protocol_version_header < "v0.17.0"
  2049. prr
  2050. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2051. psq >= "0.1.1"
  2052. ptmap >= "2.0.5"
  2053. ptset
  2054. pulseaudio >= "0.1.4"
  2055. pure-html
  2056. pure-splitmix >= "0.3"
  2057. purl
  2058. pvec
  2059. pxshot
  2060. py >= "1.1"
  2061. pyast
  2062. pyml >= "20210924"
  2063. pyml_bindgen >= "0.3.0"
  2064. pyre-ast
  2065. pythonlib
  2066. qbf >= "0.3"
  2067. qcheck >= "0.13"
  2068. qcheck-alcotest
  2069. qcheck-core
  2070. qcheck-lin < "0.10"
  2071. qcheck-multicoretests-util < "0.10"
  2072. qcheck-ounit
  2073. qcheck-stm < "0.10"
  2074. qdrant
  2075. qinap
  2076. qiskit < "0.44.0"
  2077. qmp >= "0.19.0"
  2078. qrencode
  2079. qtest >= "2.10.1"
  2080. queenshead
  2081. quests
  2082. radamsa
  2083. radare2 >= "0.0.3"
  2084. randii
  2085. randomconv
  2086. randoml
  2087. range >= "0.8"
  2088. rangeSet
  2089. rankers
  2090. rawlink
  2091. rawlink-eio
  2092. rawlink-lwt
  2093. raygui < "1.4.0"
  2094. raylib < "1.4.0"
  2095. rdbg >= "1.196.12"
  2096. rdf >= "0.13.0" & < "1.1.0"
  2097. rdf_impls < "1.1.0"
  2098. rdf_json_ld < "1.1.0"
  2099. rdf_lwt < "1.1.0"
  2100. rdf_mysql < "1.1.0"
  2101. rdf_postgresql < "1.1.0"
  2102. rdf_ppx < "1.1.0"
  2103. re >= "1.9.0" & < "1.13.2"
  2104. re2 < "v0.17.0"
  2105. re2_stable
  2106. re_parser < "v0.17.0"
  2107. rea
  2108. reactiveData = "0.3.0"
  2109. reanalyze
  2110. reason < "3.14.0"
  2111. reason-standard
  2112. received
  2113. record_builder < "v0.17.0"
  2114. records >= "1.0.0"
  2115. reddit_api_async
  2116. reddit_api_kernel
  2117. redirect
  2118. redis >= "0.4"
  2119. redis-async < "v0.17.0"
  2120. redis-lwt >= "0.4"
  2121. redis-sync >= "0.4"
  2122. reed-solomon-erasure >= "1.0.2"
  2123. reedsolomon
  2124. refl
  2125. regex_parser_intf < "v0.17.0"
  2126. regrade
  2127. remu_ts
  2128. reparse
  2129. reparse-lwt
  2130. reparse-lwt-unix
  2131. reparse-unix
  2132. repr
  2133. repr-bench
  2134. repr-fuzz
  2135. res >= "5.0.1"
  2136. res_tailwindcss
  2137. resource-pooling >= "1.1"
  2138. resource_cache < "v0.17.0"
  2139. resp
  2140. resp-client
  2141. resp-mirage
  2142. resp-server >= "0.9"
  2143. resp-unix
  2144. resto
  2145. resto-acl
  2146. resto-cohttp
  2147. resto-cohttp-client
  2148. resto-cohttp-self-serving-client
  2149. resto-cohttp-server
  2150. resto-directory
  2151. resto-json
  2152. result
  2153. rfc1951 >= "0.8.1" & != "1.0.0"
  2154. rfc6287 >= "1.0.4"
  2155. rfc7748
  2156. rfsm >= "1.6-alpha-3" & < "2.0"
  2157. rhythm
  2158. ringo
  2159. ringo-lwt
  2160. river
  2161. rock
  2162. roman
  2163. root1d >= "0.5.1"
  2164. rope >= "0.6.2"
  2165. rosa
  2166. rosetta >= "0.2.0"
  2167. routes
  2168. rowex
  2169. rpc
  2170. rpc_parallel < "v0.17.0"
  2171. rpclib < "10.2.0"
  2172. rpclib-async < "10.2.0"
  2173. rpclib-html < "10.2.0"
  2174. rpclib-js < "10.2.0"
  2175. rpclib-lwt < "10.2.0"
  2176. rsdd
  2177. rss
  2178. rtop < "3.14.0"
  2179. rtree
  2180. rungen
  2181. runtime_events_tools < "0.5.2"
  2182. rusage
  2183. rust-staticlib-gen
  2184. rust-staticlib-virtual
  2185. SZXX
  2186. safemoney
  2187. safepass >= "3.1"
  2188. sail >= "0.15" & < "0.20"
  2189. sail_c_backend < "0.20"
  2190. sail_coq_backend < "0.20"
  2191. sail_doc_backend < "0.20"
  2192. sail_latex_backend < "0.20"
  2193. sail_lean_backend < "0.20"
  2194. sail_lem_backend < "0.20"
  2195. sail_manifest < "0.20"
  2196. sail_ocaml_backend < "0.20"
  2197. sail_output < "0.20"
  2198. sail_smt_backend < "0.20"
  2199. sail_sv_backend < "0.20"
  2200. salsa20 >= "1.0.0"
  2201. salsa20-core >= "1.0.0"
  2202. samplerate >= "0.1.6"
  2203. sanddb >= "0.2"
  2204. sarek
  2205. satex
  2206. saturn < "0.5.0"
  2207. saturn_lockfree < "0.5.0"
  2208. satyrographos
  2209. scad_ml
  2210. scfg
  2211. scgi
  2212. scipy
  2213. scrypt-kdf
  2214. sd_logic
  2215. sdl-liquidsoap >= "3"
  2216. search
  2217. searchTree
  2218. secp256k1 >= "0.4.1"
  2219. secp256k1-internal
  2220. sedlex
  2221. sek
  2222. sel
  2223. semantic_version < "v0.17.0"
  2224. semaphore-compat
  2225. semver >= "0.2.1"
  2226. semver2
  2227. sendmail
  2228. sendmail-lwt
  2229. sendmail-miou-unix
  2230. sendmail-mirage
  2231. sentry
  2232. seq < "base"
  2233. seqes
  2234. sequencer_table < "v0.17.0"
  2235. serde < "0.0.2"
  2236. serde_debug
  2237. serde_derive < "0.0.2"
  2238. serde_json < "0.0.2"
  2239. serde_sexpr
  2240. serde_xml
  2241. serial
  2242. session >= "0.4.1"
  2243. session-cohttp >= "0.4.1"
  2244. session-cohttp-async >= "0.4.1"
  2245. session-cohttp-lwt >= "0.4.1"
  2246. session-cookie
  2247. session-cookie-async
  2248. session-cookie-lwt
  2249. session-postgresql >= "0.4.1"
  2250. session-postgresql-async
  2251. session-postgresql-lwt
  2252. session-redis-lwt >= "0.4.1"
  2253. session-webmachine >= "0.4.1"
  2254. setcore >= "1.0.2"
  2255. sexp < "v0.17.0"
  2256. sexp_decode
  2257. sexp_diff < "v0.17.0"
  2258. sexp_diff_kernel
  2259. sexp_grammar < "v0.17.0"
  2260. sexp_macro < "v0.17.0"
  2261. sexp_pretty < "v0.17.0"
  2262. sexp_select < "v0.17.0"
  2263. sexp_string_quickcheck < "v0.17.0"
  2264. sexplib >= "v0.13.0" & < "v0.17.0"
  2265. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2266. sgf
  2267. sha >= "1.13"
  2268. shapefile
  2269. shared-block-ring
  2270. shared-memory-ring
  2271. shared-memory-ring-lwt
  2272. shared-secret >= "0.4"
  2273. shell < "v0.17.0"
  2274. shexp < "v0.17.0"
  2275. shine >= "0.2.2"
  2276. shuttle
  2277. shuttle_http
  2278. shuttle_ssl
  2279. shuttle_websocket
  2280. sifun
  2281. sihl
  2282. sihl-cache
  2283. sihl-contract
  2284. sihl-core
  2285. sihl-email
  2286. sihl-facade
  2287. sihl-persistence
  2288. sihl-queue
  2289. sihl-session
  2290. sihl-storage
  2291. sihl-token
  2292. sihl-type
  2293. sihl-user
  2294. sihl-web
  2295. simlog
  2296. simple63
  2297. simple_httpd
  2298. simple_httpd_caqti
  2299. sklearn
  2300. slack
  2301. slacko
  2302. slice
  2303. slipshow != "0.5.0"
  2304. slug
  2305. smart-print >= "0.3.0"
  2306. smol
  2307. smol-helpers
  2308. smtlib-utils
  2309. snappy
  2310. so
  2311. sodium-fmt
  2312. solid < "0.5.0"
  2313. solid_server < "0.5.0"
  2314. solid_tools < "0.5.0"
  2315. solidity-alcotest
  2316. solidity-common
  2317. solidity-parser
  2318. solidity-test
  2319. solidity-typechecker
  2320. solo5-elftool
  2321. sortedseq_intersect
  2322. soundtouch >= "0.1.9"
  2323. soupault
  2324. spacetime_lib
  2325. spatial-shell
  2326. spawn < "v0.9.0" | >= "v0.13.0"
  2327. spdx_licenses
  2328. spectrum < "1.0.0.alpha"
  2329. speex
  2330. spelll >= "0.4"
  2331. spin
  2332. splay_tree < "v0.17.0"
  2333. splittable_random < "v0.17.0"
  2334. spoc
  2335. spoc_ppx
  2336. spoke
  2337. spotify-web-api
  2338. spotlib >= "4.1.0"
  2339. sqlgg >= "20200521"
  2340. sqlite3 >= "4.4.1"
  2341. sqlite3_utils
  2342. srt
  2343. ssh-agent >= "0.2.0"
  2344. ssl >= "0.5.6"
  2345. stdcompat >= "19"
  2346. stdint >= "0.6.0"
  2347. stdint-literals
  2348. stdio < "v0.17.0"
  2349. stdlib-diff
  2350. stdlib-random
  2351. stdlib-shims
  2352. stdune < "3.15.3"
  2353. stitch
  2354. stk < "0.5.0"
  2355. stk_iconv < "0.5.0"
  2356. stk_ocf < "0.5.0"
  2357. stk_ppx < "0.5.0"
  2358. stk_rdf < "0.5.0"
  2359. stk_xml < "0.5.0"
  2360. stog >= "0.20.0"
  2361. stog_all
  2362. stog_asy
  2363. stog_dot
  2364. stog_extern
  2365. stog_markdown
  2366. stog_multi_doc
  2367. stog_nocaml
  2368. stog_noexec
  2369. stog_plugins
  2370. stog_rdf
  2371. stog_rel_href
  2372. stog_server
  2373. stog_server_multi
  2374. stog_sitemap
  2375. stog_writing
  2376. stone >= "0.5.2"
  2377. stored_reversed < "v0.17.0"
  2378. stramon-lib
  2379. streamable < "v0.17.0"
  2380. streaming
  2381. string_dict < "v0.17.0"
  2382. stringext >= "1.6.0"
  2383. sturgeon >= "0.4.2"
  2384. subscriptions-transport-ws
  2385. subtype-refinement >= "0.2"
  2386. sun
  2387. svmwrap
  2388. swagger >= "0.2.0"
  2389. swhid
  2390. swhid_compute
  2391. swhid_core
  2392. swhid_types
  2393. swipl
  2394. syguslib-utils
  2395. syncweb
  2396. syndic >= "1.6.0"
  2397. sys-socket
  2398. sys-socket-unix
  2399. syslog >= "2.0.1"
  2400. syslog-message >= "1.0.0"
  2401. syslog-rfc5424 < "0.2"
  2402. systemverilog >= "0.0.2"
  2403. syto
  2404. tablecloth-base
  2405. tablecloth-native < "transition"
  2406. taglib >= "0.3.7"
  2407. talaria-bibtex
  2408. tar
  2409. tar-eio
  2410. tar-mirage
  2411. tar-unix
  2412. tcalc
  2413. tcpip
  2414. tdigest
  2415. telltime
  2416. tensorboard
  2417. term-indexing
  2418. term-tools
  2419. terminal < "0.5.0"
  2420. terminal_size >= "0.1.4"
  2421. terminus
  2422. terminus-cohttp
  2423. terminus-hlc
  2424. testu01
  2425. textmate-language
  2426. textrazor
  2427. textutils < "v0.17.0"
  2428. textutils_kernel < "v0.17.0"
  2429. textwrap >= "0.2.1"
  2430. tezos-base58
  2431. tezos-context-hash
  2432. tezt < "4.3.0"
  2433. tezt-performance-regression
  2434. theora
  2435. thread-local-storage
  2436. thread-table
  2437. thrift
  2438. tidy
  2439. tidy_email
  2440. tidy_email_mailgun
  2441. tidy_email_sendgrid
  2442. tidy_email_smtp
  2443. tilde_f < "v0.17.0"
  2444. time_now < "v0.17.0"
  2445. timed >= "1.1"
  2446. timedesc
  2447. timedesc-json
  2448. timedesc-sexp
  2449. timedesc-tzdb
  2450. timedesc-tzlocal
  2451. timedesc-tzlocal-js
  2452. timere
  2453. timere-parse
  2454. timezone < "v0.17.0"
  2455. timmy
  2456. timmy-jsoo
  2457. timmy-lwt
  2458. timmy-unix
  2459. tiny_httpd
  2460. tiny_httpd_camlzip
  2461. tiny_httpd_eio
  2462. tip-parser >= "0.4"
  2463. tldr
  2464. tls >= "0.12.8"
  2465. tls-async
  2466. tls-eio
  2467. tls-liquidsoap
  2468. tls-lwt
  2469. tls-miou-unix
  2470. tls-mirage
  2471. toc
  2472. tofn
  2473. togglelog
  2474. toml
  2475. toml-cconv
  2476. toml_cconv
  2477. toplevel_backend < "v0.17.0"
  2478. toplevel_expect_test < "v0.17.0"
  2479. topojson
  2480. topojsone
  2481. topological_sort < "v0.17.0"
  2482. torch < "v0.17.0"
  2483. tqdm
  2484. trace
  2485. trace-fuchsia
  2486. trace-runtime-events
  2487. trace-tef
  2488. tracing < "v0.17.0"
  2489. tracy-client
  2490. traits
  2491. trampoline
  2492. transept
  2493. traverse
  2494. travesty
  2495. trax >= "0.4.0"
  2496. tree_layout >= "0.2"
  2497. treeprint >= "2.3.0"
  2498. trexio
  2499. trie
  2500. tsdl-image >= "0.3.0"
  2501. tsdl-mixer
  2502. tsdl-ttf >= "0.3"
  2503. tsort
  2504. tube >= "4.4.0"
  2505. tuntap
  2506. twirp_cohttp_lwt_unix
  2507. twirp_core
  2508. twirp_ezcurl
  2509. twirp_tiny_httpd
  2510. twostep
  2511. tyabt
  2512. type_eq
  2513. typerep >= "v0.13.0" & < "v0.17.0"
  2514. typeset
  2515. tyre = "0.5"
  2516. tyxml >= "4.3.0"
  2517. tyxml-jsx
  2518. tyxml-lwd
  2519. tyxml-ppx >= "4.3.0"
  2520. tyxml-syntax
  2521. ubase
  2522. ubpf >= "0.2"
  2523. uecc >= "0.3"
  2524. ufind
  2525. uint >= "2.0.1"
  2526. ulid
  2527. um-abt
  2528. unidecode
  2529. unionFind < "20250818"
  2530. unisim_archisec < "0.0.14"
  2531. unison < "2.53.4"
  2532. universo
  2533. unix-errno >= "0.6.0"
  2534. unstrctrd
  2535. uri >= "2.2.1"
  2536. uri-bench
  2537. uri-re
  2538. uri-sexp
  2539. uring
  2540. uritemplate
  2541. user-agent-parser
  2542. username_kernel < "v0.17.0"
  2543. uspf
  2544. uspf-lwt
  2545. uspf-mirage
  2546. uspf-unix
  2547. utcp
  2548. utop
  2549. uuuu >= "0.1.1"
  2550. validator
  2551. variantslib >= "v0.13.0" & < "v0.17.0"
  2552. varray
  2553. vcaml
  2554. vcardgen >= "1.2"
  2555. vchan
  2556. vchan-unix
  2557. vchan-xen
  2558. vdom
  2559. vec
  2560. vector
  2561. vector3 >= "1.0.0"
  2562. vendredi
  2563. vercel
  2564. vhd-format >= "0.12.0"
  2565. vhd-format-lwt
  2566. vif
  2567. vifu
  2568. virtual_dom < "v0.17.0"
  2569. visitors >= "20200207"
  2570. vlq >= "0.2.1"
  2571. vmnet
  2572. vocal
  2573. voqc
  2574. vorbis
  2575. vpt >= "5.0.0"
  2576. vscoq-language-server < "2.3.3"
  2577. vsrocq-language-server
  2578. vue-jsoo
  2579. vue-ppx
  2580. wall
  2581. wasm >= "2.0.2"
  2582. wasmer
  2583. wasmtime
  2584. wayland
  2585. waylaunch
  2586. wcwidth
  2587. webauthn
  2588. weberizer >= "0.8"
  2589. webmachine >= "0.6.2"
  2590. websocket >= "2.12"
  2591. websocket-async
  2592. websocket-lwt
  2593. websocket-lwt-unix
  2594. websocketaf
  2595. webtest
  2596. webtest-js
  2597. wikitext
  2598. win-error >= "1.0"
  2599. win-eventlog >= "0.3"
  2600. winsvc
  2601. ws
  2602. ws-server
  2603. wseg
  2604. wtf8 >= "1.0.2"
  2605. wtr
  2606. wtr-ppx
  2607. wu-manber-fuzzy-search
  2608. x509
  2609. x86_64-esperanto >= "0.0.6"
  2610. xapi-backtrace
  2611. xapi-inventory
  2612. xapi-rrd
  2613. xapi-stdext-date
  2614. xapi-stdext-encodings
  2615. xapi-stdext-pervasives
  2616. xapi-stdext-std
  2617. xapi-stdext-threads
  2618. xapi-stdext-unix
  2619. xapi-stdext-zerocheck
  2620. xcursor
  2621. xdg-basedir
  2622. xen-evtchn
  2623. xen-evtchn-unix
  2624. xen-gnt
  2625. xen-gnt-unix
  2626. xenstore
  2627. xenstore-tool
  2628. xenstore_transport >= "1.1.0"
  2629. xmelly
  2630. xml-light >= "2.5"
  2631. xmldiff >= "0.7.0"
  2632. xmldiff_js
  2633. xmlplaylist >= "0.1.5"
  2634. xoshiro
  2635. xtmpl >= "0.19.0" & < "1.1.0"
  2636. xtmpl_js < "1.1.0"
  2637. xtmpl_ppx < "1.1.0"
  2638. yaml >= "1.0.0"
  2639. yaml-sexp
  2640. yara >= "0.2"
  2641. yocaml < "2.0.0"
  2642. yocaml_cmark
  2643. yocaml_git < "2.0.0"
  2644. yocaml_jingoo < "2.0.0"
  2645. yocaml_markdown < "2.4.1"
  2646. yocaml_mustache < "2.0.0"
  2647. yocaml_syndication < "2.0.0"
  2648. yocaml_unix < "2.0.0"
  2649. yocaml_yaml < "2.0.0"
  2650. yojson >= "1.5.0"
  2651. yojson-bench
  2652. yojson-five
  2653. yultracer
  2654. yurt >= "0.6"
  2655. yuscii >= "0.2.1"
  2656. yuujinchou
  2657. zanuda
  2658. zarith-ppx
  2659. zarith_stubs_js < "v0.17.0"
  2660. zed >= "2.0.6"
  2661. zeit
  2662. zelus
  2663. zelus-gtk
  2664. zipperposition
  2665. zipperposition-tools
  2666. zlib
  2667. zlist >= "0.4.0"
  2668. zmq >= "5.1.0"
  2669. zmq-async >= "5.1.0"
  2670. zmq-eio
  2671. zmq-lwt >= "5.1.0"
  2672. zstandard < "v0.17.0"
  2673. zstd = "0.3"
  2674. 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"