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_runtime_events
  1469. lwt_ssl >= "1.1.3"
  1470. lz4 >= "1.2.0"
  1471. lz4_chans >= "3.0.1"
  1472. lzo >= "0.0.3"
  1473. MlFront_Cache
  1474. MlFront_Cli
  1475. MlFront_Codept
  1476. MlFront_Config
  1477. MlFront_Core
  1478. MlFront_Errors
  1479. MlFront_Exec
  1480. MlFront_Logs
  1481. MlFront_Manip
  1482. MlFront_Signify
  1483. MlFront_Thunk
  1484. MlFront_Tools
  1485. MlFront_ZipFile
  1486. m_tree
  1487. macaddr
  1488. macaddr-cstruct
  1489. macaddr-sexp
  1490. mad >= "0.5.0"
  1491. magic-mime >= "1.1.2"
  1492. magic-trace
  1493. make-random
  1494. malfunction
  1495. man_in_the_middle_debugger
  1496. mariadb >= "1.2.0"
  1497. markdown
  1498. markup >= "0.8.0"
  1499. markup-lwt
  1500. mastodon-archive-viewer >= "0.2"
  1501. matita
  1502. matplotlib
  1503. mazeppa
  1504. mbr-format
  1505. mc2
  1506. mccs >= "1.1+10"
  1507. md2mld
  1508. mdx != "1.7.0"
  1509. mec
  1510. mechaml
  1511. mehari
  1512. mehari-eio
  1513. mehari-eio-unix
  1514. mehari-lwt-unix
  1515. mehari-mirage
  1516. mel
  1517. mel-bastet
  1518. melange
  1519. melange-atdgen-codec-runtime
  1520. melange-compiler-libs
  1521. melange-fest
  1522. melange-fetch
  1523. melange-jest
  1524. melange-json
  1525. melange-json-native
  1526. melange-moment
  1527. melange-numeral
  1528. melange-radix-icons
  1529. melange-react-dates
  1530. melange-react-query
  1531. melange-recharts
  1532. melange-testing-library
  1533. melange-webapi
  1534. meldep
  1535. mem_usage
  1536. memcad
  1537. memfd
  1538. memgraph
  1539. memgraph_kitty
  1540. memo
  1541. memprof-limits
  1542. memtrace
  1543. memtrace-mirage
  1544. memtrace_viewer
  1545. menhir >= "20200123"
  1546. menhir-lsp
  1547. menhirCST
  1548. menhirLib
  1549. menhirSdk
  1550. merge-fmt
  1551. merlin
  1552. merlin-extend
  1553. merlin-lib
  1554. mesh >= "0.9.5"
  1555. mesh-easymesh >= "0.9.5"
  1556. mesh-graphics >= "0.9.5"
  1557. mesh-triangle >= "0.9.5"
  1558. metadata
  1559. metadb
  1560. metal
  1561. metapp
  1562. metaquot
  1563. metrics
  1564. metrics-influx
  1565. metrics-lwt
  1566. metrics-rusage
  1567. metrics-unix
  1568. mew
  1569. mew_vi
  1570. middleware
  1571. mimic
  1572. mimic-happy-eyeballs
  1573. mindstorm >= "0.8"
  1574. mindstorm-lwt
  1575. minicaml
  1576. minicli >= "5.0.2"
  1577. minisat >= "0.3"
  1578. minttea
  1579. miou
  1580. mirage >= "4.0.0"
  1581. mirage-block
  1582. mirage-block-ccm
  1583. mirage-block-combinators
  1584. mirage-block-lwt
  1585. mirage-block-partition
  1586. mirage-block-ramdisk
  1587. mirage-block-solo5
  1588. mirage-block-unikraft
  1589. mirage-block-unix
  1590. mirage-block-xen
  1591. mirage-bootvar
  1592. mirage-channel >= "3.2.0"
  1593. mirage-channel-lwt
  1594. mirage-clock
  1595. mirage-clock-lwt
  1596. mirage-clock-unix
  1597. mirage-conduit
  1598. mirage-console
  1599. mirage-console-lwt
  1600. mirage-crypto
  1601. mirage-crypto-ec
  1602. mirage-crypto-pk
  1603. mirage-crypto-rng
  1604. mirage-crypto-rng-async
  1605. mirage-crypto-rng-eio
  1606. mirage-crypto-rng-lwt
  1607. mirage-crypto-rng-miou-unix
  1608. mirage-crypto-rng-mirage
  1609. mirage-device
  1610. mirage-dns
  1611. mirage-flow
  1612. mirage-flow-combinators
  1613. mirage-flow-lwt
  1614. mirage-flow-unix
  1615. mirage-fs
  1616. mirage-fs-lwt
  1617. mirage-kv >= "2.0.0"
  1618. mirage-kv-lwt >= "2.0.0"
  1619. mirage-kv-mem
  1620. mirage-kv-unix
  1621. mirage-logs
  1622. mirage-monitoring
  1623. mirage-mtime
  1624. mirage-nat
  1625. mirage-net
  1626. mirage-net-lwt
  1627. mirage-net-macosx >= "1.5.0"
  1628. mirage-net-solo5
  1629. mirage-net-unikraft
  1630. mirage-net-unix
  1631. mirage-net-xen
  1632. mirage-profile
  1633. mirage-protocols
  1634. mirage-protocols-lwt
  1635. mirage-ptime
  1636. mirage-qubes
  1637. mirage-qubes-ipv4
  1638. mirage-random
  1639. mirage-runtime
  1640. mirage-sleep
  1641. mirage-solo5
  1642. mirage-stack
  1643. mirage-stack-lwt
  1644. mirage-time
  1645. mirage-time-lwt
  1646. mirage-time-unix
  1647. mirage-types >= "3.6.0"
  1648. mirage-types-lwt >= "3.6.0"
  1649. mirage-unikraft
  1650. mirage-unix
  1651. mirage-vnetif
  1652. mirage-xen
  1653. mjson
  1654. mkaudio >= "1.1.0"
  1655. mkocaml
  1656. mlbdd >= "0.7.2"
  1657. mlfenv
  1658. mlgpx
  1659. mlmpfr >= "4.0.2+dune"
  1660. mlpost
  1661. mlpost-lablgtk
  1662. mlsolver
  1663. mlt_parser
  1664. mlx
  1665. mm >= "0.7.0"
  1666. mmap
  1667. mmdb
  1668. mmo
  1669. mnd
  1670. mock >= "0.1.1"
  1671. mock-ounit >= "0.1.1"
  1672. module-graph
  1673. molenc >= "5.0.0"
  1674. monaco_jsoo
  1675. monolith
  1676. monomorphic >= "2.0"
  1677. monorobot
  1678. moonpool
  1679. moonpool-io
  1680. moonpool-lwt
  1681. mopsa
  1682. morbig >= "0.10.3"
  1683. morsmall
  1684. mosaique
  1685. moss >= "0.1.1"
  1686. mparser >= "1.3"
  1687. mparser-pcre
  1688. mparser-re
  1689. mperf
  1690. mpg123
  1691. mpp >= "0.3.4"
  1692. mpris
  1693. mpris-clients
  1694. mqtt
  1695. mrmime
  1696. msat >= "0.8"
  1697. msat-bin
  1698. msgpck >= "1.5"
  1699. msgpck-repr
  1700. mssql
  1701. mugen
  1702. mula
  1703. multibase
  1704. multicodec
  1705. multicont >= "1.0.1"
  1706. multicore-bench
  1707. multicore-magic
  1708. multicore-magic-dscheck
  1709. multihash
  1710. multihash-digestif
  1711. multipart-form-data >= "0.3.0"
  1712. multipart_form
  1713. multipart_form-cohttp-lwt
  1714. multipart_form-eio
  1715. multipart_form-lwt
  1716. multipart_form-miou
  1717. murmur3 >= "0.3"
  1718. mustache >= "3.1.0"
  1719. mustache-cli
  1720. mutaml
  1721. mutf8
  1722. mwt
  1723. mybuild >= "7"
  1724. mysql8
  1725. mysql_protocol
  1726. n_ary
  1727. naboris
  1728. nacc
  1729. nanoev
  1730. nanoev-picos
  1731. nanoev-posix
  1732. nanoev_tiny_httpd
  1733. nanoid
  1734. nanosvg
  1735. nanosvg_text
  1736. nbd >= "4.0.3"
  1737. nbd-tool
  1738. nbd-unix
  1739. netkat
  1740. netlink >= "0.3.4"
  1741. netsnmp
  1742. neural_nets_lib
  1743. nice_parser
  1744. ninja_utils
  1745. niru
  1746. nloge
  1747. nlopt
  1748. nmea
  1749. noCanren >= "0.3.0~alpha1"
  1750. nocoiner
  1751. node_of_ocaml
  1752. noise
  1753. nomad
  1754. non_empty_list
  1755. nottui
  1756. nottui-lwt
  1757. nottui-pretty
  1758. nottui-unix
  1759. notty >= "0.2.3"
  1760. notty-community
  1761. notty_async >= "v0.12.0"
  1762. np
  1763. npy >= "0.0.9"
  1764. nsq
  1765. numeric_string
  1766. nuscr
  1767. nx
  1768. nx-datasets
  1769. nx-text
  1770. OCADml
  1771. OCanren
  1772. OCanren-ppx
  1773. OSCADml
  1774. obatcher
  1775. obeam
  1776. obelisk >= "0.5.0"
  1777. obuilder
  1778. obuilder-spec
  1779. obus >= "1.2.0"
  1780. ocal >= "0.2.2"
  1781. ocaml-canvas
  1782. ocaml-compiler-libs >= "v0.12.0"
  1783. ocaml-embed-file
  1784. ocaml-in-python
  1785. ocaml-index
  1786. ocaml-lsp-server
  1787. ocaml-lua
  1788. ocaml-migrate-parsetree
  1789. ocaml-migrate-parsetree-ocamlbuild
  1790. ocaml-monadic >= "0.4.1"
  1791. ocaml-print-intf
  1792. ocaml-probes
  1793. ocaml-protoc >= "2.0.1"
  1794. ocaml-protoc-plugin
  1795. ocaml-r >= "0.1.1"
  1796. ocaml-sat-solvers >= "0.8"
  1797. ocaml-syntax-shims
  1798. ocaml-systemd >= "1.3"
  1799. ocaml-top >= "1.2.0"
  1800. ocaml-vdom < "transition"
  1801. ocaml-version >= "3.5.0"
  1802. ocaml_db_model
  1803. ocaml_intrinsics
  1804. ocaml_intrinsics_kernel
  1805. ocaml_openapi_generator
  1806. ocaml_pgsql_model
  1807. ocaml_plugin
  1808. ocamlapi
  1809. ocamlapi_async
  1810. ocamlapi_lwt_unix
  1811. ocamlapi_ppx
  1812. ocamlc-loc
  1813. ocamlcodoc
  1814. ocamldiff >= "1.2"
  1815. ocamlformat >= "0.24.1"
  1816. ocamlformat-lib
  1817. ocamlformat-mlx
  1818. ocamlformat-mlx-lib
  1819. ocamlformat-rpc < "removed"
  1820. ocamlformat-rpc-lib
  1821. ocamlfuse
  1822. ocamlgraph >= "2.0.0"
  1823. ocamlgraph_gtk
  1824. ocamlify >= "0.1.0"
  1825. ocamline
  1826. ocamlmerlin-mlx
  1827. ocamlmig
  1828. ocamlmod >= "0.1.1"
  1829. ocamlog
  1830. ocamlregextkit
  1831. ocannl_npy
  1832. ocb
  1833. ocf >= "0.8.0"
  1834. ocf_ppx
  1835. ockt
  1836. ocluster != "0.2"
  1837. ocluster-api
  1838. ocluster-worker
  1839. ocolor
  1840. ocp-browser >= "1.1.9"
  1841. ocp-indent >= "1.7.0"
  1842. ocp-indent-nlfork
  1843. ocp-index >= "1.1.9"
  1844. ocp-search
  1845. ocp_reveal
  1846. ocplib-endian >= "1.1"
  1847. ocplib-json-typed-browser
  1848. ocplib-json-typed-bson
  1849. ocplib-simplex >= "0.5"
  1850. ocplib_stuff >= "0.4.0"
  1851. ocsigen-i18n >= "4.0.0"
  1852. ocsigen-ppx-rpc
  1853. ocsigenserver >= "4.0.1"
  1854. ocsipersist
  1855. ocsipersist-dbm
  1856. ocsipersist-dbm-config
  1857. ocsipersist-lib
  1858. ocsipersist-pgsql
  1859. ocsipersist-pgsql-config
  1860. ocsipersist-sqlite
  1861. ocsipersist-sqlite-config
  1862. octavius >= "1.2.2"
  1863. octez-accuser-Proxford >= "19.0"
  1864. octez-accuser-PsParisC
  1865. octez-accuser-PtLimaPt
  1866. octez-accuser-PtMumbai
  1867. octez-accuser-PtNairob < "18.0" | >= "19.0"
  1868. octez-accuser-PtParisB
  1869. octez-alcotezt >= "19.0"
  1870. octez-baker-Proxford >= "19.0"
  1871. octez-baker-PsParisC
  1872. octez-baker-PtLimaPt
  1873. octez-baker-PtMumbai
  1874. octez-baker-PtNairob < "18.0" | >= "19.0"
  1875. octez-baker-PtParisB
  1876. octez-client < "18.0" | >= "19.0"
  1877. octez-codec < "18.0" | >= "19.0"
  1878. octez-crawler < "18.0" | >= "19.0"
  1879. octez-dac-client >= "19.0"
  1880. octez-dac-node >= "19.0"
  1881. octez-dal-node
  1882. octez-distributed-internal >= "19.0"
  1883. octez-distributed-lwt-internal < "18.0" | >= "19.0"
  1884. octez-injector < "18.0" | >= "19.0"
  1885. octez-internal-libs
  1886. octez-l2-libs >= "19.0"
  1887. octez-libs >= "19.0"
  1888. octez-node < "18.0" | >= "19.0"
  1889. octez-node-config < "18.0" | >= "19.0"
  1890. octez-plompiler
  1891. octez-plonk
  1892. octez-proto-libs >= "19.0"
  1893. octez-protocol-000-Ps9mPmXa-libs >= "19.0"
  1894. octez-protocol-001-PtCJ7pwo-libs >= "19.0"
  1895. octez-protocol-002-PsYLVpVv-libs >= "19.0"
  1896. octez-protocol-003-PsddFKi3-libs >= "19.0"
  1897. octez-protocol-004-Pt24m4xi-libs >= "19.0"
  1898. octez-protocol-005-PsBabyM1-libs >= "19.0"
  1899. octez-protocol-006-PsCARTHA-libs >= "19.0"
  1900. octez-protocol-007-PsDELPH1-libs >= "19.0"
  1901. octez-protocol-008-PtEdo2Zk-libs >= "19.0"
  1902. octez-protocol-009-PsFLoren-libs >= "19.0"
  1903. octez-protocol-010-PtGRANAD-libs >= "19.0"
  1904. octez-protocol-011-PtHangz2-libs >= "19.0"
  1905. octez-protocol-012-Psithaca-libs >= "19.0"
  1906. octez-protocol-013-PtJakart-libs >= "19.0"
  1907. octez-protocol-014-PtKathma-libs >= "19.0"
  1908. octez-protocol-015-PtLimaPt-libs >= "19.0"
  1909. octez-protocol-016-PtMumbai-libs >= "19.0"
  1910. octez-protocol-017-PtNairob-libs >= "19.0"
  1911. octez-protocol-018-Proxford-libs >= "19.0"
  1912. octez-protocol-019-PtParisB-libs
  1913. octez-protocol-020-PsParisC-libs
  1914. octez-protocol-alpha-libs >= "19.0"
  1915. octez-protocol-compiler < "18.0" | >= "19.0"
  1916. octez-proxy-server < "18.0" | >= "19.0"
  1917. octez-rpc-process
  1918. octez-shell-libs >= "19.0"
  1919. octez-signer < "18.0" | >= "19.0"
  1920. octez-smart-rollup-client-PtMumbai
  1921. octez-smart-rollup-client-PtNairob < "18.0"
  1922. octez-smart-rollup-node != "18.1"
  1923. octez-smart-rollup-node-alpha >= "19.0"
  1924. octez-smart-rollup-node-lib >= "19.0"
  1925. octez-smart-rollup-node-Proxford >= "19.0"
  1926. octez-smart-rollup-node-PsParisC
  1927. octez-smart-rollup-node-PtMumbai
  1928. octez-smart-rollup-node-PtNairob < "18.0" | >= "19.0"
  1929. octez-smart-rollup-node-PtParisB
  1930. octez-smart-rollup-wasm-benchmark-lib
  1931. octez-smart-rollup-wasm-debugger < "18.0" | >= "19.0"
  1932. octez-smart-rollup-wasm-debugger-lib
  1933. octez-smart-rollup-wasm-debugger-plugin
  1934. octez-tx-rollup-client-PtLimaPt
  1935. octez-tx-rollup-node-PtLimaPt
  1936. octez-version >= "19.0"
  1937. ocue
  1938. odash
  1939. odate
  1940. odds >= "1.1"
  1941. odep
  1942. odepack >= "0.6.9"
  1943. odnnr
  1944. odoc
  1945. odoc-driver
  1946. odoc-md
  1947. odoc-parser
  1948. oenv
  1949. oepub
  1950. of_json
  1951. offheap
  1952. oframl
  1953. ogg >= "1.0.0"
  1954. oglsl
  1955. ohex
  1956. oidc
  1957. ojo
  1958. ojs
  1959. ojs_base
  1960. ojs_base_all
  1961. ojs_base_ppx
  1962. ojs_ed
  1963. ojs_filetree
  1964. ojs_list
  1965. olinq >= "0.3"
  1966. oma
  1967. omd >= "1.3.2"
  1968. ometrics
  1969. omg
  1970. omigrate
  1971. omlr >= "1.0.3"
  1972. omtl
  1973. oneffs
  1974. oniguruma
  1975. ooh
  1976. opam-0install
  1977. opam-0install-cudf
  1978. opam-bin >= "1.0.0"
  1979. opam-build
  1980. opam-check-npm-deps
  1981. opam-ci-check-lint
  1982. opam-client >= "2.0.2"
  1983. opam-compiler
  1984. opam-core >= "2.0.2"
  1985. opam-custom-install
  1986. opam-devel >= "2.0.2"
  1987. opam-dune-lint >= "0.3"
  1988. opam-ed >= "0.4"
  1989. opam-file-format >= "2.1.0" & < "2.1.5" | >= "2.2.0~alpha1"
  1990. opam-format >= "2.0.2"
  1991. opam-graph
  1992. opam-grep >= "0.2.0"
  1993. opam-installer >= "2.0.2"
  1994. opam-monorepo
  1995. opam-package-upgrade >= "0.2"
  1996. opam-publish >= "2.0.2"
  1997. opam-repository >= "2.0.2"
  1998. opam-solver >= "2.0.2"
  1999. opam-spin
  2000. opam-state >= "2.0.2"
  2001. opam-test
  2002. opam_bin_lib != "0.9.5"
  2003. opasswd
  2004. opatch
  2005. opazl
  2006. openai
  2007. openai-gym
  2008. openapi
  2009. openapi-opium
  2010. openapi_router
  2011. openbsd
  2012. opencage
  2013. opencc0
  2014. opencc1
  2015. opencc1_1
  2016. openQASM
  2017. openstellina
  2018. opentelemetry
  2019. opentelemetry-client-cohttp-eio
  2020. opentelemetry-client-cohttp-lwt
  2021. opentelemetry-client-ocurl
  2022. opentelemetry-cohttp-lwt
  2023. opentelemetry-logs
  2024. opentelemetry-lwt
  2025. opine
  2026. opium
  2027. opium-graphql
  2028. opium-testing
  2029. opium_kernel >= "0.17.0"
  2030. oplot
  2031. oplsr
  2032. opomodoro
  2033. opsian
  2034. optal
  2035. opti
  2036. optimization1d >= "0.6.1"
  2037. optiml-transport
  2038. optint
  2039. opus
  2040. oraft
  2041. oranger >= "2.0.1"
  2042. orb
  2043. order-i3-xfce
  2044. ordering
  2045. ordinal
  2046. ordinal_abbreviation
  2047. ordma >= "0.0.5"
  2048. orec >= "1.0.1"
  2049. orewa
  2050. orf
  2051. orgeat
  2052. orpie
  2053. orrandomForest
  2054. orsvm_e1071 >= "4.0.0"
  2055. ortac-core
  2056. ortac-dune
  2057. ortac-qcheck-stm
  2058. ortac-runtime
  2059. ortac-runtime-qcheck-stm
  2060. ortac-wrapper
  2061. orthologic-coq
  2062. orxgboost >= "1.1.0"
  2063. osc >= "0.2.0"
  2064. osc-lwt
  2065. osc-unix
  2066. osdp >= "1.1.1"
  2067. oseq >= "0.2"
  2068. osh
  2069. oskel
  2070. osnap
  2071. ostap >= "0.6"
  2072. osx-secure-transport
  2073. otaglibc
  2074. otf
  2075. otoggl
  2076. otoml
  2077. otp
  2078. otr
  2079. ounit = "2.1.2"
  2080. ounit-lwt < "2.2.0"
  2081. ounit2
  2082. ounit2-lwt
  2083. override
  2084. owee
  2085. owi
  2086. owl >= "0.4.0"
  2087. owl-base >= "0.4.0"
  2088. owl-jupyter
  2089. owl-ode
  2090. owl-ode-base
  2091. owl-ode-odepack
  2092. owl-ode-sundials
  2093. owl-opt
  2094. owl-opt-lbfgs
  2095. owl-plplot
  2096. owl-symbolic
  2097. owl-top >= "0.4.0"
  2098. owl-zoo >= "0.4.0"
  2099. owork
  2100. ozulip
  2101. p4pp
  2102. p5scm
  2103. packstream
  2104. pacomb
  2105. paf
  2106. paf-cohttp
  2107. pageantty
  2108. pam
  2109. pancake
  2110. pandoc
  2111. pandoc-abbreviations
  2112. pandoc-comment
  2113. pandoc-crossref
  2114. pandoc-include
  2115. pandoc-inspect
  2116. pandoc-pdf2png
  2117. pandoc-replace
  2118. papi >= "0.1.1"
  2119. par_incr
  2120. parany >= "9.0.0"
  2121. pardi >= "2.0.2"
  2122. pari
  2123. pari-bindings
  2124. parmap >= "1.1.1"
  2125. parsexp >= "v0.12.0"
  2126. parsexp_io
  2127. parsite
  2128. parsley
  2129. passage
  2130. patch
  2131. patdiff >= "v0.12.1"
  2132. path_glob
  2133. patience_diff
  2134. patricia-tree
  2135. pattern
  2136. pb
  2137. pb-plugin
  2138. pbkdf
  2139. pbrt
  2140. pbrt_services
  2141. pbrt_yojson
  2142. pcap-format >= "0.5.2"
  2143. pcrc
  2144. pcre >= "7.3.5"
  2145. pcre2
  2146. pds-reachability >= "0.2.2"
  2147. pecu >= "0.2"
  2148. petr4
  2149. petrol
  2150. pf-qubes
  2151. pg_query
  2152. pgn_parser
  2153. pgocaml >= "4.0"
  2154. pgocaml_ppx
  2155. pgsolver >= "4.4"
  2156. pgx >= "1.0"
  2157. pgx_async >= "1.0"
  2158. pgx_lwt >= "1.0"
  2159. pgx_lwt_mirage
  2160. pgx_lwt_unix
  2161. pgx_unix >= "1.0"
  2162. pgx_value_core
  2163. pgx_value_ptime
  2164. phantom-algebra >= "1.0.1"
  2165. phonetic
  2166. phylogenetics
  2167. piaf
  2168. picasso
  2169. picos
  2170. picos_aux
  2171. picos_io
  2172. picos_io_cohttp
  2173. picos_lwt
  2174. picos_meta
  2175. picos_mux
  2176. picos_std
  2177. piece_rope
  2178. piqi >= "0.7.8"
  2179. piqilib >= "0.6.16"
  2180. pixel_pusher
  2181. pkcs11 >= "0.18.0"
  2182. pkcs11-cli
  2183. pkcs11-driver
  2184. pkcs11-rev
  2185. pla >= "1.3"
  2186. plateau
  2187. plato
  2188. plebeia
  2189. plist-xml
  2190. plist-xml-lwt
  2191. plotkicadsch
  2192. plotly
  2193. plplot >= "5.11.0-1"
  2194. polars
  2195. polars_async
  2196. polka
  2197. poll
  2198. polling_state_rpc
  2199. polly
  2200. polynomial
  2201. pomap
  2202. popper
  2203. portaudio >= "0.2.2"
  2204. portaudio_c_bindings
  2205. portmidi
  2206. posix-base
  2207. posix-bindings
  2208. posix-getopt >= "2.0.0"
  2209. posix-math2
  2210. posix-signal
  2211. posix-socket
  2212. posix-socket-unix
  2213. posix-time2
  2214. posix-types >= "2.0.0"
  2215. posix-uname
  2216. posixat
  2217. postgres_async
  2218. postgresql >= "4.4.1"
  2219. pp
  2220. pp-binary-ints
  2221. pp_loc
  2222. pplumbing
  2223. pplumbing-err
  2224. pplumbing-log
  2225. pplumbing-log-cli
  2226. pplumbing-pp-tty
  2227. pprint >= "20200226"
  2228. ppx-owl-opt
  2229. ppx_accessor
  2230. ppx_assert
  2231. ppx_bap
  2232. ppx_base
  2233. ppx_bench
  2234. ppx_bin_prot
  2235. ppx_bitstring
  2236. ppx_blob >= "0.6.0"
  2237. ppx_camlrack
  2238. ppx_catch
  2239. ppx_cold
  2240. ppx_compare
  2241. ppx_compose >= "0.1.0"
  2242. ppx_const >= "2.0"
  2243. ppx_conv_func
  2244. ppx_counters
  2245. ppx_css
  2246. ppx_cstruct
  2247. ppx_cstubs
  2248. ppx_csv_conv
  2249. ppx_custom_printf
  2250. ppx_decimal
  2251. ppx_default
  2252. ppx_defer >= "0.4.0"
  2253. ppx_demo
  2254. ppx_derive_at_runtime
  2255. ppx_derivers >= "1.2.1"
  2256. ppx_deriving >= "4.5-1"
  2257. ppx_deriving_cad
  2258. ppx_deriving_cmdliner >= "0.5.1"
  2259. ppx_deriving_decoders
  2260. ppx_deriving_encoding
  2261. ppx_deriving_ezjsonm
  2262. ppx_deriving_hardcaml
  2263. ppx_deriving_hash
  2264. ppx_deriving_json_schema
  2265. ppx_deriving_jsonschema
  2266. ppx_deriving_jsont
  2267. ppx_deriving_jsoo
  2268. ppx_deriving_madcast >= "0.2"
  2269. ppx_deriving_popper
  2270. ppx_deriving_protobuf
  2271. ppx_deriving_qcheck
  2272. ppx_deriving_rpc
  2273. ppx_deriving_scad
  2274. ppx_deriving_variant_string
  2275. ppx_deriving_yaml
  2276. ppx_deriving_yojson
  2277. ppx_diff
  2278. ppx_disable_unused_warnings
  2279. ppx_distr_guards >= "0.2"
  2280. ppx_dream_eml
  2281. ppx_embed_file
  2282. ppx_enumerate
  2283. ppx_expect
  2284. ppx_expect_nobase
  2285. ppx_factory
  2286. ppx_fail
  2287. ppx_fields_conv
  2288. ppx_fixed_literal
  2289. ppx_format
  2290. ppx_fun
  2291. ppx_gen_rec >= "1.1.0"
  2292. ppx_getenv >= "2.0"
  2293. ppx_globalize
  2294. ppx_hardcaml
  2295. ppx_hash
  2296. ppx_here
  2297. ppx_ignore_instrumentation
  2298. ppx_import
  2299. ppx_inline_alcotest
  2300. ppx_inline_test
  2301. ppx_inline_test_nobase
  2302. ppx_interact
  2303. ppx_irmin
  2304. ppx_jane
  2305. ppx_js_style
  2306. ppx_jsobject_conv
  2307. ppx_jsonaf_conv
  2308. ppx_let
  2309. ppx_log
  2310. ppx_lun
  2311. ppx_make
  2312. ppx_map
  2313. ppx_marshal
  2314. ppx_marshal_ext
  2315. ppx_matches
  2316. ppx_meta_conv
  2317. ppx_mica
  2318. ppx_minidebug
  2319. ppx_module_timer
  2320. ppx_monad
  2321. ppx_monoid >= "0.3.2"
  2322. ppx_mysql
  2323. ppx_mysql_identity
  2324. ppx_open
  2325. ppx_optcomp
  2326. ppx_optint
  2327. ppx_optional
  2328. ppx_parser
  2329. ppx_partial
  2330. ppx_pattern_bind
  2331. ppx_pbt
  2332. ppx_pipebang >= "v0.12.0"
  2333. ppx_protocol_conv
  2334. ppx_protocol_conv_json
  2335. ppx_protocol_conv_jsonm
  2336. ppx_protocol_conv_msgpack
  2337. ppx_protocol_conv_xml_light
  2338. ppx_protocol_conv_xmlm
  2339. ppx_protocol_conv_yaml
  2340. ppx_pyformat
  2341. ppx_python
  2342. ppx_quick_test
  2343. ppx_rapper
  2344. ppx_rapper_async
  2345. ppx_rapper_lwt
  2346. ppx_regexp >= "0.4.0"
  2347. ppx_repr
  2348. ppx_seq
  2349. ppx_sexp_conv
  2350. ppx_sexp_message
  2351. ppx_sexp_value
  2352. ppx_show
  2353. ppx_stable
  2354. ppx_stable_witness
  2355. ppx_string
  2356. ppx_string_conv
  2357. ppx_string_interpolation
  2358. ppx_subliner
  2359. ppx_system
  2360. ppx_test
  2361. ppx_there
  2362. ppx_tools >= "6.0+4.08.0"
  2363. ppx_tools_versioned
  2364. ppx_trace
  2365. ppx_ts
  2366. ppx_tydi
  2367. ppx_type_directed_value
  2368. ppx_typed_fields
  2369. ppx_typerep_conv
  2370. ppx_tyre
  2371. ppx_units
  2372. ppx_unreachable
  2373. ppx_update
  2374. ppx_variants_conv
  2375. ppx_viewpattern
  2376. ppx_wideopen
  2377. ppx_xml_conv
  2378. ppx_yojson
  2379. ppx_yojson_conv
  2380. ppx_yojson_conv_lib
  2381. ppxfind >= "1.3"
  2382. ppxlib
  2383. ppxlib-tools
  2384. ppxlib_jane
  2385. ppxx
  2386. pratter
  2387. prbnmcn-basic-structures
  2388. prbnmcn-cgrph
  2389. prbnmcn-clustering
  2390. prbnmcn-dagger
  2391. prbnmcn-dagger-gsl
  2392. prbnmcn-dagger-stats
  2393. prbnmcn-dagger-test
  2394. prbnmcn-gnuplot
  2395. prbnmcn-linalg
  2396. prbnmcn-mcts
  2397. prbnmcn-proptest
  2398. prbnmcn-stats
  2399. prbnmcn-ucb1
  2400. prc
  2401. preface
  2402. prelude
  2403. pretty_expressive
  2404. prettym
  2405. primavera
  2406. print-table
  2407. printbox >= "0.3"
  2408. printbox-ext-plot
  2409. printbox-html
  2410. printbox-md
  2411. printbox-text >= "0.6.1"
  2412. proc-smaps
  2413. process_limits
  2414. processor
  2415. producer
  2416. prof_spacetime
  2417. profiling
  2418. profunctor
  2419. progress
  2420. prolect
  2421. prom
  2422. prometheus >= "0.6"
  2423. prometheus-app >= "0.6"
  2424. prometheus-liquidsoap >= "2"
  2425. promise
  2426. promise_jsoo
  2427. promise_jsoo_lwt
  2428. protocell
  2429. protocol-9p >= "1.0.0"
  2430. protocol-9p-tool >= "1.0.0"
  2431. protocol-9p-unix >= "1.0.0"
  2432. protocol_version_header
  2433. proton
  2434. provider
  2435. prr
  2436. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2437. psq >= "0.1.1"
  2438. ptmap >= "2.0.5"
  2439. ptset
  2440. public-suffix
  2441. pulseaudio >= "0.1.4"
  2442. pure-html
  2443. pure-splitmix >= "0.3"
  2444. purl
  2445. pvec
  2446. py >= "1.1"
  2447. pyast
  2448. pyml >= "20210924"
  2449. pyml_bindgen >= "0.3.0"
  2450. pyre-ast
  2451. pythonlib
  2452. qbf >= "0.3"
  2453. qcaml
  2454. qcheck >= "0.13"
  2455. qcheck-alcotest
  2456. qcheck-core
  2457. qcheck-lin
  2458. qcheck-multicoretests-util
  2459. qcheck-ounit
  2460. qcheck-stm
  2461. qcow >= "0.12.1"
  2462. qcow-stream
  2463. qcow-tool >= "0.12.1"
  2464. qcow-types
  2465. qinap
  2466. qiskit
  2467. qmp >= "0.19.0"
  2468. qrencode
  2469. qtest >= "2.10.1"
  2470. queenshead
  2471. query-json
  2472. quests
  2473. quick_print
  2474. quickjs
  2475. quill
  2476. radamsa
  2477. radare2 >= "0.0.3"
  2478. raga
  2479. randii
  2480. random
  2481. randomconv
  2482. randoml
  2483. range >= "0.8"
  2484. rangeSet
  2485. rankers
  2486. raven
  2487. rawlink
  2488. rawlink-eio
  2489. rawlink-lwt
  2490. raygui
  2491. raylib
  2492. rdbg >= "1.196.12"
  2493. rdf >= "0.13.0"
  2494. rdf_impls
  2495. rdf_json_ld
  2496. rdf_lwt
  2497. rdf_mysql
  2498. rdf_postgresql
  2499. rdf_ppx
  2500. re >= "1.9.0"
  2501. re2 >= "v0.12.1"
  2502. re2_stable
  2503. re_parser
  2504. rea
  2505. reactiveData >= "0.2.4"
  2506. reactjs-jsx-ppx
  2507. readline
  2508. reanalyze
  2509. reason
  2510. reason-react
  2511. reason-react-ppx
  2512. reason-standard
  2513. received
  2514. record_builder
  2515. records >= "1.0.0"
  2516. red-black-tree
  2517. reddit_api_async
  2518. reddit_api_kernel
  2519. redirect
  2520. redis >= "0.4"
  2521. redis-async
  2522. redis-lwt >= "0.4"
  2523. redis-sync >= "0.4"
  2524. reed-solomon-erasure >= "1.0.2"
  2525. reedsolomon
  2526. refl
  2527. regenerate
  2528. regex_parser_intf
  2529. regl
  2530. regrade
  2531. relude
  2532. remu_ts
  2533. reparse
  2534. reparse-lwt
  2535. reparse-lwt-unix
  2536. reparse-unix
  2537. repr
  2538. repr-bench
  2539. repr-fuzz
  2540. res >= "5.0.1"
  2541. res_tailwindcss
  2542. rescript-syntax
  2543. reshowcase
  2544. resource-pooling >= "1.1"
  2545. resource_cache
  2546. resp
  2547. resp-client
  2548. resp-mirage
  2549. resp-server >= "0.9"
  2550. resp-unix
  2551. resto
  2552. resto-acl
  2553. resto-cohttp
  2554. resto-cohttp-client
  2555. resto-cohttp-self-serving-client
  2556. resto-cohttp-server
  2557. resto-directory
  2558. resto-json
  2559. result
  2560. rfc1951 >= "0.8.1" & != "1.0.0"
  2561. rfc6287 >= "1.0.4"
  2562. rfc7748
  2563. rfsm >= "1.6-alpha-3"
  2564. rhythm
  2565. rich-string
  2566. ringo
  2567. ringo-lwt
  2568. rio
  2569. riot
  2570. river
  2571. rizzo
  2572. rock
  2573. rocq-core
  2574. rocq-devtools
  2575. rocq-runtime
  2576. rocqide
  2577. roman
  2578. root1d >= "0.5.1"
  2579. rope >= "0.6.2"
  2580. rosa
  2581. rosetta >= "0.2.0"
  2582. routes
  2583. rpc
  2584. rpc_parallel
  2585. rpclib
  2586. rpclib-async
  2587. rpclib-html
  2588. rpclib-js
  2589. rpclib-lwt
  2590. rpmfile
  2591. rpmfile-cli
  2592. rpmfile-eio
  2593. rpmfile-unix
  2594. rsdd
  2595. rss
  2596. rtop
  2597. rtree
  2598. rune
  2599. rungen
  2600. runtime_events_tools
  2601. runtime_events_tools_bare
  2602. rusage
  2603. rust-staticlib-gen
  2604. rust-staticlib-virtual
  2605. SourceCode_ASCII
  2606. SZXX
  2607. safemoney
  2608. safepass >= "3.1"
  2609. saga
  2610. sail >= "0.15"
  2611. sail_c_backend
  2612. sail_coq_backend
  2613. sail_doc_backend
  2614. sail_latex_backend
  2615. sail_lean_backend
  2616. sail_lem_backend
  2617. sail_maker
  2618. sail_manifest
  2619. sail_ocaml_backend
  2620. sail_output
  2621. sail_smt_backend
  2622. sail_sv_backend
  2623. salsa20 >= "1.0.0"
  2624. salsa20-core >= "1.0.0"
  2625. salto-analyzer
  2626. saltoIL
  2627. samplerate >= "0.1.6"
  2628. sanddb >= "0.2"
  2629. sarek
  2630. sarif
  2631. satex
  2632. saturn
  2633. saturn_lockfree
  2634. satyrographos
  2635. savvy
  2636. scad_ml
  2637. scfg
  2638. scgi
  2639. scipy
  2640. scope
  2641. scrypt-kdf
  2642. sd_logic
  2643. sdl-liquidsoap >= "3"
  2644. search
  2645. searchTree
  2646. secp256k1 >= "0.4.1"
  2647. secp256k1-internal
  2648. sedlex >= "2.0"
  2649. sek
  2650. sel
  2651. semantic_version
  2652. semaphore-compat
  2653. semv
  2654. semver >= "0.2.1"
  2655. semver2
  2656. sendmail
  2657. sendmail-lwt
  2658. sendmail-miou-unix
  2659. sendmail-mirage
  2660. sentry
  2661. seq < "base"
  2662. seqes
  2663. sequencer_table
  2664. serde
  2665. serde_debug
  2666. serde_derive
  2667. serde_json
  2668. serde_sexpr
  2669. serde_xml
  2670. serial
  2671. serialport
  2672. server-reason-react
  2673. session >= "0.4.1"
  2674. session-cohttp >= "0.4.1"
  2675. session-cohttp-async >= "0.4.1"
  2676. session-cohttp-lwt >= "0.4.1"
  2677. session-cookie
  2678. session-cookie-async
  2679. session-cookie-lwt
  2680. session-postgresql >= "0.4.1"
  2681. session-postgresql-async
  2682. session-postgresql-lwt
  2683. session-redis-lwt >= "0.4.1"
  2684. session-webmachine >= "0.4.1"
  2685. setcore >= "1.0.2"
  2686. sexp
  2687. sexp_decode
  2688. sexp_diff
  2689. sexp_diff_kernel
  2690. sexp_grammar
  2691. sexp_macro
  2692. sexp_pretty
  2693. sexp_select
  2694. sexp_string_quickcheck
  2695. sexplib >= "v0.12.0"
  2696. sexplib0 >= "v0.12.0"
  2697. sexps-rewriter
  2698. sgf >= "1.0.1"
  2699. sha >= "1.13"
  2700. shades
  2701. shapefile
  2702. shared-block-ring
  2703. shared-memory-ring
  2704. shared-memory-ring-lwt
  2705. shared-secret >= "0.4"
  2706. shell
  2707. shellwords
  2708. sherlodoc
  2709. shexp
  2710. shine >= "0.2.2"
  2711. shuttle
  2712. shuttle_http
  2713. shuttle_ssl
  2714. shuttle_websocket
  2715. sifun
  2716. signal
  2717. sihl
  2718. sihl-cache
  2719. sihl-contract
  2720. sihl-core
  2721. sihl-email
  2722. sihl-facade
  2723. sihl-persistence
  2724. sihl-queue
  2725. sihl-session
  2726. sihl-storage
  2727. sihl-token
  2728. sihl-type
  2729. sihl-user
  2730. sihl-web
  2731. simlog
  2732. simple63
  2733. sitemap
  2734. sklearn
  2735. slack
  2736. slacko
  2737. slice
  2738. slipshow
  2739. slug
  2740. smart-print >= "0.3.0"
  2741. smaws-clients
  2742. smaws-lib
  2743. smbc
  2744. smol
  2745. smol-helpers
  2746. smtlib-utils
  2747. smtml
  2748. snappy >= "0.1.2"
  2749. snf_mcp
  2750. snoke
  2751. so
  2752. sodium-fmt
  2753. solid
  2754. solid_server
  2755. solid_tools
  2756. solidity-alcotest
  2757. solidity-common
  2758. solidity-parser
  2759. solidity-test
  2760. solidity-typechecker
  2761. solo5-elftool
  2762. sortedseq_intersect
  2763. soundtouch >= "0.1.9"
  2764. soupault
  2765. sowilo
  2766. spacetime_lib
  2767. spatial-shell
  2768. spawn < "v0.9.0" | >= "v0.13.0"
  2769. spdx_licenses
  2770. spectrum
  2771. speed
  2772. speex
  2773. spelll >= "0.4"
  2774. spices
  2775. spin
  2776. splay_tree
  2777. splittable_random
  2778. spoc
  2779. spoc_ppx
  2780. spoke
  2781. spotify-web-api
  2782. spotify_ml
  2783. spotlib >= "4.1.0"
  2784. spurs
  2785. sqids
  2786. sqlgg >= "20200521"
  2787. sqlite3 >= "4.4.1"
  2788. sqlite3_utils
  2789. srt
  2790. ssh-agent >= "0.2.0"
  2791. ssl >= "0.5.6"
  2792. starpath
  2793. starred_ml
  2794. statocaml
  2795. statocaml_changelog
  2796. statocaml_community
  2797. statocaml_db
  2798. statocaml_github
  2799. statocaml_go
  2800. statocaml_gui
  2801. statocaml_html
  2802. statocaml_plots
  2803. statocaml_profile
  2804. stdcompat >= "19"
  2805. stdint >= "0.6.0"
  2806. stdint-literals
  2807. stdio
  2808. stdlib-diff
  2809. stdlib-random
  2810. stdlib-shims
  2811. stdune
  2812. stitch
  2813. stk
  2814. stk_iconv
  2815. stk_ocf
  2816. stk_ppx
  2817. stk_rdf
  2818. stk_xml
  2819. stog >= "0.20.0"
  2820. stog_all
  2821. stog_asy
  2822. stog_dot
  2823. stog_extern
  2824. stog_markdown
  2825. stog_multi_doc
  2826. stog_nocaml
  2827. stog_noexec
  2828. stog_plugins
  2829. stog_rdf
  2830. stog_rel_href
  2831. stog_server
  2832. stog_server_multi
  2833. stog_sitemap
  2834. stog_writing
  2835. stone >= "0.5.2"
  2836. store
  2837. stored_reversed
  2838. stramon-lib
  2839. streamable
  2840. streaming
  2841. string_dict
  2842. stringCodepointSplitter
  2843. stringext >= "1.6.0"
  2844. stringx
  2845. sturgeon >= "0.4.2"
  2846. styled-ppx
  2847. subprocess
  2848. subscriptions-transport-ws
  2849. subtype-refinement >= "0.2"
  2850. sun
  2851. svmwrap
  2852. swagger >= "0.2.0"
  2853. swapfs
  2854. swhid
  2855. swhid_compute
  2856. swhid_core
  2857. swhid_types
  2858. swipl
  2859. syguslib-utils
  2860. synchronizer
  2861. syncweb
  2862. syndic >= "1.6.0"
  2863. synopsis
  2864. sys-socket
  2865. sys-socket-unix
  2866. syslog >= "2.0.1"
  2867. syslog-message >= "1.0.0"
  2868. syslog-rfc5424
  2869. systemverilog >= "0.0.2"
  2870. TCSLib >= "0.5"
  2871. tablecloth-base
  2872. tablecloth-melange
  2873. tablecloth-native < "transition"
  2874. tabr
  2875. tacit
  2876. taglib >= "0.3.7"
  2877. talaria-bibtex
  2878. talon
  2879. tar
  2880. tar-eio
  2881. tar-mirage
  2882. tar-unix
  2883. tcalc
  2884. tcpip
  2885. tcs-lib
  2886. tdigest
  2887. telemetry
  2888. telltime
  2889. tensorboard
  2890. term-indexing
  2891. term-tools
  2892. terminal
  2893. terminal_size >= "0.1.4"
  2894. terminus
  2895. terminus-cohttp
  2896. terminus-hlc
  2897. terml
  2898. testo
  2899. testo-diff
  2900. testo-lwt
  2901. testo-util
  2902. testu01
  2903. textmate-language
  2904. textrazor
  2905. textutils
  2906. textutils_kernel
  2907. textwrap >= "0.2.1"
  2908. tezos-baking-015-PtLimaPt
  2909. tezos-baking-015-PtLimaPt-commands
  2910. tezos-baking-016-PtMumbai
  2911. tezos-baking-016-PtMumbai-commands
  2912. tezos-baking-017-PtNairob
  2913. tezos-baking-017-PtNairob-commands
  2914. tezos-baking-alpha
  2915. tezos-baking-alpha-commands
  2916. tezos-base
  2917. tezos-base-test-helpers
  2918. tezos-base58
  2919. tezos-benchmark >= "19.0"
  2920. tezos-bls12-381-polynomial
  2921. tezos-clic
  2922. tezos-client-000-Ps9mPmXa
  2923. tezos-client-001-PtCJ7pwo
  2924. tezos-client-002-PsYLVpVv
  2925. tezos-client-003-PsddFKi3
  2926. tezos-client-004-Pt24m4xi
  2927. tezos-client-005-PsBabyM1
  2928. tezos-client-006-PsCARTHA
  2929. tezos-client-007-PsDELPH1
  2930. tezos-client-008-PtEdo2Zk
  2931. tezos-client-009-PsFLoren
  2932. tezos-client-010-PtGRANAD
  2933. tezos-client-011-PtHangz2
  2934. tezos-client-012-Psithaca
  2935. tezos-client-013-PtJakart
  2936. tezos-client-014-PtKathma
  2937. tezos-client-015-PtLimaPt
  2938. tezos-client-016-PtMumbai
  2939. tezos-client-017-PtNairob
  2940. tezos-client-alpha
  2941. tezos-client-base
  2942. tezos-client-base-unix
  2943. tezos-client-commands
  2944. tezos-client-demo-counter < "18.0" | >= "19.0"
  2945. tezos-client-genesis < "18.0" | >= "19.0"
  2946. tezos-context
  2947. tezos-context-hash
  2948. tezos-context-hash-irmin
  2949. tezos-context-ops
  2950. tezos-crypto
  2951. tezos-crypto-dal
  2952. tezos-dac-client-lib >= "19.0"
  2953. tezos-dac-lib >= "19.0"
  2954. tezos-dac-node-lib >= "19.0"
  2955. tezos-dal-node-lib < "18.0" | >= "19.0"
  2956. tezos-dal-node-services < "18.0" | >= "19.0"
  2957. tezos-embedded-protocol-000-Ps9mPmXa
  2958. tezos-embedded-protocol-001-PtCJ7pwo
  2959. tezos-embedded-protocol-002-PsYLVpVv
  2960. tezos-embedded-protocol-003-PsddFKi3
  2961. tezos-embedded-protocol-004-Pt24m4xi
  2962. tezos-embedded-protocol-005-PsBABY5H
  2963. tezos-embedded-protocol-005-PsBabyM1
  2964. tezos-embedded-protocol-006-PsCARTHA
  2965. tezos-embedded-protocol-007-PsDELPH1
  2966. tezos-embedded-protocol-008-PtEdo2Zk
  2967. tezos-embedded-protocol-008-PtEdoTez
  2968. tezos-embedded-protocol-009-PsFLoren
  2969. tezos-embedded-protocol-010-PtGRANAD
  2970. tezos-embedded-protocol-011-PtHangz2
  2971. tezos-embedded-protocol-012-Psithaca
  2972. tezos-embedded-protocol-013-PtJakart
  2973. tezos-embedded-protocol-014-PtKathma
  2974. tezos-embedded-protocol-015-PtLimaPt
  2975. tezos-embedded-protocol-016-PtMumbai
  2976. tezos-embedded-protocol-017-PtNairob
  2977. tezos-embedded-protocol-alpha
  2978. tezos-embedded-protocol-demo-counter
  2979. tezos-embedded-protocol-demo-noops
  2980. tezos-embedded-protocol-genesis
  2981. tezos-error-monad
  2982. tezos-event-logging
  2983. tezos-event-logging-test-helpers
  2984. tezos-hacl-glue
  2985. tezos-hacl-glue-unix
  2986. tezos-injector-015-PtLimaPt
  2987. tezos-injector-016-PtMumbai
  2988. tezos-layer2-store
  2989. tezos-layer2-utils-016-PtMumbai
  2990. tezos-layer2-utils-017-PtNairob
  2991. tezos-lazy-containers
  2992. tezos-lwt-result-stdlib < "16.0"
  2993. tezos-micheline
  2994. tezos-mockup
  2995. tezos-mockup-commands
  2996. tezos-mockup-proxy
  2997. tezos-mockup-registration
  2998. tezos-openapi
  2999. tezos-p2p
  3000. tezos-p2p-services
  3001. tezos-plompiler
  3002. tezos-plonk
  3003. tezos-protocol-000-Ps9mPmXa < "18.0" | >= "19.0"
  3004. tezos-protocol-001-PtCJ7pwo < "18.0" | >= "19.0"
  3005. tezos-protocol-002-PsYLVpVv < "18.0" | >= "19.0"
  3006. tezos-protocol-003-PsddFKi3 < "18.0" | >= "19.0"
  3007. tezos-protocol-004-Pt24m4xi < "18.0" | >= "19.0"
  3008. tezos-protocol-005-PsBABY5H < "18.0" | >= "19.0"
  3009. tezos-protocol-005-PsBabyM1 < "18.0" | >= "19.0"
  3010. tezos-protocol-006-PsCARTHA < "18.0" | >= "19.0"
  3011. tezos-protocol-007-PsDELPH1 < "18.0" | >= "19.0"
  3012. tezos-protocol-008-PtEdo2Zk < "18.0" | >= "19.0"
  3013. tezos-protocol-008-PtEdoTez < "18.0" | >= "19.0"
  3014. tezos-protocol-009-PsFLoren < "18.0" | >= "19.0"
  3015. tezos-protocol-010-PtGRANAD < "18.0" | >= "19.0"
  3016. tezos-protocol-011-PtHangz2 < "18.0" | >= "19.0"
  3017. tezos-protocol-012-Psithaca < "18.0" | >= "19.0"
  3018. tezos-protocol-013-PtJakart < "18.0" | >= "19.0"
  3019. tezos-protocol-014-PtKathma < "18.0" | >= "19.0"
  3020. tezos-protocol-015-PtLimaPt < "18.0" | >= "19.0"
  3021. tezos-protocol-016-PtMumbai < "18.0" | >= "19.0"
  3022. tezos-protocol-017-PtNairob < "18.0" | >= "19.0"
  3023. tezos-protocol-018-Proxford >= "19.0"
  3024. tezos-protocol-019-PtParisB
  3025. tezos-protocol-020-PsParisC
  3026. tezos-protocol-alpha < "18.0" | >= "19.0"
  3027. tezos-protocol-demo-counter < "18.0" | >= "19.0"
  3028. tezos-protocol-demo-noops < "18.0" | >= "19.0"
  3029. tezos-protocol-environment
  3030. tezos-protocol-environment-packer
  3031. tezos-protocol-environment-sigs
  3032. tezos-protocol-environment-structs
  3033. tezos-protocol-genesis < "18.0" | >= "19.0"
  3034. tezos-protocol-plugin-007-PsDELPH1
  3035. tezos-protocol-plugin-007-PsDELPH1-registerer
  3036. tezos-protocol-plugin-008-PtEdo2Zk
  3037. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  3038. tezos-protocol-plugin-009-PsFLoren
  3039. tezos-protocol-plugin-009-PsFLoren-registerer
  3040. tezos-protocol-plugin-010-PtGRANAD
  3041. tezos-protocol-plugin-010-PtGRANAD-registerer
  3042. tezos-protocol-plugin-011-PtHangz2
  3043. tezos-protocol-plugin-011-PtHangz2-registerer
  3044. tezos-protocol-plugin-012-Psithaca
  3045. tezos-protocol-plugin-012-Psithaca-registerer
  3046. tezos-protocol-plugin-013-PtJakart
  3047. tezos-protocol-plugin-013-PtJakart-registerer
  3048. tezos-protocol-plugin-014-PtKathma
  3049. tezos-protocol-plugin-014-PtKathma-registerer
  3050. tezos-protocol-plugin-015-PtLimaPt
  3051. tezos-protocol-plugin-015-PtLimaPt-registerer
  3052. tezos-protocol-plugin-016-PtMumbai
  3053. tezos-protocol-plugin-016-PtMumbai-registerer
  3054. tezos-protocol-plugin-017-PtNairob
  3055. tezos-protocol-plugin-017-PtNairob-registerer
  3056. tezos-protocol-plugin-alpha
  3057. tezos-protocol-plugin-alpha-registerer
  3058. tezos-protocol-updater
  3059. tezos-proxy
  3060. tezos-proxy-server-config < "18.0" | >= "19.0"
  3061. tezos-requester
  3062. tezos-rpc
  3063. tezos-rpc-http
  3064. tezos-rpc-http-client
  3065. tezos-rpc-http-client-unix
  3066. tezos-rpc-http-server
  3067. tezos-sapling
  3068. tezos-scoru-wasm
  3069. tezos-scoru-wasm-fast
  3070. tezos-scoru-wasm-helpers
  3071. tezos-shell
  3072. tezos-shell-context
  3073. tezos-shell-services
  3074. tezos-shell-services-test-helpers
  3075. tezos-signer-backends
  3076. tezos-signer-services
  3077. tezos-smart-rollup-016-PtMumbai
  3078. tezos-smart-rollup-017-PtNairob
  3079. tezos-smart-rollup-alpha
  3080. tezos-smart-rollup-layer2-016-PtMumbai
  3081. tezos-smart-rollup-layer2-017-PtNairob
  3082. tezos-stdlib-unix
  3083. tezos-store
  3084. tezos-test-helpers < "16.0"
  3085. tezos-test-helpers-extra
  3086. tezos-test-services
  3087. tezos-tree-encoding
  3088. tezos-tx-rollup-015-PtLimaPt
  3089. tezos-validation
  3090. tezos-version
  3091. tezos-webassembly-interpreter
  3092. tezos-webassembly-interpreter-extra
  3093. tezos-workers
  3094. tezt < "3.1.0" | >= "4.3.0"
  3095. tezt-bam
  3096. tezt-tezos != "18.1"
  3097. theora
  3098. thread-local-storage
  3099. thread-table
  3100. thrift
  3101. tidy >= "5-0.2"
  3102. tidy_email
  3103. tidy_email_mailgun
  3104. tidy_email_sendgrid
  3105. tidy_email_smtp
  3106. tilde_f
  3107. time_now
  3108. timed >= "1.1"
  3109. timedesc
  3110. timedesc-json
  3111. timedesc-sexp
  3112. timedesc-tzdb
  3113. timedesc-tzlocal
  3114. timedesc-tzlocal-js
  3115. timere
  3116. timere-parse
  3117. timezone
  3118. timmy
  3119. timmy-jsoo
  3120. timmy-lwt
  3121. timmy-unix
  3122. tiny_httpd
  3123. tiny_httpd_camlzip
  3124. tinyfiledialogs
  3125. tip-parser >= "0.4"
  3126. tldr
  3127. tls >= "0.12.8"
  3128. tls-async
  3129. tls-eio
  3130. tls-liquidsoap
  3131. tls-lwt
  3132. tls-miou-unix
  3133. tls-mirage
  3134. toc
  3135. tofn
  3136. togglelog
  3137. toml
  3138. toml-cconv
  3139. toml_cconv
  3140. toplevel_backend
  3141. toplevel_expect_test
  3142. topojson
  3143. topojsone
  3144. topological_sort
  3145. torch
  3146. tqdm
  3147. trace
  3148. trace-fuchsia
  3149. trace-tef
  3150. tracing
  3151. tracy-client
  3152. trail
  3153. traits
  3154. trampoline
  3155. transept
  3156. traverse
  3157. travesty != "0.6.1"
  3158. trax >= "0.4.0"
  3159. tree_layout >= "0.2"
  3160. treeprint >= "2.3.0"
  3161. trexio
  3162. trie
  3163. trs
  3164. tsdl-image >= "0.3.0"
  3165. tsdl-mixer
  3166. tsdl-ttf >= "0.3"
  3167. tsort
  3168. tty
  3169. tube >= "4.4.0"
  3170. tuntap
  3171. twirp_cohttp_lwt_unix
  3172. twirp_core
  3173. twirp_ezcurl
  3174. twirp_tiny_httpd
  3175. twostep
  3176. tyabt
  3177. type_eq
  3178. type_id
  3179. typed_list
  3180. typeid
  3181. typerep >= "v0.12.0"
  3182. typeset
  3183. tyre >= "0.5"
  3184. tyxml >= "4.3.0"
  3185. tyxml-jsx
  3186. tyxml-lwd
  3187. tyxml-ppx >= "4.3.0"
  3188. tyxml-syntax
  3189. ubase
  3190. ubpf >= "0.2"
  3191. uecc >= "0.3"
  3192. uint >= "2.0.1"
  3193. ulid
  3194. um-abt
  3195. unidecode
  3196. unionFind
  3197. unisim_archisec
  3198. unison >= "2.51.4" & < "2.53.4"
  3199. universal-portal
  3200. universo
  3201. unix-errno >= "0.6.0"
  3202. unstrctrd
  3203. uopt
  3204. uri >= "2.2.1"
  3205. uri-bench
  3206. uri-re
  3207. uri-sexp
  3208. uring
  3209. uring-trace
  3210. uritemplate
  3211. urn
  3212. user-agent-parser
  3213. username_kernel
  3214. uspf
  3215. uspf-lwt
  3216. uspf-mirage
  3217. uspf-unix
  3218. utop
  3219. uuuu >= "0.1.1"
  3220. validate
  3221. validator
  3222. variantslib >= "v0.12.0"
  3223. varray
  3224. vcaml
  3225. vcardgen >= "1.2"
  3226. vchan
  3227. vchan-unix
  3228. vchan-xen
  3229. vdom
  3230. vec
  3231. vector
  3232. vector3 >= "1.0.0"
  3233. vendredi
  3234. vercel
  3235. versioned_polling_state_rpc
  3236. vhd-format >= "0.12.0"
  3237. vhd-format-lwt
  3238. vif
  3239. virtual_dom
  3240. virtual_dom_toplayer
  3241. visitors >= "20200207"
  3242. vlq >= "0.2.1"
  3243. vlt
  3244. vmnet
  3245. vocal
  3246. volgo
  3247. volgo-base
  3248. volgo-git-backend
  3249. volgo-git-eio
  3250. volgo-git-unix
  3251. volgo-hg-backend
  3252. volgo-hg-eio
  3253. volgo-hg-unix
  3254. volgo-vcs
  3255. voqc
  3256. vorbis
  3257. vpt >= "5.0.0"
  3258. vscoq-language-server < "2.3.3"
  3259. vsrocq-language-server
  3260. vue-jsoo
  3261. vue-ppx
  3262. wall >= "0.4"
  3263. wasm >= "2.0.2"
  3264. wasm_of_ocaml-compiler
  3265. wasmer
  3266. wasmtime
  3267. wayland
  3268. waylaunch
  3269. wcwidth
  3270. webauthn
  3271. weberizer >= "0.8"
  3272. webmachine >= "0.6.2"
  3273. websocket >= "2.12"
  3274. websocket-async >= "2.12"
  3275. websocket-lwt
  3276. websocket-lwt-unix
  3277. websocketaf
  3278. webtest
  3279. webtest-js
  3280. why3find
  3281. wikitext
  3282. win-error >= "1.0"
  3283. win-eventlog >= "0.3"
  3284. winsvc
  3285. ws
  3286. ws-server
  3287. wseg
  3288. wtf8 >= "1.0.2"
  3289. wtr
  3290. wtr-ppx
  3291. wu-manber-fuzzy-search
  3292. x509
  3293. x86_64-esperanto >= "0.0.6"
  3294. xapi-backtrace
  3295. xapi-inventory
  3296. xapi-rrd
  3297. xapi-stdext-date
  3298. xapi-stdext-encodings
  3299. xapi-stdext-pervasives
  3300. xapi-stdext-std
  3301. xapi-stdext-threads
  3302. xapi-stdext-unix
  3303. xapi-stdext-zerocheck
  3304. xcursor
  3305. xdg
  3306. xdg-basedir
  3307. xdge
  3308. xedbindings
  3309. xen-evtchn
  3310. xen-evtchn-unix
  3311. xen-gnt
  3312. xen-gnt-unix
  3313. xenstore
  3314. xenstore-tool
  3315. xenstore_transport >= "1.1.0"
  3316. xkbcommon
  3317. xlsx2csv
  3318. xmelly
  3319. xml-light >= "2.5"
  3320. xmldiff >= "0.7.0"
  3321. xmldiff_js
  3322. xmlplaylist >= "0.1.5"
  3323. xoshiro
  3324. xtmpl >= "0.19.0"
  3325. xtmpl_js
  3326. xtmpl_ppx
  3327. yaml >= "1.0.0"
  3328. yaml-sexp
  3329. yara >= "0.2"
  3330. yocaml
  3331. yocaml_cmark
  3332. yocaml_cmarkit
  3333. yocaml_eio
  3334. yocaml_git
  3335. yocaml_jingoo
  3336. yocaml_liquid
  3337. yocaml_markdown
  3338. yocaml_mustache
  3339. yocaml_omd
  3340. yocaml_otoml
  3341. yocaml_runtime
  3342. yocaml_syndication
  3343. yocaml_unix
  3344. yocaml_yaml
  3345. yojson >= "1.5.0"
  3346. yojson-bench
  3347. yojson-five
  3348. yosqlite
  3349. yurt >= "0.6"
  3350. yuscii >= "0.2.1"
  3351. yuujinchou
  3352. zanuda
  3353. zar
  3354. zarith-ppx
  3355. zarith_stubs_js
  3356. zarr
  3357. zarr-eio
  3358. zarr-lwt
  3359. zarr-sync
  3360. zdd
  3361. zed >= "2.0.6"
  3362. zeit
  3363. zelus
  3364. zelus-gtk
  3365. zipperposition
  3366. zipperposition-tools
  3367. zlib
  3368. zlist >= "0.4.0"
  3369. zmq >= "5.1.0"
  3370. zmq-async >= "5.1.0"
  3371. zmq-eio
  3372. zmq-lwt >= "5.1.0"
  3373. zstandard >= "v0.12.1"
  3374. zstd >= "0.3"
  3375. 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"