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"
  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
  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. nlopt
  1448. nmea
  1449. noCanren >= "0.3.0~alpha1"
  1450. nocoiner
  1451. node_of_ocaml
  1452. noise
  1453. non_empty_list
  1454. nottui
  1455. nottui-lwt
  1456. nottui-pretty
  1457. notty >= "0.2.3"
  1458. notty_async >= "v0.12.0"
  1459. np
  1460. npy >= "0.0.9"
  1461. nsq >= "0.4.0"
  1462. numeric_string
  1463. nuscr
  1464. OCanren
  1465. OCanren-ppx
  1466. obeam
  1467. obelisk >= "0.5.0"
  1468. obuilder < "0.5"
  1469. obuilder-spec < "0.5"
  1470. obus >= "1.2.0"
  1471. ocal >= "0.2.2"
  1472. ocaml-canvas
  1473. ocaml-compiler-libs >= "v0.12.0"
  1474. ocaml-embed-file
  1475. ocaml-in-python
  1476. ocaml-lsp-server
  1477. ocaml-lua >= "1.8"
  1478. ocaml-migrate-parsetree >= "1.2.0"
  1479. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1480. ocaml-monadic >= "0.4.1"
  1481. ocaml-print-intf
  1482. ocaml-probes
  1483. ocaml-protoc >= "2.0.1"
  1484. ocaml-protoc-plugin
  1485. ocaml-r >= "0.1.1"
  1486. ocaml-syntax-shims
  1487. ocaml-systemd >= "1.3"
  1488. ocaml-top >= "1.2.0"
  1489. ocaml-vdom < "transition"
  1490. ocaml-version >= "1.0.0" & < "3.6.0"
  1491. ocaml_db_model
  1492. ocaml_intrinsics
  1493. ocaml_pgsql_model
  1494. ocaml_plugin >= "v0.12.0"
  1495. ocamlapi
  1496. ocamlapi_async
  1497. ocamlapi_lwt_unix
  1498. ocamlapi_ppx
  1499. ocamlc-loc < "3.3.0"
  1500. ocamlcodoc
  1501. ocamldiff >= "1.2"
  1502. ocamlformat >= "0.24.1"
  1503. ocamlformat-lib
  1504. ocamlformat-rpc < "removed"
  1505. ocamlformat-rpc-lib
  1506. ocamlfuse >= "2.7.1-cvs6" & < "2.7.1-cvs8"
  1507. ocamlgraph >= "2.0.0"
  1508. ocamlgraph_gtk
  1509. ocamline
  1510. ocamlog
  1511. ocb
  1512. ocf >= "0.8.0"
  1513. ocf_ppx
  1514. ockt
  1515. ocluster < "0.2"
  1516. ocluster-api < "0.2"
  1517. ocolor
  1518. ocp-browser >= "1.1.9"
  1519. ocp-indent >= "1.7.0"
  1520. ocp-indent-nlfork >= "1.5.4"
  1521. ocp-index >= "1.1.9"
  1522. ocp-search
  1523. ocp_reveal
  1524. ocplib-endian >= "1.1"
  1525. ocplib-json-typed-browser
  1526. ocplib-json-typed-bson
  1527. ocplib-simplex >= "0.5"
  1528. ocplib_stuff >= "0.4.0"
  1529. ocsigen-i18n >= "4.0.0"
  1530. ocsigen-ppx-rpc
  1531. ocsigenserver >= "4.0.1"
  1532. ocsipersist
  1533. ocsipersist-dbm
  1534. ocsipersist-lib
  1535. ocsipersist-pgsql
  1536. ocsipersist-sqlite
  1537. octavius >= "1.2.2"
  1538. octez-accuser-Proxford < "19.0"
  1539. octez-accuser-PtKathma
  1540. octez-accuser-PtLimaPt
  1541. octez-accuser-PtMumbai
  1542. octez-accuser-PtNairob < "19.0"
  1543. octez-alcotezt < "19.0"
  1544. octez-baker-Proxford < "19.0"
  1545. octez-baker-PtKathma
  1546. octez-baker-PtLimaPt
  1547. octez-baker-PtMumbai
  1548. octez-baker-PtNairob < "19.0"
  1549. octez-bls12-381-hash
  1550. octez-bls12-381-polynomial
  1551. octez-bls12-381-signature
  1552. octez-client < "19.0"
  1553. octez-codec < "19.0"
  1554. octez-crawler < "19.0"
  1555. octez-dac-client < "19.0"
  1556. octez-dac-node < "19.0"
  1557. octez-distributed-internal < "19.0"
  1558. octez-distributed-lwt-internal < "19.0"
  1559. octez-injector < "19.0"
  1560. octez-l2-libs < "19.0"
  1561. octez-libs < "19.0"
  1562. octez-mec
  1563. octez-node < "19.0"
  1564. octez-node-config < "19.0"
  1565. octez-plompiler
  1566. octez-plonk
  1567. octez-polynomial
  1568. octez-proto-libs < "19.0"
  1569. octez-protocol-000-Ps9mPmXa-libs < "19.0"
  1570. octez-protocol-001-PtCJ7pwo-libs < "19.0"
  1571. octez-protocol-002-PsYLVpVv-libs < "19.0"
  1572. octez-protocol-003-PsddFKi3-libs < "19.0"
  1573. octez-protocol-004-Pt24m4xi-libs < "19.0"
  1574. octez-protocol-005-PsBabyM1-libs < "19.0"
  1575. octez-protocol-006-PsCARTHA-libs < "19.0"
  1576. octez-protocol-007-PsDELPH1-libs < "19.0"
  1577. octez-protocol-008-PtEdo2Zk-libs < "19.0"
  1578. octez-protocol-009-PsFLoren-libs < "19.0"
  1579. octez-protocol-010-PtGRANAD-libs < "19.0"
  1580. octez-protocol-011-PtHangz2-libs < "19.0"
  1581. octez-protocol-012-Psithaca-libs < "19.0"
  1582. octez-protocol-013-PtJakart-libs < "19.0"
  1583. octez-protocol-014-PtKathma-libs < "19.0"
  1584. octez-protocol-015-PtLimaPt-libs < "19.0"
  1585. octez-protocol-016-PtMumbai-libs < "19.0"
  1586. octez-protocol-017-PtNairob-libs < "19.0"
  1587. octez-protocol-018-Proxford-libs < "19.0"
  1588. octez-protocol-alpha-libs < "19.0"
  1589. octez-protocol-compiler < "19.0"
  1590. octez-proxy-server < "19.0"
  1591. octez-shell-libs < "19.0"
  1592. octez-signer < "19.0"
  1593. octez-smart-rollup-client-Proxford
  1594. octez-smart-rollup-client-PtMumbai
  1595. octez-smart-rollup-client-PtNairob
  1596. octez-smart-rollup-node < "19.0"
  1597. octez-smart-rollup-node-alpha < "19.0"
  1598. octez-smart-rollup-node-lib < "19.0"
  1599. octez-smart-rollup-node-Proxford < "19.0"
  1600. octez-smart-rollup-node-PtMumbai
  1601. octez-smart-rollup-node-PtNairob < "19.0"
  1602. octez-smart-rollup-wasm-benchmark-lib
  1603. octez-smart-rollup-wasm-debugger < "19.0"
  1604. octez-tx-rollup-client-PtKathma
  1605. octez-tx-rollup-client-PtLimaPt
  1606. octez-tx-rollup-node-PtKathma
  1607. octez-tx-rollup-node-PtLimaPt
  1608. octez-validator
  1609. octez-version < "19.0"
  1610. odash
  1611. odate >= "0.6"
  1612. odds >= "1.1"
  1613. odep
  1614. odepack >= "0.6.9"
  1615. odnnr
  1616. odoc >= "1.4.0" & < "2.3.0"
  1617. odoc-parser < "2.3.0"
  1618. of_json
  1619. offheap
  1620. ogg = "0.6.0" | >= "0.7.0"
  1621. ohex
  1622. oidc
  1623. ojs
  1624. ojs_base
  1625. ojs_base_all
  1626. ojs_base_ppx
  1627. ojs_ed
  1628. ojs_filetree
  1629. ojs_list
  1630. olinq >= "0.3"
  1631. omd >= "1.3.2"
  1632. ometrics
  1633. omg
  1634. omigrate
  1635. omlr >= "1.0.3"
  1636. omtl
  1637. oniguruma
  1638. opam-0install
  1639. opam-0install-cudf
  1640. opam-bin >= "1.0.0"
  1641. opam-build
  1642. opam-client >= "2.0.2"
  1643. opam-compiler
  1644. opam-core >= "2.0.2"
  1645. opam-custom-install
  1646. opam-devel >= "2.0.2"
  1647. opam-ed >= "0.4"
  1648. opam-file-format >= "2.1.0" & < "2.1.5"
  1649. opam-format >= "2.0.2"
  1650. opam-graph
  1651. opam-grep >= "0.2.0"
  1652. opam-installer >= "2.0.2"
  1653. opam-monorepo < "0.3.4"
  1654. opam-package-upgrade >= "0.2"
  1655. opam-publish >= "2.0.2"
  1656. opam-repository >= "2.0.2"
  1657. opam-solver >= "2.0.2"
  1658. opam-spin
  1659. opam-state >= "2.0.2"
  1660. opam-test
  1661. opam2web >= "2.0"
  1662. opam_bin_lib != "0.9.5"
  1663. opasswd >= "1.3.1"
  1664. opazl
  1665. openai-gym
  1666. openapi
  1667. openapi_router
  1668. opencc0
  1669. opencc1
  1670. opencc1_1
  1671. openQASM
  1672. openstellina
  1673. opentelemetry
  1674. opentelemetry-client-cohttp-lwt
  1675. opentelemetry-client-ocurl
  1676. opentelemetry-cohttp-lwt
  1677. opentelemetry-lwt
  1678. opium >= "0.17.0"
  1679. opium-graphql
  1680. opium-testing
  1681. opium_kernel >= "0.17.0"
  1682. oplot
  1683. oplsr
  1684. opomodoro
  1685. opsian
  1686. optal
  1687. opti
  1688. optimization1d >= "0.6.1"
  1689. optiml-transport
  1690. optint >= "0.0.2"
  1691. opus >= "0.2.0"
  1692. oraft < "0.3.0"
  1693. oranger >= "2.0.1"
  1694. order-i3-xfce
  1695. ordering < "3.3.0"
  1696. ordinal_abbreviation
  1697. ordma >= "0.0.5"
  1698. orec >= "1.0.1"
  1699. orewa
  1700. orf
  1701. orgeat
  1702. orpie
  1703. orrandomForest
  1704. orsvm_e1071 >= "4.0.0"
  1705. orun
  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. pattern
  1771. pb
  1772. pb-plugin
  1773. pbkdf >= "1.0.0"
  1774. pbrt
  1775. pbrt_services
  1776. pbrt_yojson
  1777. pcap-format >= "0.5.2"
  1778. pcre >= "7.3.5"
  1779. pcre2
  1780. pds-reachability >= "0.2.2"
  1781. pecu >= "0.2"
  1782. petr4
  1783. pf-qubes
  1784. pg_query
  1785. pgocaml >= "4.0"
  1786. pgocaml_ppx
  1787. pgx >= "1.0"
  1788. pgx_async >= "1.0"
  1789. pgx_lwt >= "1.0"
  1790. pgx_lwt_mirage
  1791. pgx_lwt_unix
  1792. pgx_unix >= "1.0"
  1793. pgx_value_core
  1794. pgx_value_ptime
  1795. phantom-algebra >= "1.0.1"
  1796. phonetic
  1797. phylogenetics < "0.2.0"
  1798. piaf
  1799. picasso
  1800. piqi >= "0.7.8"
  1801. piqilib >= "0.6.16"
  1802. pixel_pusher
  1803. pkcs11 >= "0.18.0"
  1804. pkcs11-cli
  1805. pkcs11-driver
  1806. pkcs11-rev
  1807. pla >= "1.3"
  1808. plateau
  1809. plato
  1810. plebeia
  1811. plist-xml
  1812. plist-xml-lwt
  1813. plotkicadsch >= "0.4.0"
  1814. plplot >= "5.11.0-1"
  1815. polka
  1816. poll
  1817. polling_state_rpc
  1818. polly
  1819. polynomial
  1820. pomap >= "4.1.0"
  1821. popper
  1822. portaudio >= "0.2.2"
  1823. portaudio_c_bindings
  1824. portmidi
  1825. posix-base
  1826. posix-bindings
  1827. posix-getopt >= "2.0.0"
  1828. posix-signal
  1829. posix-socket
  1830. posix-socket-unix
  1831. posix-time2
  1832. posix-types >= "2.0.0"
  1833. posix-uname
  1834. posixat >= "v0.12.0"
  1835. postgres_async
  1836. postgresql >= "4.4.1"
  1837. pp
  1838. pp-binary-ints
  1839. pp_loc
  1840. pprint >= "20200226"
  1841. ppx-owl-opt
  1842. ppx_accessor
  1843. ppx_assert >= "v0.12.0"
  1844. ppx_bap
  1845. ppx_base >= "v0.12.0"
  1846. ppx_bench >= "v0.12.0"
  1847. ppx_bigarray >= "3.0.0"
  1848. ppx_bin_prot >= "v0.12.0"
  1849. ppx_bitstring >= "4.0.0"
  1850. ppx_blob >= "0.6.0"
  1851. ppx_bsx
  1852. ppx_camlrack
  1853. ppx_catch
  1854. ppx_cold
  1855. ppx_compare >= "v0.12.0"
  1856. ppx_compose >= "0.1.0"
  1857. ppx_const >= "2.0"
  1858. ppx_conv_func >= "v0.12.0"
  1859. ppx_counters
  1860. ppx_css
  1861. ppx_cstruct >= "3.3.0"
  1862. ppx_cstubs
  1863. ppx_csv_conv >= "v0.12.0"
  1864. ppx_custom_printf >= "v0.12.0"
  1865. ppx_decimal
  1866. ppx_defer >= "0.4.0"
  1867. ppx_demo
  1868. ppx_derive_at_runtime
  1869. ppx_derivers >= "1.2.1"
  1870. ppx_deriving = "4.3" | >= "4.5-1"
  1871. ppx_deriving_cad
  1872. ppx_deriving_cmdliner >= "0.5.1"
  1873. ppx_deriving_encoding
  1874. ppx_deriving_hardcaml >= "v0.12.0"
  1875. ppx_deriving_hash
  1876. ppx_deriving_jsoo
  1877. ppx_deriving_madcast >= "0.2"
  1878. ppx_deriving_popper
  1879. ppx_deriving_protobuf >= "2.7"
  1880. ppx_deriving_qcheck
  1881. ppx_deriving_rpc >= "6.1.0"
  1882. ppx_deriving_scad
  1883. ppx_deriving_yaml
  1884. ppx_deriving_yojson >= "3.3"
  1885. ppx_disable_unused_warnings
  1886. ppx_distr_guards >= "0.2"
  1887. ppx_enum
  1888. ppx_enumerate >= "v0.12.0"
  1889. ppx_expect >= "v0.12.0"
  1890. ppx_factory
  1891. ppx_fail >= "v0.12.0"
  1892. ppx_fast_pipe
  1893. ppx_fields_conv >= "v0.12.0"
  1894. ppx_fixed_literal
  1895. ppx_gen_rec >= "1.1.0"
  1896. ppx_getenv >= "2.0"
  1897. ppx_globalize
  1898. ppx_hash >= "v0.12.0"
  1899. ppx_here >= "v0.12.0"
  1900. ppx_ignore_instrumentation
  1901. ppx_import >= "1.5-3-gbd627d5"
  1902. ppx_inline_alcotest
  1903. ppx_inline_test >= "v0.12.0" & < "v0.16.1"
  1904. ppx_irmin
  1905. ppx_jane >= "v0.12.0"
  1906. ppx_js_style >= "v0.12.0"
  1907. ppx_jsobject_conv >= "0.6.0"
  1908. ppx_jsonaf_conv
  1909. ppx_let >= "v0.12.0"
  1910. ppx_log
  1911. ppx_make
  1912. ppx_map
  1913. ppx_matches
  1914. ppx_meta_conv >= "4.0.1"
  1915. ppx_module_timer
  1916. ppx_monad
  1917. ppx_monoid >= "0.3.2"
  1918. ppx_mysql
  1919. ppx_mysql_identity
  1920. ppx_open
  1921. ppx_optcomp >= "v0.12.0"
  1922. ppx_optional >= "v0.12.0"
  1923. ppx_parser
  1924. ppx_pattern_bind
  1925. ppx_pbt
  1926. ppx_pipebang >= "v0.12.0"
  1927. ppx_protocol_conv >= "3.1.0"
  1928. ppx_protocol_conv_json >= "3.1.0"
  1929. ppx_protocol_conv_jsonm
  1930. ppx_protocol_conv_msgpack >= "3.1.0"
  1931. ppx_protocol_conv_xml_light >= "3.1.0"
  1932. ppx_protocol_conv_xmlm
  1933. ppx_protocol_conv_yaml >= "3.1.0"
  1934. ppx_pyformat
  1935. ppx_python
  1936. ppx_rapper
  1937. ppx_rapper_async
  1938. ppx_rapper_lwt
  1939. ppx_regexp >= "0.4.0"
  1940. ppx_relit
  1941. ppx_repr
  1942. ppx_seq
  1943. ppx_sexp_conv >= "v0.12.0"
  1944. ppx_sexp_message >= "v0.12.0"
  1945. ppx_sexp_value >= "v0.12.0"
  1946. ppx_show
  1947. ppx_stable
  1948. ppx_stable_witness
  1949. ppx_string
  1950. ppx_string_interpolation
  1951. ppx_subliner
  1952. ppx_test >= "1.7.0"
  1953. ppx_there
  1954. ppx_tools >= "6.0+4.08.0"
  1955. ppx_tools_versioned >= "5.2.2"
  1956. ppx_trace
  1957. ppx_ts
  1958. ppx_tydi
  1959. ppx_type_directed_value
  1960. ppx_typed_fields
  1961. ppx_typerep_conv >= "v0.12.0"
  1962. ppx_tyre
  1963. ppx_units
  1964. ppx_variants_conv >= "v0.12.0"
  1965. ppx_viewpattern
  1966. ppx_wideopen
  1967. ppx_xml_conv >= "v0.12.0"
  1968. ppx_yojson
  1969. ppx_yojson_conv
  1970. ppx_yojson_conv_lib
  1971. ppxfind >= "1.3"
  1972. ppxlib >= "0.4.0"
  1973. ppxx >= "2.4.0"
  1974. pratter
  1975. prbnmcn-basic-structures
  1976. prbnmcn-cgrph
  1977. prbnmcn-clustering
  1978. prbnmcn-dagger
  1979. prbnmcn-dagger-gsl
  1980. prbnmcn-dagger-stats
  1981. prbnmcn-dagger-test
  1982. prbnmcn-gnuplot
  1983. prbnmcn-linalg
  1984. prbnmcn-mcts
  1985. prbnmcn-proptest
  1986. prbnmcn-stats
  1987. prbnmcn-ucb1
  1988. prc
  1989. preface
  1990. prettym
  1991. printbox >= "0.3"
  1992. printbox-html
  1993. printbox-md
  1994. printbox-text >= "0.6.1"
  1995. proc-smaps
  1996. process_limits
  1997. processor
  1998. prof_spacetime >= "0.3.0"
  1999. profiling
  2000. profunctor
  2001. progress
  2002. prom
  2003. prometheus >= "0.6"
  2004. prometheus-app >= "0.6"
  2005. promise
  2006. promise_jsoo
  2007. promise_jsoo_lwt
  2008. protocell
  2009. protocol-9p >= "1.0.0"
  2010. protocol-9p-tool >= "1.0.0"
  2011. protocol-9p-unix >= "1.0.0"
  2012. protocol_version_header >= "v0.12.0"
  2013. prr
  2014. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2015. psq >= "0.1.1"
  2016. ptmap >= "2.0.5"
  2017. ptset >= "1.0.1"
  2018. pulseaudio >= "0.1.4"
  2019. pure-splitmix >= "0.3"
  2020. pvec
  2021. py >= "1.1"
  2022. pyast
  2023. pyml >= "20210924"
  2024. pyml_bindgen >= "0.3.0"
  2025. pyre-ast
  2026. pythonlib
  2027. qbf >= "0.3"
  2028. qcheck >= "0.9"
  2029. qcheck-alcotest
  2030. qcheck-core
  2031. qcheck-lin
  2032. qcheck-multicoretests-util
  2033. qcheck-ounit
  2034. qcheck-stm
  2035. qinap
  2036. qiskit < "0.44.0"
  2037. qmp >= "0.19.0"
  2038. qrencode >= "0.2"
  2039. qtest >= "2.10.1"
  2040. queenshead
  2041. quests
  2042. radamsa
  2043. radare2 >= "0.0.3"
  2044. randii
  2045. randomconv >= "0.1.1"
  2046. randoml
  2047. range >= "0.8"
  2048. rangeSet
  2049. rankers
  2050. rawlink >= "1.0"
  2051. rawlink-eio
  2052. rawlink-lwt
  2053. raygui
  2054. raylib
  2055. rdbg >= "1.196.12"
  2056. rdf >= "0.13.0"
  2057. rdf_impls
  2058. rdf_json_ld
  2059. rdf_lwt
  2060. rdf_mysql
  2061. rdf_postgresql
  2062. rdf_ppx
  2063. re >= "1.9.0"
  2064. re2 >= "v0.12.1"
  2065. re2_stable
  2066. re_parser
  2067. reactiveData >= "0.3.0"
  2068. reanalyze
  2069. reason >= "3.5.0"
  2070. reason-standard
  2071. received
  2072. record_builder >= "v0.12.0"
  2073. records >= "1.0.0"
  2074. reddit_api_async
  2075. reddit_api_kernel
  2076. redirect
  2077. redis >= "0.4"
  2078. redis-async
  2079. redis-lwt >= "0.4"
  2080. redis-sync >= "0.4"
  2081. reed-solomon-erasure >= "1.0.2"
  2082. reedsolomon >= "0.3"
  2083. refl
  2084. regenerate >= "0.2"
  2085. regex_parser_intf
  2086. relit_helper
  2087. remu_ts
  2088. reparse
  2089. reparse-lwt
  2090. reparse-lwt-unix
  2091. reparse-unix
  2092. repr
  2093. repr-bench
  2094. repr-fuzz
  2095. res >= "5.0.1"
  2096. res_tailwindcss
  2097. resource-pooling >= "1.1"
  2098. resource_cache >= "v0.12.0"
  2099. resp
  2100. resp-client
  2101. resp-mirage
  2102. resp-server >= "0.9"
  2103. resp-unix
  2104. resto
  2105. resto-acl
  2106. resto-cohttp
  2107. resto-cohttp-client
  2108. resto-cohttp-self-serving-client
  2109. resto-cohttp-server
  2110. resto-directory
  2111. resto-json
  2112. result >= "1.4"
  2113. rfc1951 >= "0.8.1" & != "1.0.0"
  2114. rfc6287 >= "1.0.4"
  2115. rfc7748
  2116. rfsm >= "1.6-alpha-3" & < "2.0"
  2117. rhythm
  2118. ringo
  2119. ringo-lwt
  2120. river >= "0.2"
  2121. rock
  2122. roman
  2123. root1d >= "0.5.1"
  2124. rope >= "0.6.2"
  2125. rosa
  2126. rosetta >= "0.2.0"
  2127. routes
  2128. rpc >= "6.1.0"
  2129. rpc_parallel >= "v0.12.0"
  2130. rpclib >= "6.1.0"
  2131. rpclib-async >= "6.1.0"
  2132. rpclib-html
  2133. rpclib-js
  2134. rpclib-lwt >= "6.1.0"
  2135. rsdd
  2136. rss
  2137. rtop >= "3.5.0"
  2138. rungen
  2139. runtime_events_tools
  2140. rusage
  2141. SZXX
  2142. safemoney
  2143. safepass >= "3.1"
  2144. sail >= "0.15"
  2145. sail_c_backend
  2146. sail_coq_backend
  2147. sail_doc_backend
  2148. sail_latex_backend
  2149. sail_lem_backend
  2150. sail_manifest
  2151. sail_ocaml_backend
  2152. sail_output
  2153. sail_smt_backend
  2154. sail_sv_backend
  2155. salsa20 >= "1.0.0"
  2156. salsa20-core >= "1.0.0"
  2157. samplerate >= "0.1.5"
  2158. sanddb >= "0.2"
  2159. sarek >= "20210823"
  2160. satex
  2161. saturn
  2162. saturn_lockfree
  2163. satyrographos
  2164. scad_ml
  2165. scaml < "1.5.0"
  2166. scfg
  2167. scgi
  2168. scipy
  2169. scrypt-kdf >= "1.0.0"
  2170. sd_logic
  2171. search
  2172. searchTree
  2173. secp256k1 >= "0.4.1"
  2174. secp256k1-internal
  2175. sedlex >= "2.0"
  2176. sek
  2177. selective
  2178. semantic_version
  2179. semaphore-compat
  2180. semver >= "0.2.1"
  2181. semver2
  2182. sendmail
  2183. sendmail-lwt
  2184. sentry
  2185. seq >= "0.2" & < "base"
  2186. seqes
  2187. sequencer_table >= "v0.12.0"
  2188. serial
  2189. session >= "0.4.1"
  2190. session-cohttp >= "0.4.1"
  2191. session-cohttp-async >= "0.4.1"
  2192. session-cohttp-lwt >= "0.4.1"
  2193. session-cookie
  2194. session-cookie-async
  2195. session-cookie-lwt
  2196. session-postgresql >= "0.4.1"
  2197. session-postgresql-async >= "0.4.1"
  2198. session-postgresql-lwt >= "0.4.1"
  2199. session-redis-lwt >= "0.4.1"
  2200. session-webmachine >= "0.4.1"
  2201. setcore >= "1.0.2"
  2202. sexp
  2203. sexp_decode
  2204. sexp_diff
  2205. sexp_diff_kernel
  2206. sexp_grammar
  2207. sexp_macro
  2208. sexp_pretty >= "v0.12.0"
  2209. sexp_select
  2210. sexp_string_quickcheck
  2211. sexplib >= "v0.12.0"
  2212. sexplib0 >= "v0.12.0"
  2213. sgf >= "1.0.1"
  2214. sha >= "1.13"
  2215. shapefile
  2216. shared-block-ring >= "3.0.0"
  2217. shared-memory-ring >= "3.1.0"
  2218. shared-memory-ring-lwt >= "3.1.0"
  2219. shared-secret >= "0.4"
  2220. shell
  2221. shexp >= "v0.12.0"
  2222. shine >= "0.2.2"
  2223. shuttle
  2224. shuttle_http
  2225. shuttle_ssl
  2226. shuttle_websocket
  2227. sifun
  2228. sihl
  2229. sihl-cache
  2230. sihl-contract
  2231. sihl-core
  2232. sihl-email
  2233. sihl-facade
  2234. sihl-persistence
  2235. sihl-queue
  2236. sihl-session
  2237. sihl-storage
  2238. sihl-token
  2239. sihl-type
  2240. sihl-user
  2241. sihl-web
  2242. simple63
  2243. sklearn
  2244. slacko >= "0.14.1"
  2245. slug
  2246. smart-print >= "0.3.0"
  2247. smbc >= "0.5"
  2248. smol
  2249. smol-helpers
  2250. smtlib-utils
  2251. snappy >= "0.1.2"
  2252. snoke
  2253. so
  2254. sodium-fmt
  2255. solid
  2256. solid_server
  2257. solid_tools
  2258. solidity-alcotest
  2259. solidity-common
  2260. solidity-parser
  2261. solidity-test
  2262. solidity-typechecker
  2263. solo5-elftool
  2264. sortedseq_intersect
  2265. soundtouch >= "0.1.9"
  2266. soupault
  2267. spacetime_lib >= "0.3.0"
  2268. spatial-shell
  2269. spawn < "v0.9.0" | >= "v0.13.0"
  2270. spdx_licenses
  2271. spectrum
  2272. speex >= "0.4.0"
  2273. spelll >= "0.4"
  2274. spin
  2275. splay_tree >= "v0.12.0"
  2276. splittable_random >= "v0.12.0"
  2277. spoc >= "20210823"
  2278. spoc_ppx
  2279. spoke
  2280. spotify-web-api >= "0.2.1"
  2281. spotlib >= "4.1.0"
  2282. sqlgg >= "20200521"
  2283. sqlite3 >= "4.4.1"
  2284. sqlite3_utils
  2285. srt
  2286. ssh-agent >= "0.2.0"
  2287. ssh-agent-unix
  2288. ssl >= "0.5.6"
  2289. stdcompat >= "19"
  2290. stdint >= "0.6.0"
  2291. stdint-literals
  2292. stdio >= "v0.12.0"
  2293. stdlib-diff
  2294. stdlib-random
  2295. stdlib-shims
  2296. stdune < "3.3.0"
  2297. stitch
  2298. stk
  2299. stk_iconv
  2300. stog >= "0.20.0"
  2301. stog_all
  2302. stog_asy
  2303. stog_dot
  2304. stog_extern
  2305. stog_markdown
  2306. stog_multi_doc
  2307. stog_nocaml
  2308. stog_noexec
  2309. stog_plugins
  2310. stog_rdf
  2311. stog_rel_href
  2312. stog_server
  2313. stog_server_multi
  2314. stog_sitemap
  2315. stog_writing
  2316. stored_reversed
  2317. streamable
  2318. streaming
  2319. string_dict >= "v0.12.0"
  2320. stringext >= "1.6.0"
  2321. sturgeon >= "0.4.2"
  2322. subscriptions-transport-ws
  2323. subtype-refinement >= "0.2"
  2324. sun
  2325. svmwrap
  2326. swagger >= "0.2.0"
  2327. swhid
  2328. swhid_compute
  2329. swhid_core
  2330. swhid_types
  2331. swipl
  2332. syguslib-utils
  2333. syncweb
  2334. syndic >= "1.6.0"
  2335. sys-socket
  2336. sys-socket-unix
  2337. syslog >= "2.0.1"
  2338. syslog-message >= "1.0.0"
  2339. syslog-rfc5424
  2340. systemverilog >= "0.0.2"
  2341. tablecloth-base
  2342. tablecloth-native < "transition"
  2343. taglib >= "0.3.7"
  2344. talaria-bibtex
  2345. tar >= "1.0.0"
  2346. tar-eio
  2347. tar-mirage >= "1.0.0"
  2348. tar-unix >= "1.0.0"
  2349. tcalc
  2350. tcpip >= "3.7.0"
  2351. tdigest
  2352. teash
  2353. telltime
  2354. tensorboard
  2355. terminal
  2356. terminal_size >= "0.1.4"
  2357. terminus
  2358. terminus-cohttp
  2359. terminus-hlc
  2360. testu01
  2361. textmate-language
  2362. textrazor
  2363. textutils >= "v0.12.0"
  2364. textutils_kernel >= "v0.12.0"
  2365. textwrap >= "0.2.1"
  2366. tezos-008-PtEdo2Zk-test-helpers
  2367. tezos-009-PsFLoren-test-helpers
  2368. tezos-010-PtGRANAD-test-helpers
  2369. tezos-011-PtHangz2-test-helpers
  2370. tezos-012-Psithaca-test-helpers
  2371. tezos-013-PtJakart-test-helpers
  2372. tezos-014-PtKathma-test-helpers
  2373. tezos-accuser-006-PsCARTHA
  2374. tezos-accuser-007-PsDELPH1
  2375. tezos-accuser-008-PtEdo2Zk
  2376. tezos-accuser-008-PtEdoTez
  2377. tezos-accuser-009-PsFLoren
  2378. tezos-accuser-010-PtGRANAD
  2379. tezos-accuser-011-PtHangz2
  2380. tezos-accuser-012-Psithaca
  2381. tezos-accuser-013-PtJakart
  2382. tezos-accuser-014-PtKathma
  2383. tezos-accuser-alpha
  2384. tezos-alpha-test-helpers
  2385. tezos-baker-006-PsCARTHA
  2386. tezos-baker-007-PsDELPH1
  2387. tezos-baker-008-PtEdo2Zk
  2388. tezos-baker-008-PtEdoTez
  2389. tezos-baker-009-PsFLoren
  2390. tezos-baker-010-PtGRANAD
  2391. tezos-baker-011-PtHangz2
  2392. tezos-baker-012-Psithaca
  2393. tezos-baker-013-PtJakart
  2394. tezos-baker-014-PtKathma
  2395. tezos-baker-alpha
  2396. tezos-baking-006-PsCARTHA
  2397. tezos-baking-006-PsCARTHA-commands
  2398. tezos-baking-007-PsDELPH1
  2399. tezos-baking-007-PsDELPH1-commands
  2400. tezos-baking-008-PtEdo2Zk
  2401. tezos-baking-008-PtEdo2Zk-commands
  2402. tezos-baking-008-PtEdoTez
  2403. tezos-baking-008-PtEdoTez-commands
  2404. tezos-baking-009-PsFLoren
  2405. tezos-baking-009-PsFLoren-commands
  2406. tezos-baking-010-PtGRANAD
  2407. tezos-baking-010-PtGRANAD-commands
  2408. tezos-baking-011-PtHangz2
  2409. tezos-baking-011-PtHangz2-commands
  2410. tezos-baking-012-Psithaca
  2411. tezos-baking-012-Psithaca-commands
  2412. tezos-baking-013-PtJakart
  2413. tezos-baking-013-PtJakart-commands
  2414. tezos-baking-014-PtKathma
  2415. tezos-baking-014-PtKathma-commands
  2416. tezos-baking-015-PtLimaPt
  2417. tezos-baking-015-PtLimaPt-commands
  2418. tezos-baking-016-PtMumbai
  2419. tezos-baking-016-PtMumbai-commands
  2420. tezos-baking-017-PtNairob
  2421. tezos-baking-017-PtNairob-commands
  2422. tezos-baking-alpha
  2423. tezos-baking-alpha-commands
  2424. tezos-base
  2425. tezos-base-test-helpers
  2426. tezos-base58
  2427. tezos-benchmark < "19.0"
  2428. tezos-bls12-381-polynomial
  2429. tezos-clic
  2430. tezos-client
  2431. tezos-client-000-Ps9mPmXa
  2432. tezos-client-001-PtCJ7pwo
  2433. tezos-client-001-PtCJ7pwo-commands
  2434. tezos-client-002-PsYLVpVv
  2435. tezos-client-002-PsYLVpVv-commands
  2436. tezos-client-003-PsddFKi3
  2437. tezos-client-003-PsddFKi3-commands
  2438. tezos-client-004-Pt24m4xi
  2439. tezos-client-004-Pt24m4xi-commands
  2440. tezos-client-005-PsBabyM1
  2441. tezos-client-005-PsBabyM1-commands
  2442. tezos-client-006-PsCARTHA
  2443. tezos-client-006-PsCARTHA-commands
  2444. tezos-client-007-PsDELPH1
  2445. tezos-client-007-PsDELPH1-commands
  2446. tezos-client-007-PsDELPH1-commands-registration
  2447. tezos-client-008-PtEdo2Zk
  2448. tezos-client-008-PtEdo2Zk-commands
  2449. tezos-client-008-PtEdo2Zk-commands-registration
  2450. tezos-client-008-PtEdoTez
  2451. tezos-client-008-PtEdoTez-commands
  2452. tezos-client-008-PtEdoTez-commands-registration
  2453. tezos-client-009-PsFLoren
  2454. tezos-client-009-PsFLoren-commands
  2455. tezos-client-009-PsFLoren-commands-registration
  2456. tezos-client-010-PtGRANAD
  2457. tezos-client-010-PtGRANAD-commands
  2458. tezos-client-010-PtGRANAD-commands-registration
  2459. tezos-client-011-PtHangz2
  2460. tezos-client-011-PtHangz2-commands
  2461. tezos-client-011-PtHangz2-commands-registration
  2462. tezos-client-012-Psithaca
  2463. tezos-client-012-Psithaca-commands
  2464. tezos-client-012-Psithaca-commands-registration
  2465. tezos-client-013-PtJakart
  2466. tezos-client-013-PtJakart-commands
  2467. tezos-client-013-PtJakart-commands-registration
  2468. tezos-client-014-PtKathma
  2469. tezos-client-015-PtLimaPt
  2470. tezos-client-016-PtMumbai
  2471. tezos-client-017-PtNairob
  2472. tezos-client-alpha
  2473. tezos-client-alpha-commands
  2474. tezos-client-alpha-commands-registration
  2475. tezos-client-base
  2476. tezos-client-base-unix
  2477. tezos-client-commands
  2478. tezos-client-demo-counter < "19.0"
  2479. tezos-client-genesis < "19.0"
  2480. tezos-client-genesis-carthagenet
  2481. tezos-client-sapling-008-PtEdo2Zk
  2482. tezos-client-sapling-008-PtEdoTez
  2483. tezos-client-sapling-009-PsFLoren
  2484. tezos-client-sapling-010-PtGRANAD
  2485. tezos-client-sapling-011-PtHangz2
  2486. tezos-client-sapling-012-Psithaca
  2487. tezos-client-sapling-013-PtJakart
  2488. tezos-client-sapling-alpha
  2489. tezos-codec
  2490. tezos-context
  2491. tezos-context-hash
  2492. tezos-context-hash-irmin
  2493. tezos-context-ops
  2494. tezos-crypto
  2495. tezos-crypto-dal
  2496. tezos-dac-client-lib < "19.0"
  2497. tezos-dac-lib < "19.0"
  2498. tezos-dac-node-lib < "19.0"
  2499. tezos-dal-node-lib < "19.0"
  2500. tezos-dal-node-services < "19.0"
  2501. tezos-embedded-protocol-000-Ps9mPmXa
  2502. tezos-embedded-protocol-001-PtCJ7pwo
  2503. tezos-embedded-protocol-002-PsYLVpVv
  2504. tezos-embedded-protocol-003-PsddFKi3
  2505. tezos-embedded-protocol-004-Pt24m4xi
  2506. tezos-embedded-protocol-005-PsBABY5H
  2507. tezos-embedded-protocol-005-PsBabyM1
  2508. tezos-embedded-protocol-006-PsCARTHA
  2509. tezos-embedded-protocol-007-PsDELPH1
  2510. tezos-embedded-protocol-008-PtEdo2Zk
  2511. tezos-embedded-protocol-008-PtEdoTez
  2512. tezos-embedded-protocol-009-PsFLoren
  2513. tezos-embedded-protocol-010-PtGRANAD
  2514. tezos-embedded-protocol-011-PtHangz2
  2515. tezos-embedded-protocol-012-Psithaca
  2516. tezos-embedded-protocol-013-PtJakart
  2517. tezos-embedded-protocol-014-PtKathma
  2518. tezos-embedded-protocol-015-PtLimaPt
  2519. tezos-embedded-protocol-016-PtMumbai
  2520. tezos-embedded-protocol-017-PtNairob
  2521. tezos-embedded-protocol-alpha
  2522. tezos-embedded-protocol-demo-counter
  2523. tezos-embedded-protocol-demo-noops
  2524. tezos-embedded-protocol-genesis
  2525. tezos-embedded-protocol-genesis-carthagenet
  2526. tezos-endorser-006-PsCARTHA
  2527. tezos-endorser-007-PsDELPH1
  2528. tezos-endorser-008-PtEdo2Zk
  2529. tezos-endorser-008-PtEdoTez
  2530. tezos-endorser-009-PsFLoren
  2531. tezos-endorser-010-PtGRANAD
  2532. tezos-endorser-011-PtHangz2
  2533. tezos-endorser-alpha
  2534. tezos-error-monad
  2535. tezos-event-logging
  2536. tezos-event-logging-test-helpers
  2537. tezos-hacl
  2538. tezos-hacl-glue
  2539. tezos-hacl-glue-unix
  2540. tezos-injector-013-PtJakart
  2541. tezos-injector-014-PtKathma
  2542. tezos-injector-015-PtLimaPt
  2543. tezos-injector-016-PtMumbai
  2544. tezos-injector-alpha
  2545. tezos-layer2-store
  2546. tezos-layer2-utils-016-PtMumbai
  2547. tezos-layer2-utils-017-PtNairob
  2548. tezos-lazy-containers
  2549. tezos-legacy-store
  2550. tezos-lmdb
  2551. tezos-lwt-result-stdlib
  2552. tezos-mempool-006-PsCARTHA
  2553. tezos-mempool-007-PsDELPH1
  2554. tezos-mempool-008-PtEdoTez
  2555. tezos-micheline
  2556. tezos-micheline-rewriting
  2557. tezos-mockup
  2558. tezos-mockup-commands
  2559. tezos-mockup-proxy
  2560. tezos-mockup-registration
  2561. tezos-node
  2562. tezos-openapi
  2563. tezos-p2p
  2564. tezos-p2p-services
  2565. tezos-plompiler
  2566. tezos-plonk
  2567. tezos-protocol-000-Ps9mPmXa < "19.0"
  2568. tezos-protocol-001-PtCJ7pwo < "19.0"
  2569. tezos-protocol-002-PsYLVpVv < "19.0"
  2570. tezos-protocol-003-PsddFKi3 < "19.0"
  2571. tezos-protocol-004-Pt24m4xi < "19.0"
  2572. tezos-protocol-005-PsBABY5H < "19.0"
  2573. tezos-protocol-005-PsBabyM1 < "19.0"
  2574. tezos-protocol-006-PsCARTHA < "19.0"
  2575. tezos-protocol-006-PsCARTHA-parameters
  2576. tezos-protocol-007-PsDELPH1 < "19.0"
  2577. tezos-protocol-007-PsDELPH1-parameters
  2578. tezos-protocol-008-PtEdo2Zk < "19.0"
  2579. tezos-protocol-008-PtEdo2Zk-parameters
  2580. tezos-protocol-008-PtEdoTez < "19.0"
  2581. tezos-protocol-008-PtEdoTez-parameters
  2582. tezos-protocol-009-PsFLoren < "19.0"
  2583. tezos-protocol-009-PsFLoren-parameters
  2584. tezos-protocol-010-PtGRANAD < "19.0"
  2585. tezos-protocol-010-PtGRANAD-parameters
  2586. tezos-protocol-011-PtHangz2 < "19.0"
  2587. tezos-protocol-011-PtHangz2-parameters
  2588. tezos-protocol-012-Psithaca < "19.0"
  2589. tezos-protocol-012-Psithaca-parameters
  2590. tezos-protocol-013-PtJakart < "19.0"
  2591. tezos-protocol-013-PtJakart-parameters
  2592. tezos-protocol-014-PtKathma < "19.0"
  2593. tezos-protocol-015-PtLimaPt < "19.0"
  2594. tezos-protocol-016-PtMumbai < "19.0"
  2595. tezos-protocol-017-PtNairob < "19.0"
  2596. tezos-protocol-018-Proxford < "19.0"
  2597. tezos-protocol-alpha < "19.0"
  2598. tezos-protocol-alpha-parameters
  2599. tezos-protocol-compiler
  2600. tezos-protocol-demo-counter < "19.0"
  2601. tezos-protocol-demo-noops < "19.0"
  2602. tezos-protocol-environment
  2603. tezos-protocol-environment-packer
  2604. tezos-protocol-environment-sigs
  2605. tezos-protocol-environment-structs
  2606. tezos-protocol-genesis < "19.0"
  2607. tezos-protocol-genesis-carthagenet
  2608. tezos-protocol-plugin-007-PsDELPH1
  2609. tezos-protocol-plugin-007-PsDELPH1-registerer
  2610. tezos-protocol-plugin-008-PtEdo2Zk
  2611. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2612. tezos-protocol-plugin-009-PsFLoren
  2613. tezos-protocol-plugin-009-PsFLoren-registerer
  2614. tezos-protocol-plugin-010-PtGRANAD
  2615. tezos-protocol-plugin-010-PtGRANAD-registerer
  2616. tezos-protocol-plugin-011-PtHangz2
  2617. tezos-protocol-plugin-011-PtHangz2-registerer
  2618. tezos-protocol-plugin-012-Psithaca
  2619. tezos-protocol-plugin-012-Psithaca-registerer
  2620. tezos-protocol-plugin-012-Psithaca-tests
  2621. tezos-protocol-plugin-013-PtJakart
  2622. tezos-protocol-plugin-013-PtJakart-registerer
  2623. tezos-protocol-plugin-013-PtJakart-tests
  2624. tezos-protocol-plugin-014-PtKathma
  2625. tezos-protocol-plugin-014-PtKathma-registerer
  2626. tezos-protocol-plugin-015-PtLimaPt
  2627. tezos-protocol-plugin-015-PtLimaPt-registerer
  2628. tezos-protocol-plugin-016-PtMumbai
  2629. tezos-protocol-plugin-016-PtMumbai-registerer
  2630. tezos-protocol-plugin-017-PtNairob
  2631. tezos-protocol-plugin-017-PtNairob-registerer
  2632. tezos-protocol-plugin-alpha
  2633. tezos-protocol-plugin-alpha-registerer
  2634. tezos-protocol-plugin-alpha-tests
  2635. tezos-protocol-updater
  2636. tezos-proxy
  2637. tezos-proxy-server
  2638. tezos-proxy-server-config < "19.0"
  2639. tezos-requester
  2640. tezos-rpc
  2641. tezos-rpc-http
  2642. tezos-rpc-http-client
  2643. tezos-rpc-http-client-unix
  2644. tezos-rpc-http-server
  2645. tezos-sapling
  2646. tezos-scoru-wasm
  2647. tezos-scoru-wasm-fast
  2648. tezos-scoru-wasm-helpers
  2649. tezos-shell
  2650. tezos-shell-benchmarks
  2651. tezos-shell-context
  2652. tezos-shell-context-test
  2653. tezos-shell-services
  2654. tezos-shell-services-test-helpers
  2655. tezos-signer
  2656. tezos-signer-backends
  2657. tezos-signer-services
  2658. tezos-smart-rollup-016-PtMumbai
  2659. tezos-smart-rollup-017-PtNairob
  2660. tezos-smart-rollup-alpha
  2661. tezos-smart-rollup-layer2-016-PtMumbai
  2662. tezos-smart-rollup-layer2-017-PtNairob
  2663. tezos-stdlib >= "13.0"
  2664. tezos-stdlib-unix
  2665. tezos-storage
  2666. tezos-store
  2667. tezos-test-helpers
  2668. tezos-test-helpers-extra
  2669. tezos-test-services
  2670. tezos-tooling
  2671. tezos-tree-encoding
  2672. tezos-tx-rollup-013-PtJakart
  2673. tezos-tx-rollup-014-PtKathma
  2674. tezos-tx-rollup-015-PtLimaPt
  2675. tezos-tx-rollup-alpha
  2676. tezos-tx-rollup-client-013-PtJakart
  2677. tezos-tx-rollup-client-014-PtKathma
  2678. tezos-tx-rollup-client-alpha
  2679. tezos-tx-rollup-node-013-PtJakart
  2680. tezos-tx-rollup-node-014-PtKathma
  2681. tezos-tx-rollup-node-alpha
  2682. tezos-validation
  2683. tezos-validator
  2684. tezos-version
  2685. tezos-wasmer
  2686. tezos-webassembly-interpreter
  2687. tezos-webassembly-interpreter-extra
  2688. tezos-workers
  2689. tezt
  2690. tezt-performance-regression
  2691. tezt-tezos < "19.0"
  2692. theora >= "0.4.0"
  2693. thread-local-storage
  2694. thrift >= "0.10.0"
  2695. tidy >= "5-0.2"
  2696. tidy_email
  2697. tidy_email_mailgun
  2698. tidy_email_sendgrid
  2699. tidy_email_smtp
  2700. tilde_f
  2701. time_now
  2702. timed >= "1.1"
  2703. timedesc
  2704. timedesc-json
  2705. timedesc-sexp
  2706. timedesc-tzdb
  2707. timedesc-tzlocal
  2708. timedesc-tzlocal-js
  2709. timere
  2710. timere-parse
  2711. timezone
  2712. timmy
  2713. timmy-jsoo
  2714. timmy-unix
  2715. tiny_httpd
  2716. tiny_httpd_camlzip
  2717. tip-parser >= "0.4"
  2718. tldr
  2719. tls >= "0.11.0"
  2720. tls-async
  2721. tls-eio
  2722. tls-lwt
  2723. tls-mirage
  2724. tofn
  2725. toml >= "5.0.0"
  2726. toml-cconv
  2727. toml_cconv
  2728. toplevel_backend
  2729. toplevel_expect_test >= "v0.12.0"
  2730. topojson
  2731. topojsone
  2732. topological_sort >= "v0.12.0"
  2733. torch
  2734. tqdm
  2735. trace
  2736. trace-fuchsia
  2737. trace-tef
  2738. tracing
  2739. tracy-client
  2740. traits
  2741. transept
  2742. traverse
  2743. travesty != "0.6.1" & < "0.8.0"
  2744. travis-opam >= "1.5.0"
  2745. trax >= "0.4.0"
  2746. tree_layout >= "0.2"
  2747. treeprint >= "2.3.0"
  2748. trexio
  2749. trie >= "1.0.0"
  2750. tsdl-image >= "0.3.0"
  2751. tsdl-mixer >= "0.3.0"
  2752. tsdl-ttf >= "0.3"
  2753. tsort
  2754. tube >= "4.4.0"
  2755. tuntap >= "1.7.0"
  2756. twostep
  2757. tyabt
  2758. type_eq
  2759. typerep >= "v0.12.0"
  2760. typeset
  2761. tyre >= "0.5"
  2762. tyxml >= "4.3.0"
  2763. tyxml-jsx
  2764. tyxml-lwd
  2765. tyxml-ppx >= "4.3.0"
  2766. tyxml-syntax
  2767. u2f
  2768. ubase
  2769. ubpf >= "0.2"
  2770. uecc >= "0.3"
  2771. uint >= "2.0.1"
  2772. ulid
  2773. um-abt
  2774. unidecode
  2775. unionFind
  2776. unisim_archisec
  2777. unison >= "2.51.4" & < "2.53.4"
  2778. universo
  2779. unix-errno >= "0.6.0"
  2780. unstrctrd
  2781. uri >= "2.2.0"
  2782. uri-bench
  2783. uri-re
  2784. uri-sexp
  2785. uring
  2786. uritemplate
  2787. user-agent-parser
  2788. username_kernel
  2789. uspf
  2790. uspf-lwt
  2791. uspf-unix
  2792. utop >= "2.3.0"
  2793. uuuu >= "0.1.1"
  2794. validator
  2795. variantslib >= "v0.12.0"
  2796. varray
  2797. vcaml
  2798. vcardgen >= "1.2"
  2799. vchan >= "4.0.0"
  2800. vchan-unix >= "4.0.0"
  2801. vchan-xen >= "4.0.0"
  2802. vdom
  2803. vec
  2804. vector
  2805. vector3 >= "1.0.0"
  2806. vercel
  2807. vhd-format >= "0.12.0"
  2808. vhd-format-lwt >= "0.12.0"
  2809. virtual_dom >= "v0.12.0"
  2810. visitors >= "20200207"
  2811. vlq >= "0.2.1"
  2812. vmnet >= "1.3.2"
  2813. vocal
  2814. voqc
  2815. vorbis >= "0.8.0"
  2816. vpt >= "5.0.0"
  2817. vscoq-language-server < "2.1.0+coq8.19"
  2818. vue-jsoo
  2819. wall >= "0.4"
  2820. wasmer
  2821. wasmtime
  2822. wayland
  2823. waylaunch
  2824. webauthn
  2825. weberizer >= "0.8"
  2826. webmachine >= "0.6.2"
  2827. websocket >= "2.12"
  2828. websocket-async >= "2.12"
  2829. websocket-lwt >= "2.12"
  2830. websocket-lwt-unix
  2831. websocketaf
  2832. webtest >= "2.0.0"
  2833. webtest-js
  2834. weevil
  2835. wikitext
  2836. win-error >= "1.0"
  2837. win-eventlog >= "0.3"
  2838. winsvc
  2839. ws
  2840. ws-server
  2841. wseg
  2842. wtf8 >= "1.0.2"
  2843. wtr
  2844. wtr-ppx
  2845. wu-manber-fuzzy-search
  2846. x509 >= "0.6.3"
  2847. xapi-backtrace >= "0.7"
  2848. xapi-inventory >= "1.2.1"
  2849. xapi-rrd >= "1.8.2"
  2850. xapi-stdext-date
  2851. xapi-stdext-encodings
  2852. xapi-stdext-pervasives
  2853. xapi-stdext-std
  2854. xapi-stdext-threads
  2855. xapi-stdext-unix
  2856. xapi-stdext-zerocheck
  2857. xdg < "3.3.0"
  2858. xdg-basedir
  2859. xen-evtchn >= "2.1.0"
  2860. xen-evtchn-unix >= "2.1.0"
  2861. xen-gnt >= "3.1.0"
  2862. xen-gnt-unix >= "3.1.0"
  2863. xenstore >= "2.1.0"
  2864. xenstore_transport >= "1.1.0"
  2865. xmelly
  2866. xml-light >= "2.5"
  2867. xmldiff >= "0.7.0"
  2868. xmldiff_js
  2869. xmlplaylist >= "0.1.5"
  2870. xoshiro
  2871. xtmpl >= "0.19.0"
  2872. xtmpl_js
  2873. xtmpl_ppx
  2874. yaml >= "1.0.0"
  2875. yaml-sexp
  2876. yara >= "0.2"
  2877. yocaml
  2878. yocaml_cmark
  2879. yocaml_git
  2880. yocaml_jingoo
  2881. yocaml_markdown
  2882. yocaml_mustache
  2883. yocaml_syndication
  2884. yocaml_unix
  2885. yocaml_yaml
  2886. yojson >= "1.5.0"
  2887. yojson-bench
  2888. yurt >= "0.6"
  2889. yuscii >= "0.2.1"
  2890. yuujinchou
  2891. zarith-ppx
  2892. zarith_stubs_js
  2893. zed >= "2.0"
  2894. zeit
  2895. zelus
  2896. zelus-gtk
  2897. zipperposition >= "1.5.1"
  2898. zipperposition-tools
  2899. zlib >= "0.6"
  2900. zlist >= "0.4.0"
  2901. zmq >= "5.1.0"
  2902. zmq-async >= "5.1.0"
  2903. zmq-eio
  2904. zmq-lwt >= "5.1.0"
  2905. zstandard >= "v0.12.1"
  2906. zstd = "0.3"
  2907. 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"