package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.10.0.tbz
sha256=9ff03384a98a8df79852cc674f0b4738ba8aec17029b6e2eeb514f895e710355
sha512=8133cdcc5499a6bf21cd65b4fc8b12445ae39366731006773fcd3b348c553a8d89d004db161c655aa167a2a3653b7919d32b27f29217106ef762bd01b43afc76

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: 01 Aug 2023

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune 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.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. 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 little 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.

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

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

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

Build 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.

Installation

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

Issues Discussions Discuss OCaml Discord

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

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

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