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