package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.3.1.tbz
sha256=840c80491bfe12bab5f2b99d49e163f3e4c4d2fc4b4a3e6fb16c24dccd5502e1
sha512=b5d7639336b5df8cf37b8aac45906c6d0ff7e38b1a4a2c6ddb616ea81cdc5a8ff36cecf3d4ee4ff9282c835ed2958d4702ae1b3dd1f048c4269f5e7fedbe50d5

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