package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

Description

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

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

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

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

Published: 20 Oct 2022

README

Dune - A Composable Build System

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

It implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

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

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

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

This make simultaneous development on multiple packages trivial.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via Opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Building Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation.

This feature requires Opam.

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the Opam package manager:

$ opam install dune

If you are new to Opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

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

Status

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

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08"

Dev Dependencies

None

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