package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

Description

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

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

dune supports multi-package development by simply dropping multiple repositories into the same directory.

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

Published: 12 Oct 2023

README

README.md

A Composable Build System for OCaml

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

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

Dependencies (5)

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

Dev Dependencies

None

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