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