package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.12.1.tbz
sha256=b9fd6560879f9d340ae8a87c967b0d2bcd3c4120cffcd9fb661f325078f74f6f
sha512=1a4159d18a7aee0ca9f53f176955a41f5a6d83b16885e7f6ac47326453572df74a87f21f4ceddb8d2e94e00f61d2ba5ca6dba299679968f1d151d2811dcd2014

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: 30 Nov 2023

README

README.md

A Composable Build System for OCaml

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

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

Dependencies (5)

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

Dev Dependencies

None

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