package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.17.2.tbz
sha256=9deafeed0ecfe9e65e642cd8e6197f0864f73fcd7b94b5b199ae4d2e07a2ea64
sha512=1e85bb297a12c9571b8645541d85a719deffb619d5e4f48dbf4566ac14e9f385d8a05342698a6f9c81ba17325b1da4ad004a5772d66cd88ed135c43d43e88f9e

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 is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune 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: 23 Jun 2025

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.4"

Dev Dependencies (15)

  1. melange with-dev-setup & >= "4.0.0-51" & os != "win32"
  2. utop with-dev-setup & >= "2.6.0" & os != "win32"
  3. ctypes with-dev-setup & os != "win32"
  4. ppxlib with-dev-setup & os != "win32"
  5. ppx_inline_test with-dev-setup & os != "win32"
  6. ppx_expect with-dev-setup & >= "v0.17" & os != "win32"
  7. odoc with-dev-setup & >= "2.4.0" & os != "win32"
  8. ocamlfind with-dev-setup & os != "win32"
  9. menhir with-dev-setup & os != "win32"
  10. mdx with-dev-setup & >= "2.3.0" & os != "win32"
  11. js_of_ocaml-compiler with-dev-setup & os != "win32"
  12. js_of_ocaml with-dev-setup & os != "win32"
  13. csexp with-dev-setup & >= "1.3.0"
  14. cinaps with-dev-setup
  15. lwt with-dev-setup & os != "win32"

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