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