package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.12.1.tbz
sha256=b9fd6560879f9d340ae8a87c967b0d2bcd3c4120cffcd9fb661f325078f74f6f
sha512=1a4159d18a7aee0ca9f53f176955a41f5a6d83b16885e7f6ac47326453572df74a87f21f4ceddb8d2e94e00f61d2ba5ca6dba299679968f1d151d2811dcd2014

Description

Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

Dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

Dune is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

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