package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.5.0.tbz
sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610
sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d

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: 20 Oct 2022

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