package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.13.1.tbz
sha256=2fe0af1b4cf98649c7555b555d9f4f81d5ded87718a89df4988e214a56c8a916
sha512=25b95d616f5d62d065c4458caa211c20615e1bf361fd13d6fd037c216b9566034b45581b7b1dfe43f051c3cdbcf5fe8ffb9c74b5974f2fb6204a3da11ea87c28

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: 06 Feb 2024

README

README.md

A Composable Build System for OCaml

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

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

Dependencies (5)

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

Dev Dependencies

None

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