package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.16.0.tbz
sha256=5481dde7918ca3121e02c34d74339f734b32d5883efb8c1b8056471e74f9bda6
sha512=529f937c61bc9ea7b135c2425f2d730478b48e6ab6b6455c354138d27b76bd43afce40d4784a6f183d6308d3cf0f5d5cea5bea070f83442949762ed818fb44bc

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