package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

fiber-3.0.3.tbz
sha256=d504499a1658f0d99caefbffd7386f2e31d46ceca73167157fe4686c41e5732f
sha512=aa1bdf87a00994d18ddc9d9d6ef914813c10dbc8c68c34c00467669092dde9adc95718937f8a60a2e1307b25f281196b20e913b2f82e2ee6aadd24d54dca88aa

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: 02 Mar 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" & < "5.0"

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

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"
OCaml

Innovation. Community. Security.