package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.17.2.tbz
sha256=9deafeed0ecfe9e65e642cd8e6197f0864f73fcd7b94b5b199ae4d2e07a2ea64
sha512=1e85bb297a12c9571b8645541d85a719deffb619d5e4f48dbf4566ac14e9f385d8a05342698a6f9c81ba17325b1da4ad004a5772d66cd88ed135c43d43e88f9e

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: 23 Jun 2025

README

Dune

A Composable Build System for OCaml

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

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.4"

Dev Dependencies (15)

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

Conflicts (7)

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