package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

chrome-trace-3.2.0.tbz
sha256=bd1fbce6ae79ed1eb26fa89bb2e2e23978afceb3f53f5578cf1bdab08a1ad5bc
sha512=b99e82d7e2233a9dd8c1fae591a03f9470fcdf9750d0e428cee2d4c8bcfa4da1595e9e10af2f234279a6ca8a120a773b247d4761d2c39210fc6101076631690e

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

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