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