package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.6.2.tbz
sha256=b6d4ab848efb04aa2a325d0015d32ed4414ed7130ec7aa12f98158eff445cf3c
sha512=d0dd69ada2f1583319a2d6f679b8d49998059117c3258805ee69ae3e71d47bfab7a9c646f19b5fc43a6ccdef934eb87de5bb81205fcd60968bed8bf1790cf0a3

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: 07 Feb 2023

README

Dune - A Composable Build System

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It 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.

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. 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 low 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. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

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

Take n repositories that use Dune and arrange them in any way on the file system. The result is still a single repository that Dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

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

Building 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.

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 about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

Dune was formerly known as Jbuilder. Migration from Jbuilder to Dune is described in the manual.

Status

Dune is fairly stable and used by the majority of packages on Opam. Note that Dune retains backward compatibility with Jbuilder, and in particular, existing Jbuilder projects will continue to be buildable with Dune.

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