package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.11.1.tbz
sha256=866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71
sha512=c888153b204a16bcfed2636de776bbd5f9ca84484e716cc1e9ef3ba3c904e9dd15a2609ae943cddb6097912623ec54618c58386d6730ff742d746850400fb3cc

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 supports multi-package development by simply dropping multiple repositories into the same directory.

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