package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.17.1.tbz
sha256=6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6
sha512=fed5b091c307a2817e415456bd66a6bc98d7daaedd08a388b8544a6371346f9227765bcceb6b480a2192e0ec198cd6a818ba50af56819fd70992b14a4d0baccf

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: 19 Dec 2024

README

README.md

A Composable Build System for OCaml

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

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"

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