package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.14.2.tbz
sha256=e80867cb362b2749d9d9e0cbab2982f98af1daf4459b81164ca0aac6b4e6ace1
sha512=c60b35de3fe000650eb8d49a44fd9aeb25c6006be15e2c88407882e0f272747abdffc6449f6cfd68b86e233dcbb7ff685fd198635947a991cf0197dd69f489be

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: 13 Mar 2024

README

README.md

A Composable Build System for OCaml

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08"

Dev Dependencies

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