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