package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.9.1.tbz
sha256=f0c3ce49f36c733b8aee72611f107cf06de6bc423be7262aab1bb3f03c05a878
sha512=105ea325a3a9d0c51e64d440d7f13f2231c5d0a56ea0bc334b3a39db4644499153823456f5d7b20f8bec724b3ceaace7c1718c3b941c300135769d01bb663979

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

Conflicts (7)

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

Innovation. Community. Security.