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