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