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