package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.11.1.tbz
sha256=866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71
sha512=c888153b204a16bcfed2636de776bbd5f9ca84484e716cc1e9ef3ba3c904e9dd15a2609ae943cddb6097912623ec54618c58386d6730ff742d746850400fb3cc

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 supports multi-package development by simply dropping multiple repositories into the same directory.

It 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: 12 Oct 2023

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

None

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