package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.20.2.tbz
sha256=b1a86b2d60bdb4a8b9bb6861bdf2f9f28a6e7cb5d833ce81afecceb9ef9ca549
sha512=ed14df9163e487d4ae7d0a2427eaab7823ef1f0ef2d93f0b783e6f163bbd5b44ba73f055d60b84e76f476fe11d38e794013628a1da776d9ec13cca9666e7b7ff

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: 10 Sep 2025

README

Dune

A Composable Build System for OCaml

Main Workflow Release 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 (3)

  1. base-threads
  2. base-unix
  3. ocaml >= "4.08"

Dev Dependencies (16)

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

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "2.0.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"