package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.15.0.tbz
sha256=b5c3d10f6f6048bfaf56fc4f0942d56381b55af4287caf8251487d4c4e7920d7
sha512=b3944b47c7ab1b2109aabc73dab7b9227765168bdcaddda875f3ee3c8277825f4a2672fbba903bf54ea507d00c7649c7dfc3c3bb156365d3052e570cf02caa82

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: 05 Apr 2024

README

README.md

A Composable Build System for OCaml

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

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

Dependencies (5)

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

Dev Dependencies

None

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