package dune

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

Install

Dune 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: 25 Jan 2025

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