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