package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.6.2.tbz
sha256=b6d4ab848efb04aa2a325d0015d32ed4414ed7130ec7aa12f98158eff445cf3c
sha512=d0dd69ada2f1583319a2d6f679b8d49998059117c3258805ee69ae3e71d47bfab7a9c646f19b5fc43a6ccdef934eb87de5bb81205fcd60968bed8bf1790cf0a3

Description

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

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

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

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

Published: 07 Feb 2023

README

Dune - A Composable Build System

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

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

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

The example directory contains examples of projects using dune.

Main workflow AppVeyor status Release

Overview

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

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

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

Strengths

Composable

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

This make simultaneous development on multiple packages trivial.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Building Against Several Configurations at Once

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

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

This feature requires Opam.

Requirements

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

Installation

We recommended installing Dune via the Opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

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

Migration from Jbuilder

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

Status

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

Dependencies (5)

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

Dev Dependencies

None

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