package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

fiber-3.0.2.tbz
sha256=a35d3ca8879630e5f4554ff059d7396e0fd40c24f6082730fd7c779c58836deb
sha512=6c77afa682dd57d47386832b0be1156b0623920b0e1f6af6819fb18e1a94f9cd31d51cd82e86ce7246b4a65c07dee6061ece3ef4a24dee2bcb6ac114969a20a2

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

Conflicts (7)

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

Innovation. Community. Security.