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