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