package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.5.1.tbz
sha256=8f77d3a87f208e0d7cccaa1c48c4bb1bb87d62d07c3f25e9b8ba298e028ce52b
sha512=f209f12ced10c1abf8782bdb0143f4cec77795f7174d2cc75130afb1e01550b01f2f77b9e3ec4888efdad83d2f9878d179b39126f824f4e522f3ef4da34bf27e

Description

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

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

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

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

Published: 20 Apr 2020

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 of the low-level details of OCaml compilation. All you have to do is provide a description of your project and dune will do the rest.

The scheme it implements is 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, which means that it is highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, you can 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: all you need to build dune and packages using dune is OCaml. 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, arrange them in any way on the file system and 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 is able to 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.07.0 to build itself and can build OCaml projects using ocaml 4.02.3 or greater.

Installation

The recommended way to install dune is 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 that are installed by dune, such as the man pages, and the last simply installs all of that on the system.

Note that 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 now fairly stable and is 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.07~~"
  5. ocaml >= "4.07" & < "4.12"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. absolute
  6. abstract_algebra < "v0.17.0"
  7. accessor < "v0.17.0"
  8. accessor_async < "v0.17.0"
  9. accessor_base < "v0.17.0"
  10. accessor_core < "v0.17.0"
  11. acgtk >= "1.4.0" & < "2.0.0"
  12. aches
  13. aches-lwt
  14. acpc >= "2.0.0"
  15. advi
  16. ahrocksdb
  17. aifad >= "2.2.1" & < "2.3.0"
  18. alba >= "0.4.1"
  19. albatross < "1.5.0"
  20. alcotest >= "0.8.5" & < "1.5.0"
  21. alcotest-async >= "0.8.5" & < "1.5.0"
  22. alcotest-lwt >= "0.8.5" & < "1.5.0"
  23. alcotest-mirage < "1.5.0"
  24. alg_structs
  25. alg_structs_qcheck
  26. algaeff
  27. alsa >= "0.3.0"
  28. alt-ergo >= "2.3.0" & < "2.4.3"
  29. alt-ergo-free >= "2.3.3"
  30. alt-ergo-lib < "2.4.3"
  31. alt-ergo-lib-free
  32. alt-ergo-parsers < "2.4.3"
  33. alt-ergo-parsers-free
  34. altgr-ergo >= "2.3.0" & < "2.4.3"
  35. amf >= "0.1.2"
  36. amqp-client >= "2.0.3"
  37. amqp-client-async >= "2.0.3"
  38. amqp-client-lwt >= "2.0.3"
  39. anders
  40. angstrom >= "0.11.1"
  41. angstrom-async >= "0.11.1"
  42. angstrom-lwt-unix >= "0.11.1"
  43. angstrom-unix >= "0.11.1"
  44. ansi < "0.6.0"
  45. anthill
  46. ao >= "0.2.2" & < "0.2.4"
  47. apronext
  48. archetype < "1.2.3"
  49. archi
  50. archi-async
  51. archi-lwt
  52. argon2 >= "1.0.0"
  53. arp >= "1.0.0" & < "2.3.1"
  54. arp-mirage
  55. asak
  56. asli >= "0.2.0"
  57. asn1-combinators >= "0.2.2"
  58. async >= "v0.12.0" & < "v0.17.0"
  59. async-uri < "0.4.0"
  60. async_durable >= "v0.12.0" & < "v0.17.0"
  61. async_extra >= "v0.12.0" & < "v0.17.0"
  62. async_find >= "v0.12.0" & < "v0.17.0"
  63. async_graphics >= "0.7.0"
  64. async_inotify >= "v0.12.0" & < "v0.17.0"
  65. async_interactive >= "v0.12.0" & < "v0.17.0"
  66. async_js >= "v0.12.0" & < "v0.17.0"
  67. async_kernel >= "v0.12.0" & < "v0.17.0"
  68. async_rpc_kernel >= "v0.12.0" & < "v0.17.0"
  69. async_rpc_websocket < "v0.17.0"
  70. async_sendfile >= "v0.12.0" & < "v0.17.0"
  71. async_shell >= "v0.12.0" & < "v0.17.0"
  72. async_smtp >= "v0.12.0" & < "v0.17.0"
  73. async_ssl >= "v0.12.0" & < "v0.17.0"
  74. async_udp < "v0.17.0"
  75. async_unix >= "v0.12.0" & < "v0.17.0"
  76. async_websocket < "v0.17.0"
  77. atd = "2.2.1"
  78. atdgen = "2.2.1"
  79. atdgen-codec-runtime < "2.3.3"
  80. atdgen-runtime = "2.2.1"
  81. atdj = "2.2.1"
  82. atds < "2.3.3"
  83. atomic < "base"
  84. avro
  85. avro-compiler
  86. awa < "0.1.0"
  87. awa-lwt < "0.1.0"
  88. awa-mirage < "0.1.0"
  89. aws-s3 >= "4.0.0"
  90. aws-s3-async >= "4.0.0"
  91. aws-s3-lwt >= "4.0.0"
  92. azblob
  93. azblob-async
  94. azure-cosmos-db < "0.2.0"
  95. babel < "v0.17.0"
  96. bag
  97. bark
  98. base >= "v0.12.0" & < "v0.17.0"
  99. base64 >= "2.3.0"
  100. base_bigstring < "v0.17.0"
  101. base_quickcheck >= "v0.12.1" & < "v0.17.0"
  102. base_trie < "v0.17.0"
  103. bastet
  104. bastet_async
  105. bastet_lwt
  106. batch_jaro_winkler
  107. batsat < "0.7"
  108. bddrand
  109. bech32
  110. bechamel
  111. bechamel-js
  112. bechamel-notty
  113. bechamel-perf
  114. beluga = "1.0"
  115. benchmark >= "1.6"
  116. benchpress
  117. benchpress-server
  118. bencode >= "2.0"
  119. bentov
  120. bheap >= "2.0.0"
  121. bidirectional_map < "v0.17.0"
  122. bigarray-compat
  123. bigarray-overlap < "0.2.1"
  124. bigdecimal < "v0.17.0"
  125. bignum >= "v0.12.0" & < "v0.17.0"
  126. bigstring >= "0.3"
  127. bigstring-unix >= "0.3"
  128. bigstringaf >= "0.5.0" & < "0.7.0"
  129. bimage
  130. bimage-display
  131. bimage-gtk
  132. bimage-io
  133. bimage-lwt
  134. bimage-sdl
  135. bimage-unix
  136. bimap
  137. bin_prot >= "v0.12.0" & < "v0.17.0"
  138. biniou >= "1.2.1"
  139. binning
  140. biocaml >= "0.9.0"
  141. bisect_ppx >= "1.4.0" & < "2.5.0"
  142. bistro >= "0.5.0"
  143. bistro-bio
  144. bitcoinml >= "0.4.1"
  145. bitlib
  146. bitmasks >= "1.2.0"
  147. bitstring >= "3.1.1"
  148. bitv >= "1.4"
  149. bjack >= "0.1.6"
  150. blake2 >= "0.3"
  151. bloomf
  152. bls12-381 < "0.4.1"
  153. bnfgen
  154. bogue < "20210917"
  155. bonsai < "v0.17.0"
  156. bson2
  157. bst >= "6.0.0"
  158. buffer-pool
  159. build_path_prefix_map >= "0.3"
  160. builder
  161. bun >= "0.3.4"
  162. bwd
  163. bwrap
  164. bytearray >= "1.0.1"
  165. bytepdf
  166. ca-certs
  167. ca-certs-nss < "3.64.0.1"
  168. cairo2 >= "0.6" & < "0.6.3"
  169. cairo2-gtk
  170. cairo2-pango < "0.6.3"
  171. calculon >= "0.4"
  172. calculon-redis
  173. calculon-redis-lib
  174. calculon-web >= "0.4"
  175. caldav < "0.2.2"
  176. calendar >= "3.0.0"
  177. calendars
  178. callipyge >= "0.2"
  179. camelot
  180. camels
  181. camelsnakekebab
  182. camlimages >= "5.0.2" & < "5.0.5"
  183. camlon >= "3.0.0"
  184. camlp-streams < "5.0.1"
  185. camltc >= "0.9.8"
  186. camomile = "1.0.2"
  187. capnp >= "3.3.0"
  188. capnp-rpc >= "0.3.2" & < "1.2.3"
  189. capnp-rpc-lwt >= "0.3.2" & < "1.2.3"
  190. capnp-rpc-mirage >= "0.3.2" & < "1.2.3"
  191. capnp-rpc-net < "1.2.3"
  192. capnp-rpc-unix >= "0.3.2" & < "1.2.3"
  193. caqti >= "1.0.0" & < "2.1.1"
  194. caqti-async >= "1.0.0" & < "2.1.1"
  195. caqti-driver-mariadb >= "1.0.0" & < "2.0.1"
  196. caqti-driver-pgx < "2.1.1"
  197. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  198. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  199. caqti-dynload >= "1.0.0"
  200. caqti-eio < "2.1.1"
  201. caqti-lwt >= "1.0.0" & < "2.1.1"
  202. caqti-mirage < "2.1.1"
  203. caqti-type-calendar >= "1.0.0"
  204. catala < "0.5.0"
  205. catapult
  206. catapult-client
  207. catapult-daemon
  208. catapult-file
  209. catapult-sqlite
  210. cbor >= "0.3"
  211. cconv >= "0.5"
  212. cconv-ppx
  213. cdrom >= "0.9.4"
  214. certify >= "0.3.0"
  215. cfg >= "2.2.0" & < "2.3.0"
  216. cfml
  217. cfstream >= "1.3.1"
  218. chacha
  219. charInfo_width
  220. charrua
  221. charrua-client >= "0.11.2"
  222. charrua-client-lwt >= "0.11.2"
  223. charrua-client-mirage >= "0.11.2"
  224. charrua-core >= "0.11.2"
  225. charrua-server
  226. charrua-unix >= "0.11.2"
  227. charset
  228. chartjs
  229. chartjs-annotation
  230. chartjs-colorschemes
  231. chartjs-datalabels
  232. chartjs-streaming
  233. chase
  234. checkseum >= "0.0.3" & < "0.2.1"
  235. choice >= "0.4"
  236. cinaps >= "v0.12.0"
  237. clangml >= "4.0.0" & < "4.8.0"
  238. clangml-transforms >= "0.24"
  239. clap < "0.2.0"
  240. clarity >= "0.4.0"
  241. clz
  242. cmarker
  243. codept >= "0.10.3"
  244. cohttp >= "1.1.1" & < "6.0.0~alpha0"
  245. cohttp-async >= "1.1.1" & < "6.0.0~alpha0"
  246. cohttp-lwt >= "1.1.1" & < "6.0.0~alpha0"
  247. cohttp-lwt-jsoo >= "1.1.1" & < "6.0.0~alpha0"
  248. cohttp-lwt-unix >= "1.1.1" & < "6.0.0~alpha0"
  249. cohttp-lwt-unix-nossl
  250. cohttp-lwt-unix-ssl
  251. cohttp-mirage >= "1.1.1" & < "6.0.0~alpha0"
  252. cohttp-top >= "1.1.1" & < "6.0.0~alpha0"
  253. cohttp_async_websocket < "v0.17.0"
  254. cohttp_static_handler < "v0.17.0"
  255. coin >= "0.1.1"
  256. colombe
  257. color >= "0.2.0"
  258. color-brewery
  259. combinat < "3.0"
  260. command_rpc >= "v0.12.0" & < "v0.17.0"
  261. conduit >= "1.3.0"
  262. conduit-async >= "1.3.0"
  263. conduit-async-ssl
  264. conduit-async-tls
  265. conduit-lwt >= "1.3.0"
  266. conduit-lwt-ssl
  267. conduit-lwt-tls
  268. conduit-lwt-unix >= "1.3.0"
  269. conduit-mirage
  270. conduit-tls
  271. conex >= "0.10.0"
  272. conex-mirage-crypto
  273. conex-nocrypto
  274. conformist < "0.8.1"
  275. containers >= "2.4" & < "3.13"
  276. containers-data < "3.13"
  277. containers-thread
  278. content_security_policy < "v0.17.0"
  279. cookie
  280. coq >= "8.14.0" & < "8.17.0"
  281. coq-of-ocaml < "2.4.1"
  282. coq-serapi >= "8.9.0+0.6.0"
  283. coqide >= "8.14.0" & < "8.17.0"
  284. core >= "v0.12.0" & < "v0.17.0"
  285. core_bench >= "v0.12.0" & < "v0.17.0"
  286. core_compat
  287. core_extended >= "v0.12.0" & < "v0.17.0"
  288. core_kernel >= "v0.12.3" & < "v0.17.0"
  289. core_profiler >= "v0.12.0" & < "v0.17.0"
  290. core_unix < "v0.17.0"
  291. cosovo
  292. cow = "2.4.0"
  293. cowabloga >= "0.5.0"
  294. cpm >= "5.0.0" & < "12.1.2"
  295. cppo >= "1.6.6"
  296. cppo_ocamlbuild >= "1.6.6"
  297. cpu
  298. cpuid >= "0.1.2"
  299. crc >= "2.1.0"
  300. crlibm >= "0.3"
  301. crontab
  302. crowbar = "0.2"
  303. crunch >= "2.2.0"
  304. cry = "0.6.5"
  305. cryptokit >= "1.16.1"
  306. csexp < "1.5.2"
  307. css-parser
  308. cstruct >= "3.3.0"
  309. cstruct-async >= "3.3.0"
  310. cstruct-lwt >= "3.3.0"
  311. cstruct-sexp
  312. cstruct-unix >= "3.3.0"
  313. csv >= "2.2"
  314. csv-lwt >= "2.1"
  315. csvfields >= "v0.12.0" & < "v0.17.0"
  316. csvtool
  317. ctypes-zarith
  318. cudf >= "0.10"
  319. cuid >= "0.2"
  320. cumulus
  321. curly = "0.2.0"
  322. current < "0.6"
  323. current_ansi
  324. current_docker < "0.6"
  325. current_examples < "0.6"
  326. current_git < "0.6"
  327. current_github < "0.6"
  328. current_incr < "0.6.0"
  329. current_ocluster < "0.2"
  330. current_rpc < "0.6"
  331. current_slack < "0.6"
  332. current_web < "0.6"
  333. curses = "1.0.9"
  334. curve-sampling
  335. cviode
  336. cwe_checker
  337. DrawGrammar >= "0.2.2"
  338. daft >= "0.0.4"
  339. data-encoding < "1.0.0"
  340. dataframe
  341. datakit >= "0.12.2"
  342. datakit-bridge-github >= "0.12.2"
  343. datakit-bridge-local-git >= "0.12.2"
  344. datakit-ci >= "0.12.2"
  345. datakit-client >= "0.12.2"
  346. datakit-client-9p >= "0.12.2"
  347. datakit-client-git >= "0.12.2"
  348. datakit-github >= "0.12.2"
  349. datakit-server >= "0.12.2"
  350. datakit-server-9p >= "0.12.2"
  351. datalog >= "0.6"
  352. daypack-lib
  353. dbf < "0.1.1"
  354. debian-formats >= "0.1.2"
  355. decoders >= "0.1.2" & < "1.0.0"
  356. decoders-bencode < "1.0.0"
  357. decoders-cbor < "1.0.0"
  358. decoders-ezjsonm >= "0.1.2" & < "1.0.0"
  359. decoders-jsonm < "1.0.0"
  360. decoders-msgpck < "1.0.0"
  361. decoders-sexplib < "1.0.0"
  362. decoders-yojson >= "0.1.2" & < "1.0.0"
  363. decompress >= "0.8.1" & < "1.3.0"
  364. dedent < "v0.17.0"
  365. dedukti >= "2.7"
  366. delimited_parsing >= "v0.12.0" & < "v0.17.0"
  367. depyt >= "0.3.0"
  368. devkit >= "1.0"
  369. diet >= "0.2"
  370. diffable
  371. digestif >= "0.7" & < "0.8.1"
  372. directories
  373. disml
  374. dispatch >= "0.4.1"
  375. dispatch-js >= "0.4.1"
  376. distributed >= "0.6.0"
  377. distributed-lwt >= "0.2.0"
  378. distributed-uwt >= "0.2.0"
  379. dkim
  380. dkim-bin
  381. dkim-mirage
  382. dlm >= "0.3.1"
  383. dns >= "1.1.0"
  384. dns-async >= "1.1.0"
  385. dns-certify
  386. dns-cli
  387. dns-client
  388. dns-client-lwt
  389. dns-client-mirage
  390. dns-lwt >= "1.1.0"
  391. dns-lwt-unix >= "1.1.0"
  392. dns-mirage
  393. dns-resolver
  394. dns-server
  395. dns-stub
  396. dns-tsig
  397. dnssec
  398. docker-api >= "0.2" & < "0.2.2"
  399. docker_hub
  400. dockerfile >= "6.0.0" & < "8.1.0"
  401. dockerfile-cmd >= "6.0.0" & < "8.1.0"
  402. dockerfile-opam >= "6.0.0" & < "8.1.0"
  403. dokeysto >= "3.0.1"
  404. dokeysto_camltc >= "3.0.1"
  405. dokeysto_lz4 >= "3.0.2"
  406. dolmen = "0.4.1"
  407. dolog >= "4.0.0"
  408. domain-name >= "0.1.2"
  409. domainslib < "0.5.0"
  410. dot-merlin-reader < "3.5.0"
  411. dotenv
  412. dream-cli < "0.2.0"
  413. dream-encoding < "0.2.0"
  414. dream-livereload < "0.2.0"
  415. dream-serve
  416. dropbox >= "0.2"
  417. dropbox_lwt_unix
  418. dssi = "0.1.3"
  419. dtoa >= "0.3.2"
  420. dtools = "0.4.2"
  421. duff >= "0.2"
  422. dum >= "1.0.2"
  423. dune-action-plugin != "2.6.0" & < "2.7.0"
  424. dune-build-info != "2.6.0" & < "2.7.0"
  425. dune-configurator >= "1.11.4" & < "2.6.0"
  426. dune-deps
  427. dune-glob != "2.6.0" & < "2.7.0"
  428. dune-private-libs != "2.6.0" & < "2.7.0"
  429. dune-release >= "1.0.0" & < "1.5.1"
  430. duppy = "0.9.0"
  431. duration >= "0.1.2"
  432. earley = "2.0.0"
  433. earlybird < "1.0.0"
  434. easy-format = "1.3.2"
  435. easy_logging
  436. easy_logging_yojson
  437. ecaml >= "v0.12.0" & < "v0.17.0"
  438. edn >= "0.1.6-1-gff9db95"
  439. eigen >= "0.1.0"
  440. eio-ssl < "0.1.1"
  441. either
  442. elasticsearch-cli >= "0.5"
  443. electrod >= "0.2.1" & < "1.0.0"
  444. elpi >= "1.3.1" & < "1.15.2"
  445. email_message >= "v0.12.0" & < "v0.17.0"
  446. embedded_ocaml_templates < "0.6"
  447. emile >= "0.4"
  448. encore >= "0.3"
  449. env_config < "v0.17.0"
  450. epictetus
  451. eqaf >= "0.2"
  452. erssical >= "1.1.0"
  453. esgg
  454. ethernet
  455. euler
  456. exenum >= "0.86"
  457. exit
  458. expect_test_helpers >= "v0.12.0"
  459. expect_test_helpers_async < "v0.17.0"
  460. expect_test_helpers_core < "v0.17.0"
  461. expect_test_helpers_kernel >= "v0.12.0"
  462. extlib >= "1.7.9"
  463. extunix >= "0.3.1" & < "0.4.0"
  464. ez_pgocaml
  465. ezcurl
  466. ezcurl-lwt
  467. ezdl
  468. ezgzip >= "0.2.3"
  469. ezjs_ace
  470. ezjs_blockies
  471. ezjs_cleave
  472. ezjs_crypto
  473. ezjs_cytoscape
  474. ezjs_d3pie
  475. ezjs_extension
  476. ezjs_fetch < "0.3"
  477. ezjs_idb < "0.1.1"
  478. ezjs_jquery
  479. ezjs_min < "0.2.2"
  480. ezjs_odometer
  481. ezjs_push
  482. ezjs_qrcode
  483. ezjs_recaptcha
  484. ezjs_timeline
  485. ezjsonm >= "1.0.0"
  486. ezjsonm-lwt >= "1.0.0"
  487. ezresto
  488. ezresto-directory
  489. ezsqlite >= "0.4.2"
  490. ezxenstore >= "0.4.1"
  491. ezxmlm >= "1.1.0"
  492. faad = "0.5.0"
  493. facteur
  494. faraday >= "0.7.1"
  495. faraday-async >= "0.7.1"
  496. faraday-lwt >= "0.7.1"
  497. faraday-lwt-unix >= "0.7.1"
  498. farmhash >= "0.4"
  499. fasmifra
  500. fat-filesystem >= "0.13.0"
  501. fd-send-recv >= "2.0.1"
  502. fdkaac = "0.3.2"
  503. feat
  504. feat-core
  505. feat-num
  506. ff < "0.6.0"
  507. ff-pbt < "0.6.0"
  508. ff-sig < "0.6.0"
  509. ffmpeg = "1.0.0~beta1"
  510. ffmpeg-av < "1.0.0~beta2"
  511. ffmpeg-avcodec < "1.0.0~beta2"
  512. ffmpeg-avdevice < "1.0.0~beta2"
  513. ffmpeg-avfilter < "1.0.0~beta2"
  514. ffmpeg-avutil < "1.0.0~beta2"
  515. ffmpeg-swresample < "1.0.0~beta2"
  516. ffmpeg-swscale < "1.0.0~beta2"
  517. fftw3 >= "0.8.2"
  518. fiat-p256 < "0.2.2"
  519. fieldslib >= "v0.12.0" & < "v0.17.0"
  520. file_path < "v0.17.0"
  521. fileutils >= "0.6.1"
  522. fit
  523. fix >= "20181206"
  524. flac = "0.3.0"
  525. flex-array
  526. fmlib < "0.5.3"
  527. fmlib_js >= "0.3.0" & < "0.5.3"
  528. fmlib_parse < "0.5.3"
  529. fmlib_pretty < "0.5.3"
  530. fmlib_std < "0.5.3"
  531. freetds >= "0.7"
  532. frei0r >= "0.1.2"
  533. frenetic >= "5.0.5"
  534. fswatch
  535. fswatch_async
  536. fswatch_lwt
  537. functoria >= "2.2.2" & < "4.0.0~beta1"
  538. functoria-runtime >= "2.2.2" & != "2.2.5" & < "4.0.0~beta1"
  539. fuzzy_compare
  540. fuzzy_match < "v0.17.0"
  541. fzf < "v0.17.0"
  542. General >= "0.6.0"
  543. gapi-ocaml >= "0.3.7"
  544. gbddml
  545. gdbprofiler >= "0.4"
  546. gemini >= "0.3.0"
  547. gen >= "0.5.2"
  548. gen_js_api >= "1.0.6" & < "1.0.8"
  549. genprint
  550. genspir >= "1.0.0"
  551. geoml
  552. get_line >= "7.0.0"
  553. gettext >= "0.4.1"
  554. gettext-camomile
  555. gettext-stub
  556. git >= "2.0.0" & < "3.0.0"
  557. git-http >= "2.0.0"
  558. git-mirage >= "2.0.0" & < "3.0.0"
  559. git-unix >= "2.0.0" & < "3.0.0"
  560. github >= "4.0.0" & < "4.4.0"
  561. github-hooks >= "0.4.0"
  562. github-hooks-unix >= "0.4.0"
  563. github-jsoo >= "4.0.0" & < "4.4.0"
  564. github-unix >= "4.0.0" & < "4.4.0"
  565. glfw-ocaml
  566. gluten < "0.5.0"
  567. gluten-async < "0.5.0"
  568. gluten-eio < "0.5.0"
  569. gluten-lwt < "0.5.0"
  570. gluten-lwt-unix < "0.5.0"
  571. gluten-mirage < "0.5.0"
  572. gmap >= "0.2.1"
  573. gnuplot >= "0.6"
  574. gobba
  575. gobject-introspection
  576. google-drive-ocamlfuse >= "0.6.26"
  577. gopcaml-mode >= "0.0.2" & < "0.0.6"
  578. gospel < "0.2.0"
  579. gperftools >= "0.4"
  580. gpr >= "1.4.0"
  581. gr
  582. graphics >= "5.0.0"
  583. graphql >= "0.8.0"
  584. graphql-async >= "0.8.0"
  585. graphql-cohttp >= "0.9.0"
  586. graphql-lwt >= "0.8.0"
  587. graphql_parser >= "0.9.0"
  588. graphql_ppx >= "0.7.1"
  589. gremlin
  590. grenier >= "0.8" & < "0.15"
  591. grid
  592. gsl >= "1.24.0" & < "1.25.0"
  593. gstreamer >= "0.3.1"
  594. h2 < "0.10.0"
  595. h2-async < "0.10.0"
  596. h2-lwt < "0.10.0"
  597. h2-lwt-unix < "0.10.0"
  598. h2-mirage < "0.10.0"
  599. hack_parallel >= "1.0.0"
  600. hacl >= "0.3"
  601. hacl-star
  602. hacl-star-raw >= "0.5.0"
  603. hacl_x25519 < "0.2.1"
  604. happy-eyeballs
  605. happy-eyeballs-lwt
  606. happy-eyeballs-mirage
  607. hardcaml >= "v0.12.0" & < "v0.17.0"
  608. hardcaml_axi < "v0.17.0"
  609. hardcaml_c < "v0.17.0"
  610. hardcaml_circuits < "v0.17.0"
  611. hardcaml_fixed_point < "v0.17.0"
  612. hardcaml_handshake < "v0.17.0"
  613. hardcaml_of_verilog < "v0.17.0"
  614. hardcaml_step_testbench < "v0.17.0"
  615. hardcaml_verify < "v0.17.0"
  616. hardcaml_verilator < "v0.17.0"
  617. hardcaml_waveterm < "v0.17.0"
  618. hardcaml_xilinx < "v0.17.0"
  619. hardcaml_xilinx_components < "v0.17.0"
  620. hardcaml_xilinx_reports < "v0.17.0"
  621. hashids >= "1.0.1"
  622. haxe >= "4.1.1"
  623. hc < "0.2"
  624. hdf5 >= "0.1.5"
  625. headache >= "1.04" & < "1.07"
  626. herdtools7 >= "7.55" & < "7.57"
  627. hex >= "1.3.0"
  628. hex_encode < "v0.17.0"
  629. hg_lib < "v0.17.0"
  630. hidapi >= "1.1"
  631. hidapi-lwt
  632. higher_kinded < "v0.17.0"
  633. hkdf >= "1.0.3"
  634. hl_yaml
  635. hockmd
  636. horned_worm >= "0.3.4"
  637. hpack < "0.10.0"
  638. hts_shrink >= "2.0.0"
  639. http-lwt-client
  640. http-mirage-client
  641. httpaf >= "0.6.0"
  642. httpaf-async >= "0.6.0"
  643. httpaf-lwt-unix
  644. huffman
  645. hvsock >= "2.0.0"
  646. hxd < "0.3.0"
  647. ISO8601 >= "0.2.6"
  648. i3ipc >= "0.1.4"
  649. icalendar
  650. idd
  651. idds
  652. imagelib >= "20200929"
  653. incr_dom >= "v0.12.0" & < "v0.17.0"
  654. incr_dom_interactive < "v0.17.0"
  655. incr_dom_keyboard
  656. incr_dom_partial_render < "v0.17.0"
  657. incr_dom_sexp_form < "v0.17.0"
  658. incr_dom_widgets >= "v0.12.0"
  659. incr_map >= "v0.12.0" & < "v0.17.0"
  660. incr_select >= "v0.12.0" & < "v0.17.0"
  661. incremental >= "v0.12.0" & < "v0.17.0"
  662. indentation_buffer < "v0.17.0"
  663. index < "1.3.0"
  664. inferno >= "20190924" & < "20211222"
  665. influxdb
  666. influxdb-async
  667. influxdb-lwt
  668. inquire < "0.3.0"
  669. int_repr < "v0.17.0"
  670. integers >= "0.3.0"
  671. integers_stubs_js
  672. integration1d >= "0.5.1"
  673. interface-prime
  674. interface-prime-lwt
  675. interval >= "1.5" & < "1.6"
  676. interval-map
  677. interval_base
  678. interval_crlibm
  679. interval_intel
  680. io-page >= "2.1.0" & < "2.4.0"
  681. io-page-unix >= "2.1.0"
  682. io-page-xen >= "2.1.0"
  683. iostream
  684. iostream-camlzip
  685. ipaddr >= "2.9.0"
  686. ipaddr-cstruct
  687. ipaddr-sexp
  688. irc-client >= "0.6.2"
  689. irc-client-lwt >= "0.6.2"
  690. irc-client-lwt-ssl
  691. irc-client-tls >= "0.6.2"
  692. irc-client-unix >= "0.6.2"
  693. irmin >= "2.0.0" & < "2.3.0"
  694. irmin-chunk >= "2.0.0" & < "2.3.0"
  695. irmin-fs >= "2.0.0" & < "2.3.0"
  696. irmin-git >= "2.0.0" & < "2.3.0"
  697. irmin-graphql < "2.3.0"
  698. irmin-http >= "2.0.0" & < "2.3.0"
  699. irmin-indexeddb >= "2.0"
  700. irmin-mem >= "2.0.0" & < "2.3.0"
  701. irmin-mirage >= "2.0.0" & < "2.3.0"
  702. irmin-mirage-git < "2.3.0"
  703. irmin-mirage-graphql < "2.3.0"
  704. irmin-pack < "2.3.0"
  705. irmin-test < "2.3.0"
  706. irmin-unix >= "2.0.0" & < "2.3.0"
  707. iso639
  708. iter
  709. itv-tree >= "2.2"
  710. JsOfOCairo >= "2.0.0"
  711. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  712. jane_rope < "v0.17.0"
  713. janestreet_cpuid < "v0.17.0"
  714. janestreet_csv < "v0.17.0"
  715. janestreet_lru_cache < "v0.17.0"
  716. jemalloc >= "0.2"
  717. jerboa
  718. jhupllib >= "0.2.1"
  719. jingoo >= "1.3.0"
  720. jose < "0.6.0"
  721. js_of_ocaml >= "3.3.0" & < "3.10.0"
  722. js_of_ocaml-compiler >= "3.3.0" & < "3.10.0"
  723. js_of_ocaml-lwt >= "3.3.0" & < "3.10.0"
  724. js_of_ocaml-ocamlbuild >= "3.5.0" & < "3.10.0"
  725. js_of_ocaml-ppx >= "3.3.0" & < "3.10.0"
  726. js_of_ocaml-ppx_deriving_json >= "3.3.0" & < "3.10.0"
  727. js_of_ocaml-toplevel >= "3.3.0" & < "3.10.0"
  728. js_of_ocaml-tyxml >= "3.3.0" & < "3.10.0"
  729. js_of_ocaml-webgpu
  730. js_of_ocaml-webidl
  731. js_of_ocaml_patches < "v0.17.0"
  732. json-data-encoding < "1.0.0"
  733. json-data-encoding-browser < "1.0.0"
  734. json-data-encoding-bson < "1.0.0"
  735. json_decoder
  736. jsonaf < "v0.17.0"
  737. jsonrpc < "1.6.0"
  738. jsonxt
  739. jsoo_broadcastchannel >= "2.0.0"
  740. jsoo_storage >= "1.0.1"
  741. jst-config < "v0.17.0"
  742. junit >= "2.0.1"
  743. junit_alcotest >= "2.0.1"
  744. junit_ounit >= "2.0.1"
  745. jupyter >= "2.3.2"
  746. jupyter-archimedes >= "2.3.2" & < "2.7.3"
  747. jupyter-kernel >= "0.4"
  748. jwto < "0.4.0"
  749. kafka >= "0.5"
  750. kafka_async
  751. kafka_lwt
  752. kappa-agents
  753. kappa-binaries
  754. kappa-library
  755. kappa-server
  756. kcas < "0.1.6"
  757. ke
  758. key-parsers >= "0.10.0"
  759. kicadsch >= "0.4.0"
  760. kind2 < "1.5.0"
  761. kinetic-client >= "0.0.11"
  762. krb
  763. lablgtk3 >= "3.0.beta4"
  764. lablgtk3-goocanvas2
  765. lablgtk3-gtkspell3
  766. lablgtk3-rsvg2
  767. lablgtk3-sourceview3
  768. lablqml >= "0.6" & < "0.7"
  769. labrys
  770. lacaml >= "11.0.2" & < "11.0.10"
  771. ladspa = "0.2.0"
  772. lambda
  773. lambda-runtime
  774. lambda-term >= "2.0" & < "3.3.0"
  775. lambda_streams
  776. lambda_streams_async
  777. lambda_streams_lwt
  778. lambdasoup >= "0.6.4" & < "0.7.3"
  779. lame >= "0.3.4" & < "0.3.6"
  780. lascar >= "0.6-alpha" & < "0.7.0"
  781. lastfm = "0.3.3"
  782. launchd >= "1.3"
  783. lazy-trie >= "1.2.0"
  784. lbfgs >= "0.9.1"
  785. lbvs_consent >= "2.1.0"
  786. ldap = "2.4.1"
  787. learn-ocaml
  788. learn-ocaml-client
  789. ledgerwallet
  790. ledgerwallet-tezos
  791. lens >= "1.2.3"
  792. let-if >= "0.2.0"
  793. letsencrypt
  794. letsencrypt-app
  795. letsencrypt-dns
  796. letsencrypt-mirage
  797. letters < "0.3.0"
  798. leveldb >= "1.3.0"
  799. libabsolute
  800. libsvm >= "0.10.0"
  801. libzipperposition
  802. line-up-words >= "v0.12.0" & < "v0.17.0"
  803. line_oriented
  804. linenoise >= "1.2.0"
  805. links >= "0.9" & < "0.9.5"
  806. links-mysql < "0.9.5"
  807. links-postgresql >= "0.9" & < "0.9.5"
  808. links-sqlite3 < "0.9.5"
  809. linol
  810. linol-eio
  811. linol-lwt
  812. linwrap
  813. liquid_interpreter
  814. liquid_ml
  815. liquid_parser
  816. liquid_std
  817. liquid_syntax
  818. lmdb >= "1.0"
  819. lo >= "0.2.0"
  820. loga >= "0.0.5"
  821. logical
  822. logs-async < "1.3"
  823. logs-async-reporter < "1.3"
  824. logs-syslog >= "0.2.0"
  825. logtk >= "1.5.1"
  826. lp
  827. lp-glpk
  828. lp-glpk-js
  829. lp-gurobi
  830. lpd >= "1.2.2"
  831. lru >= "0.3.0"
  832. lru_cache >= "v0.16.0"
  833. lsp < "1.6.0"
  834. lua_parser < "1.0.2"
  835. lun
  836. lustre-v6 >= "6.103.3"
  837. lutils >= "1.51.2"
  838. lutin >= "2.71.10"
  839. luv < "0.5.13"
  840. luv_unix
  841. lwd < "0.2"
  842. lwt >= "4.2.0"
  843. lwt-canceler
  844. lwt-dllist
  845. lwt-exit
  846. lwt-parallel >= "1.0.0"
  847. lwt-pipe
  848. lwt-pipeline >= "0.2"
  849. lwt-watcher
  850. lwt_domain
  851. lwt_glib >= "1.1.1"
  852. lwt_log >= "1.1.1"
  853. lwt_ppx >= "1.2.2"
  854. lwt_ppx_let
  855. lwt_react >= "1.1.2"
  856. lwt_ssl >= "1.1.3"
  857. lz4 >= "1.2.0"
  858. lz4_chans
  859. macaddr
  860. macaddr-cstruct
  861. macaddr-sexp
  862. mad = "0.5.0"
  863. magic-mime >= "1.1.2"
  864. magic-trace
  865. malfunction >= "0.3" & < "0.5"
  866. man_in_the_middle_debugger < "v0.17.0"
  867. markdown
  868. markup >= "0.8.0" & < "1.0.0-1"
  869. markup-lwt
  870. mastodon-archive-viewer >= "0.2" & < "0.4.0"
  871. matplotlib
  872. mc2
  873. mccs >= "1.1+10"
  874. md2mld < "0.7.0"
  875. mdx < "1.11.0"
  876. mechaml >= "1.1.0"
  877. memcad >= "1.1.0"
  878. memo
  879. memprof-limits
  880. memtrace
  881. memtrace-mirage
  882. memtrace_viewer >= "v0.15.0"
  883. menhir >= "20200123" & < "20211125"
  884. menhirLib < "20211125"
  885. menhirSdk < "20211125"
  886. merge-fmt
  887. merlin >= "3.2.1" & < "4.1-411"
  888. merlin-extend >= "0.4"
  889. mesh >= "0.9.5"
  890. mesh-easymesh >= "0.9.5"
  891. mesh-graphics >= "0.9.5"
  892. mesh-triangle >= "0.9.5"
  893. metapp < "0.4.4"
  894. metaquot < "0.5.2"
  895. metrics
  896. metrics-influx
  897. metrics-lwt
  898. metrics-mirage
  899. metrics-rusage
  900. metrics-unix
  901. mew
  902. mew_vi
  903. mindstorm >= "0.8"
  904. mindstorm-lwt
  905. minicaml
  906. minicli >= "5.0.2"
  907. minisat >= "0.3"
  908. mirage >= "3.3.0" & < "4.0.0~beta1"
  909. mirage-block >= "1.2.0"
  910. mirage-block-combinators
  911. mirage-block-lwt >= "1.2.0"
  912. mirage-block-ramdisk >= "0.4"
  913. mirage-block-solo5 >= "0.6.0"
  914. mirage-block-unix >= "2.11.0"
  915. mirage-block-xen >= "1.6.0"
  916. mirage-bootvar-solo5 >= "0.6.0"
  917. mirage-bootvar-unix
  918. mirage-bootvar-xen >= "0.6.0"
  919. mirage-channel >= "3.2.0"
  920. mirage-channel-lwt >= "3.2.0"
  921. mirage-clock >= "2.0.0" & < "4.1.0"
  922. mirage-clock-freestanding >= "2.0.0" & < "4.1.0"
  923. mirage-clock-lwt >= "2.0.0"
  924. mirage-clock-unix >= "2.0.0" & < "4.1.0"
  925. mirage-conduit = "1.3.0" | >= "3.1.0"
  926. mirage-console >= "2.4.0"
  927. mirage-console-lwt >= "2.4.0"
  928. mirage-console-solo5 >= "0.6.0"
  929. mirage-console-unix >= "2.4.1"
  930. mirage-console-xen >= "2.4.0"
  931. mirage-console-xen-backend >= "2.4.0"
  932. mirage-console-xen-proto >= "2.4.0"
  933. mirage-crypto < "0.8.6"
  934. mirage-crypto-entropy
  935. mirage-crypto-pk < "0.8.6"
  936. mirage-crypto-rng < "0.8.6"
  937. mirage-crypto-rng-mirage < "0.8.6"
  938. mirage-device >= "1.2.0"
  939. mirage-dns >= "3.1.0"
  940. mirage-entropy >= "0.5.1"
  941. mirage-flow >= "1.6.0"
  942. mirage-flow-combinators
  943. mirage-flow-lwt >= "1.6.0"
  944. mirage-flow-rawlink >= "1.1.0"
  945. mirage-flow-unix >= "1.6.0"
  946. mirage-fs >= "1.2.0"
  947. mirage-fs-lwt >= "1.2.0"
  948. mirage-fs-mem
  949. mirage-fs-unix >= "1.6.0"
  950. mirage-kv >= "2.0.0"
  951. mirage-kv-lwt >= "2.0.0"
  952. mirage-kv-mem
  953. mirage-kv-unix < "3.0.0"
  954. mirage-logs >= "1.0.0" & < "2.0.0"
  955. mirage-monitoring
  956. mirage-nat >= "1.1.0"
  957. mirage-net >= "2.0.0"
  958. mirage-net-lwt >= "2.0.0"
  959. mirage-net-macosx >= "1.5.0"
  960. mirage-net-solo5 >= "0.4.3"
  961. mirage-net-unix >= "2.5.0"
  962. mirage-net-xen >= "1.9.0"
  963. mirage-profile >= "0.9.0"
  964. mirage-profile-unix >= "0.9.0"
  965. mirage-profile-xen >= "0.9.0"
  966. mirage-protocols >= "2.0.0"
  967. mirage-protocols-lwt >= "2.0.0"
  968. mirage-qubes >= "0.7.0"
  969. mirage-qubes-ipv4 >= "0.7.0"
  970. mirage-random >= "1.2.0"
  971. mirage-random-stdlib
  972. mirage-random-test
  973. mirage-runtime >= "3.3.0" & < "4.0.0~beta1"
  974. mirage-solo5 >= "0.6.2" & < "0.6.4"
  975. mirage-stack >= "1.4.0"
  976. mirage-stack-lwt >= "1.4.0"
  977. mirage-time >= "1.3.0"
  978. mirage-time-lwt >= "1.3.0"
  979. mirage-time-unix >= "1.3.0"
  980. mirage-types >= "3.3.0"
  981. mirage-types-lwt >= "3.3.0"
  982. mirage-unix >= "3.2.0"
  983. mirage-vnetif >= "0.4.2"
  984. mirage-vnetif-stack
  985. mirage-xen >= "3.2.0" & < "6.0.0"
  986. mkaudio >= "1.1.0"
  987. mkocaml
  988. mlfenv
  989. mlmpfr >= "4.0.2+dune" & < "4.1.0+bugfix1"
  990. mlpost-lablgtk
  991. mlt_parser >= "v0.12.0" & < "v0.17.0"
  992. mm >= "0.7.0" & < "0.7.2"
  993. mmap
  994. mmdb
  995. mock >= "0.1.1"
  996. mock-ounit >= "0.1.1"
  997. molenc
  998. monaco_jsoo
  999. monolith
  1000. monorobot
  1001. morbig >= "0.10.3"
  1002. morsmall
  1003. moss >= "0.1.1"
  1004. mparser >= "1.3"
  1005. mparser-pcre
  1006. mparser-re
  1007. mperf
  1008. mpg123 < "0.3"
  1009. mpp >= "0.3.4"
  1010. mpris >= "0.2.0"
  1011. mpris-clients
  1012. mrmime < "0.4.0"
  1013. mrt-format >= "0.3.1"
  1014. msat >= "0.8"
  1015. msat-bin
  1016. msgpck >= "1.5"
  1017. msgpck-repr
  1018. mssql
  1019. mugen
  1020. multipart-form-data >= "0.3.0"
  1021. multipart_form
  1022. multipart_form-cohttp-lwt
  1023. multipart_form-eio
  1024. multipart_form-lwt
  1025. murmur3 >= "0.3"
  1026. mustache = "3.1.0"
  1027. mutf8
  1028. mwt
  1029. mybuild >= "7"
  1030. mysql8
  1031. n_ary < "v0.17.0"
  1032. naboris
  1033. nacc
  1034. nbd = "4.0.3"
  1035. netchannel >= "1.9.0"
  1036. netkat
  1037. netlink >= "0.3.4"
  1038. netsnmp < "v0.17.0"
  1039. nice_parser
  1040. nmea
  1041. nocoiner
  1042. noise
  1043. nottui < "0.2"
  1044. nottui-lwt < "0.2"
  1045. nottui-pretty < "0.2"
  1046. notty >= "0.2.3"
  1047. notty_async >= "v0.12.0" & < "v0.17.0"
  1048. np
  1049. npy >= "0.0.9"
  1050. nsq >= "0.4.0"
  1051. numeric_string < "v0.17.0"
  1052. nuscr < "2.0.0"
  1053. OCanren < "0.3.0~alpha1"
  1054. OCanren-ppx < "0.3.0~alpha1"
  1055. obeam
  1056. obelisk >= "0.5.0"
  1057. obus >= "1.2.0"
  1058. ocal >= "0.2.2"
  1059. ocaml-canvas
  1060. ocaml-compiler-libs >= "v0.12.0" & != "v0.12.4"
  1061. ocaml-embed-file < "v0.17.0"
  1062. ocaml-lsp-server < "1.6.0"
  1063. ocaml-lua >= "1.8"
  1064. ocaml-migrate-parsetree >= "1.2.0"
  1065. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1066. ocaml-monadic >= "0.4.1"
  1067. ocaml-print-intf
  1068. ocaml-probes < "v0.17.0"
  1069. ocaml-protoc >= "2.0.1"
  1070. ocaml-protoc-plugin < "4.3.1"
  1071. ocaml-r >= "0.1.1"
  1072. ocaml-syntax-shims
  1073. ocaml-systemd >= "1.3"
  1074. ocaml-top >= "1.2.0"
  1075. ocaml-vdom < "transition"
  1076. ocaml-version >= "1.0.0" & < "3.6.0"
  1077. ocaml_db_model
  1078. ocaml_intrinsics < "v0.17.0"
  1079. ocaml_pgsql_model
  1080. ocaml_plugin >= "v0.12.0"
  1081. ocamlapi
  1082. ocamlapi_async
  1083. ocamlapi_lwt_unix
  1084. ocamlapi_ppx
  1085. ocamlcodoc
  1086. ocamlformat >= "0.7" & < "0.16.0"
  1087. ocamlfuse >= "2.7.1-cvs6" & < "2.7.1-cvs8"
  1088. ocamlgraph >= "2.0.0"
  1089. ocamlgraph_gtk
  1090. ocamline
  1091. ocb
  1092. ocluster < "0.2"
  1093. ocluster-api < "0.2"
  1094. ocolor
  1095. ocp-browser >= "1.1.9"
  1096. ocp-indent >= "1.7.0"
  1097. ocp-indent-nlfork >= "1.5.4"
  1098. ocp-index >= "1.1.9"
  1099. ocp_reveal
  1100. ocplib-endian >= "1.1"
  1101. ocplib-json-typed >= "0.7"
  1102. ocplib-json-typed-browser
  1103. ocplib-json-typed-bson
  1104. ocplib-simplex >= "0.5"
  1105. octavius >= "1.2.2"
  1106. odash
  1107. odate >= "0.6"
  1108. odep < "0.2.0"
  1109. odepack >= "0.6.9"
  1110. odnnr
  1111. odoc >= "1.4.0" & < "2.0.0"
  1112. of_json < "v0.17.0"
  1113. offheap
  1114. ogg = "0.6.0" | = "0.7.0"
  1115. oidc
  1116. ojs < "1.0.8"
  1117. olinq >= "0.3"
  1118. omd >= "2.0.0~alpha1" & < "2.0.0~alpha3"
  1119. omg
  1120. omigrate < "0.3.1"
  1121. omlr
  1122. opam-0install < "0.4.2"
  1123. opam-0install-cudf < "0.4.2"
  1124. opam-build
  1125. opam-client >= "2.0.2"
  1126. opam-compiler < "0.2.0"
  1127. opam-core >= "2.0.2"
  1128. opam-custom-install
  1129. opam-devel >= "2.0.2"
  1130. opam-ed >= "0.4"
  1131. opam-file-format >= "2.1.0" & < "2.1.5"
  1132. opam-format >= "2.0.2"
  1133. opam-graph
  1134. opam-grep >= "0.2.0"
  1135. opam-installer >= "2.0.2"
  1136. opam-package-upgrade >= "0.2"
  1137. opam-publish >= "2.0.2"
  1138. opam-repository >= "2.0.2"
  1139. opam-solver >= "2.0.2"
  1140. opam-state >= "2.0.2"
  1141. opam-test
  1142. opam2web >= "2.0"
  1143. opasswd >= "1.3.1"
  1144. opazl
  1145. openai-gym
  1146. opencc0
  1147. opencc1
  1148. opencc1_1
  1149. openQASM
  1150. opium >= "0.17.0"
  1151. opium-graphql
  1152. opium-testing
  1153. opium_kernel >= "0.17.0"
  1154. oplot = "0.50"
  1155. oplsr
  1156. opomodoro
  1157. optal
  1158. opti
  1159. optimization1d >= "0.6.1"
  1160. optint >= "0.0.2"
  1161. opus = "0.2.0"
  1162. oraft < "0.3.0"
  1163. oranger >= "2.0.1"
  1164. ordinal_abbreviation < "v0.17.0"
  1165. ordma >= "0.0.5"
  1166. orec >= "1.0.1"
  1167. orewa
  1168. orpie
  1169. orrandomForest
  1170. orsvm_e1071 >= "4.0.0"
  1171. orun
  1172. orxgboost >= "1.1.0"
  1173. oseq >= "0.2"
  1174. oskel
  1175. osx-secure-transport >= "0.1.1"
  1176. otf
  1177. otoml
  1178. otr >= "0.3.6"
  1179. ounit = "2.1.2"
  1180. ounit-lwt < "2.2.0"
  1181. ounit2 < "2.2.7"
  1182. ounit2-lwt < "2.2.7"
  1183. override < "0.4.0"
  1184. owee >= "0.3"
  1185. owl >= "0.4.0"
  1186. owl-base >= "0.4.0"
  1187. owl-jupyter
  1188. owl-ode
  1189. owl-ode-base
  1190. owl-ode-odepack
  1191. owl-ode-sundials
  1192. owl-opt
  1193. owl-opt-lbfgs
  1194. owl-plplot
  1195. owl-symbolic
  1196. owl-top >= "0.4.0"
  1197. owl-zoo >= "0.4.0"
  1198. owork
  1199. ozulip
  1200. p4pp
  1201. pacomb
  1202. paf
  1203. paf-cohttp
  1204. paf-le
  1205. pam < "v0.17.0"
  1206. pandoc < "0.2.1"
  1207. pandoc-abbreviations < "0.2.1"
  1208. pandoc-comment < "0.2.1"
  1209. pandoc-crossref < "0.2.1"
  1210. pandoc-include < "0.2.1"
  1211. pandoc-inspect < "0.2.1"
  1212. pandoc-pdf2png < "0.2.1"
  1213. pandoc-replace < "0.2.1"
  1214. papi >= "0.1.1"
  1215. parany >= "7.0.2"
  1216. pardi
  1217. parmap >= "1.1.1" & < "1.2.3"
  1218. parse-argv >= "0.2.0"
  1219. parsexp >= "v0.12.0" & < "v0.17.0"
  1220. parsexp_io >= "v0.12.0" & < "v0.17.0"
  1221. parsley
  1222. patch < "2.0.0"
  1223. patdiff >= "v0.12.1" & < "v0.17.0"
  1224. patience_diff >= "v0.12.0" & < "v0.17.0"
  1225. pattern
  1226. pb
  1227. pb-plugin
  1228. pbkdf >= "1.0.0"
  1229. pbrt
  1230. pbrt_services
  1231. pbrt_yojson
  1232. pcap-format >= "0.5.2"
  1233. pcre >= "7.3.5" & < "7.5.0"
  1234. pds-reachability >= "0.2.2"
  1235. pecu >= "0.2"
  1236. petr4
  1237. pf-qubes
  1238. pg_query
  1239. pgocaml >= "4.0"
  1240. pgocaml_ppx
  1241. pgx >= "1.0" & < "2.2"
  1242. pgx_async >= "1.0" & < "2.2"
  1243. pgx_lwt >= "1.0" & < "2.2"
  1244. pgx_lwt_mirage < "2.2"
  1245. pgx_lwt_unix < "2.2"
  1246. pgx_unix >= "1.0" & < "2.2"
  1247. pgx_value_core < "2.2"
  1248. pgx_value_ptime < "2.2"
  1249. phantom-algebra >= "1.0.1"
  1250. phonetic
  1251. piaf
  1252. picasso
  1253. piqi >= "0.7.8"
  1254. piqilib >= "0.6.16"
  1255. pixel_pusher
  1256. pkcs11 >= "0.18.0"
  1257. pkcs11-cli
  1258. pkcs11-driver
  1259. pkcs11-rev
  1260. pla >= "1.3"
  1261. plato
  1262. plebeia < "2.0.0"
  1263. plotkicadsch >= "0.4.0"
  1264. plplot >= "5.11.0-1"
  1265. polka
  1266. polling_state_rpc < "v0.17.0"
  1267. polly
  1268. pomap >= "4.1.0"
  1269. portaudio = "0.2.2"
  1270. portaudio_c_bindings
  1271. posix-base < "2.0.2"
  1272. posix-bindings < "2.0.2"
  1273. posix-getopt >= "2.0.0" & < "2.0.2"
  1274. posix-signal < "2.0.2"
  1275. posix-socket < "2.0.2"
  1276. posix-socket-unix < "2.0.2"
  1277. posix-time2 < "2.0.2"
  1278. posix-types >= "2.0.0" & < "2.0.2"
  1279. posix-uname < "2.0.2"
  1280. posixat >= "v0.12.0" & < "v0.17.0"
  1281. postgres_async < "v0.17.0"
  1282. postgresql >= "4.4.1"
  1283. pp < "1.2.0"
  1284. pprint >= "20200226"
  1285. ppx-owl-opt
  1286. ppx_accessor < "v0.17.0"
  1287. ppx_assert >= "v0.12.0" & < "v0.17.0"
  1288. ppx_bap
  1289. ppx_base >= "v0.12.0" & < "v0.17.0"
  1290. ppx_bench >= "v0.12.0" & < "v0.17.0"
  1291. ppx_bigarray >= "3.0.0"
  1292. ppx_bin_prot >= "v0.12.0" & < "v0.17.0"
  1293. ppx_bitstring >= "4.0.0"
  1294. ppx_blob >= "0.6.0"
  1295. ppx_bsx
  1296. ppx_cold < "v0.17.0"
  1297. ppx_compare >= "v0.12.0" & < "v0.17.0"
  1298. ppx_compose >= "0.1.0"
  1299. ppx_const >= "2.0"
  1300. ppx_conv_func >= "v0.12.0" & < "v0.17.0"
  1301. ppx_css < "v0.17.0"
  1302. ppx_cstruct >= "3.3.0"
  1303. ppx_cstubs
  1304. ppx_csv_conv >= "v0.12.0" & < "v0.17.0"
  1305. ppx_custom_printf >= "v0.12.0" & < "v0.17.0"
  1306. ppx_defer >= "0.4.0"
  1307. ppx_demo < "v0.17.0"
  1308. ppx_derive_at_runtime < "v0.17.0"
  1309. ppx_derivers >= "1.2.1"
  1310. ppx_deriving >= "4.3"
  1311. ppx_deriving_cmdliner >= "0.5.1"
  1312. ppx_deriving_encoding < "0.3.0"
  1313. ppx_deriving_hardcaml >= "v0.12.0"
  1314. ppx_deriving_jsoo
  1315. ppx_deriving_madcast >= "0.2"
  1316. ppx_deriving_protobuf >= "2.7"
  1317. ppx_deriving_rpc >= "6.1.0"
  1318. ppx_deriving_yojson >= "3.3"
  1319. ppx_disable_unused_warnings < "v0.17.0"
  1320. ppx_distr_guards = "0.2"
  1321. ppx_enum
  1322. ppx_enumerate >= "v0.12.0" & < "v0.17.0"
  1323. ppx_expect >= "v0.12.0" & < "v0.17.0"
  1324. ppx_factory
  1325. ppx_fail >= "v0.12.0"
  1326. ppx_fast_pipe
  1327. ppx_fields_conv >= "v0.12.0" & < "v0.17.0"
  1328. ppx_fixed_literal < "v0.17.0"
  1329. ppx_gen_rec >= "1.1.0"
  1330. ppx_getenv >= "2.0"
  1331. ppx_globalize < "v0.17.0"
  1332. ppx_hash >= "v0.12.0" & < "v0.17.0"
  1333. ppx_here >= "v0.12.0" & < "v0.17.0"
  1334. ppx_ignore_instrumentation < "v0.17.0"
  1335. ppx_import >= "1.5-3-gbd627d5"
  1336. ppx_inline_alcotest
  1337. ppx_inline_test >= "v0.12.0" & < "v0.16.1"
  1338. ppx_irmin < "2.3.0"
  1339. ppx_jane >= "v0.12.0" & < "v0.17.0"
  1340. ppx_js_style >= "v0.12.0" & < "v0.17.0"
  1341. ppx_jsobject_conv >= "0.6.0" & < "0.9.0"
  1342. ppx_jsonaf_conv < "v0.17.0"
  1343. ppx_let >= "v0.12.0" & < "v0.17.0"
  1344. ppx_log < "v0.17.0"
  1345. ppx_meta_conv >= "4.0.1"
  1346. ppx_module_timer < "v0.17.0"
  1347. ppx_monoid = "0.3.2"
  1348. ppx_mysql
  1349. ppx_mysql_identity
  1350. ppx_optcomp >= "v0.12.0" & < "v0.17.0"
  1351. ppx_optional >= "v0.12.0" & < "v0.17.0"
  1352. ppx_pattern_bind < "v0.17.0"
  1353. ppx_pipebang >= "v0.12.0" & < "v0.17.0"
  1354. ppx_protocol_conv >= "3.1.0"
  1355. ppx_protocol_conv_json >= "3.1.0"
  1356. ppx_protocol_conv_jsonm
  1357. ppx_protocol_conv_msgpack >= "3.1.0"
  1358. ppx_protocol_conv_xml_light >= "3.1.0"
  1359. ppx_protocol_conv_xmlm
  1360. ppx_protocol_conv_yaml >= "3.1.0"
  1361. ppx_python < "v0.17.0"
  1362. ppx_rapper
  1363. ppx_rapper_async
  1364. ppx_rapper_lwt
  1365. ppx_regexp >= "0.4.0"
  1366. ppx_relit
  1367. ppx_sexp_conv >= "v0.12.0" & < "v0.17.0"
  1368. ppx_sexp_message >= "v0.12.0" & < "v0.17.0"
  1369. ppx_sexp_value >= "v0.12.0" & < "v0.17.0"
  1370. ppx_show
  1371. ppx_stable < "v0.17.0"
  1372. ppx_stable_witness < "v0.17.0"
  1373. ppx_string < "v0.17.0"
  1374. ppx_string_interpolation
  1375. ppx_test >= "1.7.0"
  1376. ppx_there
  1377. ppx_tools >= "6.0+4.08.0"
  1378. ppx_tools_versioned >= "5.2.2"
  1379. ppx_tydi < "v0.17.0"
  1380. ppx_type_directed_value
  1381. ppx_typed_fields < "v0.17.0"
  1382. ppx_typerep_conv >= "v0.12.0" & < "v0.17.0"
  1383. ppx_tyre
  1384. ppx_units
  1385. ppx_variants_conv >= "v0.12.0" & < "v0.17.0"
  1386. ppx_wideopen
  1387. ppx_xml_conv >= "v0.12.0" & < "v0.17.0"
  1388. ppx_yojson < "1.3.0"
  1389. ppx_yojson_conv < "v0.17.0"
  1390. ppx_yojson_conv_lib < "v0.17.0"
  1391. ppxfind >= "1.3"
  1392. ppxlib >= "0.4.0" & < "0.21.0"
  1393. ppxx >= "2.4.0"
  1394. prc
  1395. printbox >= "0.2" & < "0.8"
  1396. printbox-html < "0.8"
  1397. printbox-text < "0.8"
  1398. prof_spacetime >= "0.3.0"
  1399. profunctor < "v0.17.0"
  1400. prom
  1401. prometheus >= "0.6"
  1402. prometheus-app >= "0.6"
  1403. promise
  1404. protocell
  1405. protocol-9p >= "1.0.0"
  1406. protocol-9p-tool >= "1.0.0"
  1407. protocol-9p-unix >= "1.0.0"
  1408. protocol_version_header >= "v0.12.0" & < "v0.17.0"
  1409. psq >= "0.1.1"
  1410. ptmap >= "2.0.5"
  1411. ptset >= "1.0.1"
  1412. pulseaudio = "0.1.4"
  1413. pure-splitmix >= "0.3"
  1414. py >= "1.1"
  1415. pythonlib
  1416. qbf >= "0.3"
  1417. qcheck >= "0.9" & < "0.21"
  1418. qcheck-alcotest < "0.21"
  1419. qcheck-core < "0.21"
  1420. qcheck-ounit < "0.21"
  1421. qiskit < "0.44.0"
  1422. qmp >= "0.19.0"
  1423. qrencode >= "0.2"
  1424. qtest >= "2.10.1"
  1425. queenshead
  1426. quests
  1427. radare2 >= "0.0.3"
  1428. randomconv >= "0.1.1"
  1429. range
  1430. rangeSet
  1431. rankers
  1432. rawlink >= "1.0" & < "2.1"
  1433. rdbg >= "1.196.12"
  1434. re >= "1.9.0"
  1435. re2 >= "v0.12.1" & < "v0.17.0"
  1436. re2_stable
  1437. re_parser < "v0.17.0"
  1438. reactiveData >= "0.3.0"
  1439. reanalyze
  1440. reason >= "3.5.0" & < "3.9.0"
  1441. reason-standard
  1442. received
  1443. record_builder >= "v0.12.0" & < "v0.17.0"
  1444. records >= "1.0.0"
  1445. reddit_api_async < "0.2.1"
  1446. reddit_api_kernel < "0.2.1"
  1447. redirect
  1448. redis >= "0.4"
  1449. redis-async < "v0.17.0"
  1450. redis-lwt >= "0.4"
  1451. redis-sync >= "0.4"
  1452. reed-solomon-erasure >= "1.0.2"
  1453. reedsolomon >= "0.3"
  1454. refl
  1455. regenerate >= "0.2"
  1456. regex_parser_intf < "v0.17.0"
  1457. relit_helper
  1458. remu_ts
  1459. res >= "5.0.1"
  1460. resource-pooling >= "1.1"
  1461. resource_cache >= "v0.12.0" & < "v0.17.0"
  1462. resp
  1463. resp-client
  1464. resp-mirage
  1465. resp-server >= "0.9"
  1466. resp-unix
  1467. resto
  1468. resto-acl
  1469. resto-cohttp
  1470. resto-cohttp-client
  1471. resto-cohttp-self-serving-client
  1472. resto-cohttp-server
  1473. resto-directory
  1474. resto-json
  1475. result >= "1.4"
  1476. rfc1951 >= "0.8.1" & != "1.0.0" & < "1.3.0"
  1477. rfc6287 >= "1.0.4"
  1478. rfc7748
  1479. rfsm >= "1.6-alpha-3" & < "1.7.0"
  1480. rhythm
  1481. ringo
  1482. ringo-lwt
  1483. rock
  1484. root1d >= "0.5.1"
  1485. rope >= "0.6.2"
  1486. rosetta >= "0.2.0"
  1487. routes < "1.0.0"
  1488. rpc >= "6.1.0"
  1489. rpc_parallel >= "v0.12.0" & < "v0.17.0"
  1490. rpclib >= "6.1.0"
  1491. rpclib-async >= "6.1.0"
  1492. rpclib-html
  1493. rpclib-js
  1494. rpclib-lwt >= "6.1.0"
  1495. rss
  1496. rtop >= "3.5.0" & < "3.9.0"
  1497. rungen
  1498. rusage
  1499. SZXX
  1500. safepass >= "3.1"
  1501. salsa20 >= "1.0.0"
  1502. salsa20-core >= "1.0.0"
  1503. samplerate = "0.1.5"
  1504. sanddb = "0.2"
  1505. satex
  1506. satyrographos < "0.0.2.7"
  1507. scaml < "1.5.0"
  1508. scgi
  1509. scipy
  1510. scrypt-kdf >= "1.0.0"
  1511. searchTree
  1512. secp256k1 >= "0.4.1"
  1513. secp256k1-internal < "0.4.0"
  1514. sedlex >= "2.0" & < "2.4"
  1515. sek
  1516. selective
  1517. semantic_version < "v0.17.0"
  1518. semaphore-compat
  1519. semver >= "0.2.1"
  1520. semver2
  1521. sendmail
  1522. sendmail-lwt
  1523. sentry
  1524. seq >= "0.2" & < "base"
  1525. sequencer_table >= "v0.12.0" & < "v0.17.0"
  1526. serial
  1527. session >= "0.4.1"
  1528. session-cohttp >= "0.4.1"
  1529. session-cohttp-async >= "0.4.1"
  1530. session-cohttp-lwt >= "0.4.1"
  1531. session-cookie
  1532. session-cookie-async
  1533. session-cookie-lwt
  1534. session-postgresql >= "0.4.1"
  1535. session-postgresql-async >= "0.4.1"
  1536. session-postgresql-lwt >= "0.4.1"
  1537. session-redis-lwt >= "0.4.1"
  1538. session-webmachine >= "0.4.1"
  1539. setcore >= "1.0.2"
  1540. sexp < "v0.17.0"
  1541. sexp_diff < "v0.17.0"
  1542. sexp_diff_kernel
  1543. sexp_grammar < "v0.17.0"
  1544. sexp_macro < "v0.17.0"
  1545. sexp_pretty >= "v0.12.0" & < "v0.17.0"
  1546. sexp_select < "v0.17.0"
  1547. sexp_string_quickcheck < "v0.17.0"
  1548. sexplib >= "v0.12.0" & < "v0.17.0"
  1549. sexplib0 >= "v0.12.0" & < "v0.17.0"
  1550. sgf >= "1.0.1"
  1551. sha >= "1.13" & < "1.15.1"
  1552. shapefile
  1553. shared-memory-ring >= "3.1.0"
  1554. shared-memory-ring-lwt >= "3.1.0"
  1555. shared-secret >= "0.4"
  1556. shell < "v0.17.0"
  1557. shexp >= "v0.12.0" & < "v0.17.0"
  1558. sihl < "0.1.5"
  1559. sklearn
  1560. slacko >= "0.14.1"
  1561. slug
  1562. smart-print >= "0.3.0"
  1563. smbc >= "0.5"
  1564. smtlib-utils
  1565. snappy >= "0.1.2"
  1566. so
  1567. sortedseq_intersect
  1568. soundtouch >= "0.1.9"
  1569. soupault
  1570. spacetime_lib >= "0.3.0"
  1571. spawn < "v0.9.0" | >= "v0.13.0" & < "v0.15.0"
  1572. spdx_licenses
  1573. speex = "0.4.0"
  1574. spelll >= "0.3"
  1575. spin < "0.7.0"
  1576. splay_tree >= "v0.12.0" & < "v0.17.0"
  1577. splittable_random >= "v0.12.0" & < "v0.17.0"
  1578. spotify-web-api >= "0.2.1"
  1579. spotlib >= "4.1.0"
  1580. sqlgg >= "20200521"
  1581. sqlite3 >= "4.4.1" & < "5.0.3"
  1582. sqlite3_utils
  1583. srt < "0.2.1"
  1584. ssh-agent >= "0.2.0"
  1585. ssh-agent-unix
  1586. ssl >= "0.5.6" & < "0.6.0"
  1587. stdcompat >= "19"
  1588. stdint >= "0.6.0" & < "0.7.2"
  1589. stdio >= "v0.12.0" & < "v0.17.0"
  1590. stdlib-diff
  1591. stdlib-shims
  1592. stitch
  1593. stored_reversed < "v0.17.0"
  1594. streamable < "v0.17.0"
  1595. streaming
  1596. string_dict >= "v0.12.0" & < "v0.17.0"
  1597. stringext >= "1.6.0"
  1598. sturgeon >= "0.4.2"
  1599. subscriptions-transport-ws
  1600. subtype-refinement >= "0.2"
  1601. swagger >= "0.2.0"
  1602. swhid_core
  1603. syndic >= "1.6.0"
  1604. sys-socket
  1605. sys-socket-unix
  1606. syslog >= "2.0.0"
  1607. syslog-message >= "1.0.0"
  1608. syslog-rfc5424
  1609. systemverilog >= "0.0.2"
  1610. tablecloth-base
  1611. tablecloth-native < "transition"
  1612. tar >= "1.0.0" & < "2.0.0"
  1613. tar-mirage >= "1.0.0" & < "2.0.0"
  1614. tar-unix >= "1.0.0" & < "2.0.0"
  1615. tcalc
  1616. tcpip >= "3.7.0" & < "6.0.0"
  1617. tdigest
  1618. teash
  1619. tensorboard
  1620. terminal_size >= "0.1.4"
  1621. textrazor
  1622. textutils >= "v0.12.0" & < "v0.17.0"
  1623. textutils_kernel >= "v0.12.0" & < "v0.17.0"
  1624. textwrap >= "0.2.1"
  1625. tezos-008-PtEdo2Zk-test-helpers
  1626. tezos-009-PsFLoren-test-helpers
  1627. tezos-010-PtGRANAD-test-helpers
  1628. tezos-accuser-006-PsCARTHA
  1629. tezos-accuser-007-PsDELPH1
  1630. tezos-accuser-008-PtEdo2Zk
  1631. tezos-accuser-008-PtEdoTez
  1632. tezos-accuser-009-PsFLoren
  1633. tezos-accuser-010-PtGRANAD < "11.0"
  1634. tezos-accuser-alpha < "11.0"
  1635. tezos-alpha-test-helpers < "12.0"
  1636. tezos-baker-006-PsCARTHA
  1637. tezos-baker-007-PsDELPH1
  1638. tezos-baker-008-PtEdo2Zk
  1639. tezos-baker-008-PtEdoTez
  1640. tezos-baker-009-PsFLoren
  1641. tezos-baker-010-PtGRANAD < "11.0"
  1642. tezos-baker-alpha < "11.0"
  1643. tezos-baking-006-PsCARTHA
  1644. tezos-baking-006-PsCARTHA-commands
  1645. tezos-baking-007-PsDELPH1
  1646. tezos-baking-007-PsDELPH1-commands
  1647. tezos-baking-008-PtEdo2Zk
  1648. tezos-baking-008-PtEdo2Zk-commands
  1649. tezos-baking-008-PtEdoTez
  1650. tezos-baking-008-PtEdoTez-commands
  1651. tezos-baking-009-PsFLoren
  1652. tezos-baking-009-PsFLoren-commands
  1653. tezos-baking-010-PtGRANAD < "11.0"
  1654. tezos-baking-010-PtGRANAD-commands < "11.0"
  1655. tezos-baking-alpha < "11.0"
  1656. tezos-baking-alpha-commands < "11.0"
  1657. tezos-base < "11.0"
  1658. tezos-clic < "11.0"
  1659. tezos-client < "11.0"
  1660. tezos-client-000-Ps9mPmXa < "11.0"
  1661. tezos-client-001-PtCJ7pwo < "11.0"
  1662. tezos-client-001-PtCJ7pwo-commands < "11.0"
  1663. tezos-client-002-PsYLVpVv < "11.0"
  1664. tezos-client-002-PsYLVpVv-commands < "11.0"
  1665. tezos-client-003-PsddFKi3 < "11.0"
  1666. tezos-client-003-PsddFKi3-commands < "11.0"
  1667. tezos-client-004-Pt24m4xi < "11.0"
  1668. tezos-client-004-Pt24m4xi-commands < "11.0"
  1669. tezos-client-005-PsBabyM1 < "11.0"
  1670. tezos-client-005-PsBabyM1-commands < "11.0"
  1671. tezos-client-006-PsCARTHA < "11.0"
  1672. tezos-client-006-PsCARTHA-commands < "11.0"
  1673. tezos-client-007-PsDELPH1 < "11.0"
  1674. tezos-client-007-PsDELPH1-commands < "11.0"
  1675. tezos-client-007-PsDELPH1-commands-registration < "11.0"
  1676. tezos-client-008-PtEdo2Zk < "11.0"
  1677. tezos-client-008-PtEdo2Zk-commands < "11.0"
  1678. tezos-client-008-PtEdo2Zk-commands-registration < "11.0"
  1679. tezos-client-008-PtEdoTez
  1680. tezos-client-008-PtEdoTez-commands
  1681. tezos-client-008-PtEdoTez-commands-registration
  1682. tezos-client-009-PsFLoren < "11.0"
  1683. tezos-client-009-PsFLoren-commands < "11.0"
  1684. tezos-client-009-PsFLoren-commands-registration < "11.0"
  1685. tezos-client-010-PtGRANAD < "11.0"
  1686. tezos-client-010-PtGRANAD-commands < "11.0"
  1687. tezos-client-010-PtGRANAD-commands-registration < "11.0"
  1688. tezos-client-alpha < "11.0"
  1689. tezos-client-alpha-commands < "11.0"
  1690. tezos-client-alpha-commands-registration < "11.0"
  1691. tezos-client-base < "11.0"
  1692. tezos-client-base-unix < "11.0"
  1693. tezos-client-commands < "11.0"
  1694. tezos-client-demo-counter < "11.0"
  1695. tezos-client-genesis < "11.0"
  1696. tezos-client-genesis-carthagenet < "11.0"
  1697. tezos-client-sapling-008-PtEdo2Zk < "11.0"
  1698. tezos-client-sapling-008-PtEdoTez
  1699. tezos-client-sapling-009-PsFLoren < "11.0"
  1700. tezos-client-sapling-010-PtGRANAD < "11.0"
  1701. tezos-client-sapling-alpha < "11.0"
  1702. tezos-codec < "11.0"
  1703. tezos-context < "11.0"
  1704. tezos-crypto < "11.0"
  1705. tezos-embedded-protocol-000-Ps9mPmXa < "11.0"
  1706. tezos-embedded-protocol-001-PtCJ7pwo < "11.0"
  1707. tezos-embedded-protocol-002-PsYLVpVv < "11.0"
  1708. tezos-embedded-protocol-003-PsddFKi3 < "11.0"
  1709. tezos-embedded-protocol-004-Pt24m4xi < "11.0"
  1710. tezos-embedded-protocol-005-PsBABY5H < "11.0"
  1711. tezos-embedded-protocol-005-PsBabyM1 < "11.0"
  1712. tezos-embedded-protocol-006-PsCARTHA < "11.0"
  1713. tezos-embedded-protocol-007-PsDELPH1 < "11.0"
  1714. tezos-embedded-protocol-008-PtEdo2Zk < "11.0"
  1715. tezos-embedded-protocol-008-PtEdoTez < "11.0"
  1716. tezos-embedded-protocol-009-PsFLoren < "11.0"
  1717. tezos-embedded-protocol-010-PtGRANAD < "11.0"
  1718. tezos-embedded-protocol-alpha < "11.0"
  1719. tezos-embedded-protocol-demo-counter < "11.0"
  1720. tezos-embedded-protocol-demo-noops < "11.0"
  1721. tezos-embedded-protocol-genesis < "11.0"
  1722. tezos-embedded-protocol-genesis-carthagenet < "11.0"
  1723. tezos-endorser-006-PsCARTHA
  1724. tezos-endorser-007-PsDELPH1
  1725. tezos-endorser-008-PtEdo2Zk
  1726. tezos-endorser-008-PtEdoTez
  1727. tezos-endorser-009-PsFLoren
  1728. tezos-endorser-010-PtGRANAD < "11.0"
  1729. tezos-endorser-alpha < "11.0"
  1730. tezos-error-monad < "11.0"
  1731. tezos-event-logging < "11.0"
  1732. tezos-hacl-glue < "11.0"
  1733. tezos-hacl-glue-unix < "11.0"
  1734. tezos-legacy-store < "11.0"
  1735. tezos-lmdb
  1736. tezos-lwt-result-stdlib < "11.0"
  1737. tezos-mempool-006-PsCARTHA
  1738. tezos-mempool-007-PsDELPH1
  1739. tezos-mempool-008-PtEdoTez
  1740. tezos-micheline < "11.0"
  1741. tezos-mockup < "11.0"
  1742. tezos-mockup-commands < "11.0"
  1743. tezos-mockup-proxy < "11.0"
  1744. tezos-mockup-registration < "11.0"
  1745. tezos-node < "11.0"
  1746. tezos-p2p < "11.0"
  1747. tezos-p2p-services < "11.0"
  1748. tezos-protocol-000-Ps9mPmXa < "11.0"
  1749. tezos-protocol-001-PtCJ7pwo < "11.0"
  1750. tezos-protocol-002-PsYLVpVv < "11.0"
  1751. tezos-protocol-003-PsddFKi3 < "11.0"
  1752. tezos-protocol-004-Pt24m4xi < "11.0"
  1753. tezos-protocol-005-PsBABY5H < "11.0"
  1754. tezos-protocol-005-PsBabyM1 < "11.0"
  1755. tezos-protocol-006-PsCARTHA < "11.0"
  1756. tezos-protocol-006-PsCARTHA-parameters
  1757. tezos-protocol-007-PsDELPH1 < "11.0"
  1758. tezos-protocol-007-PsDELPH1-parameters
  1759. tezos-protocol-008-PtEdo2Zk < "11.0"
  1760. tezos-protocol-008-PtEdo2Zk-parameters < "11.0"
  1761. tezos-protocol-008-PtEdoTez < "11.0"
  1762. tezos-protocol-008-PtEdoTez-parameters
  1763. tezos-protocol-009-PsFLoren < "11.0"
  1764. tezos-protocol-009-PsFLoren-parameters < "11.0"
  1765. tezos-protocol-010-PtGRANAD < "11.0"
  1766. tezos-protocol-010-PtGRANAD-parameters < "11.0"
  1767. tezos-protocol-alpha < "11.0"
  1768. tezos-protocol-alpha-parameters < "11.0"
  1769. tezos-protocol-compiler < "11.0"
  1770. tezos-protocol-demo-counter < "11.0"
  1771. tezos-protocol-demo-noops < "11.0"
  1772. tezos-protocol-environment < "11.0"
  1773. tezos-protocol-environment-packer < "11.0"
  1774. tezos-protocol-environment-sigs < "11.0"
  1775. tezos-protocol-environment-structs < "11.0"
  1776. tezos-protocol-genesis < "11.0"
  1777. tezos-protocol-genesis-carthagenet < "11.0"
  1778. tezos-protocol-plugin-007-PsDELPH1 < "11.0"
  1779. tezos-protocol-plugin-007-PsDELPH1-registerer < "11.0"
  1780. tezos-protocol-plugin-008-PtEdo2Zk < "11.0"
  1781. tezos-protocol-plugin-008-PtEdo2Zk-registerer < "11.0"
  1782. tezos-protocol-plugin-009-PsFLoren < "11.0"
  1783. tezos-protocol-plugin-009-PsFLoren-registerer < "11.0"
  1784. tezos-protocol-plugin-010-PtGRANAD < "11.0"
  1785. tezos-protocol-plugin-010-PtGRANAD-registerer < "11.0"
  1786. tezos-protocol-plugin-alpha < "11.0"
  1787. tezos-protocol-plugin-alpha-registerer < "11.0"
  1788. tezos-protocol-updater < "11.0"
  1789. tezos-proxy < "11.0"
  1790. tezos-requester < "11.0"
  1791. tezos-rpc < "11.0"
  1792. tezos-rpc-http < "11.0"
  1793. tezos-rpc-http-client < "11.0"
  1794. tezos-rpc-http-client-unix < "11.0"
  1795. tezos-rpc-http-server < "11.0"
  1796. tezos-sapling < "11.0"
  1797. tezos-shell < "11.0"
  1798. tezos-shell-context < "11.0"
  1799. tezos-shell-services < "11.0"
  1800. tezos-signer < "11.0"
  1801. tezos-signer-backends < "11.0"
  1802. tezos-signer-services < "11.0"
  1803. tezos-stdlib < "11.0"
  1804. tezos-stdlib-unix < "11.0"
  1805. tezos-storage
  1806. tezos-store < "11.0"
  1807. tezos-test-helpers < "11.0"
  1808. tezos-test-services
  1809. tezos-tooling < "13.0"
  1810. tezos-validation < "11.0"
  1811. tezos-validator < "11.0"
  1812. tezos-version < "11.0"
  1813. tezos-workers < "11.0"
  1814. tezt < "2.0.0"
  1815. theora >= "0.4.0"
  1816. thread-local-storage
  1817. thrift >= "0.10.0"
  1818. tidy >= "5-0.2"
  1819. tilde_f < "v0.17.0"
  1820. time_now < "v0.17.0"
  1821. timezone < "v0.17.0"
  1822. tiny_httpd < "0.15"
  1823. tiny_httpd_camlzip < "0.15"
  1824. tip-parser >= "0.4"
  1825. tldr
  1826. tls >= "0.11.0" & < "0.15.4"
  1827. tls-async < "0.15.4"
  1828. tls-mirage < "0.15.4"
  1829. toml >= "5.0.0" & < "7.0.0"
  1830. toml-cconv
  1831. toml_cconv < "7.0.0"
  1832. toplevel_backend < "v0.17.0"
  1833. toplevel_expect_test >= "v0.12.0" & < "v0.17.0"
  1834. topological_sort >= "v0.12.0" & < "v0.17.0"
  1835. torch
  1836. tqdm
  1837. tracing < "v0.17.0"
  1838. transept
  1839. traverse
  1840. travesty < "0.7.2"
  1841. travis-opam >= "1.5.0"
  1842. tree_layout >= "0.2"
  1843. treeprint >= "2.3.0"
  1844. trie >= "1.0.0"
  1845. tsort
  1846. tube >= "4.4.0"
  1847. tuntap >= "1.7.0"
  1848. twostep
  1849. typerep >= "v0.12.0" & < "v0.17.0"
  1850. tyre >= "0.5"
  1851. tyxml >= "4.3.0" & < "4.6.0"
  1852. tyxml-jsx < "4.6.0"
  1853. tyxml-lwd < "0.2"
  1854. tyxml-ppx >= "4.3.0" & < "4.6.0"
  1855. tyxml-syntax < "4.6.0"
  1856. ubase < "0.20"
  1857. ubpf < "0.2"
  1858. uecc >= "0.2"
  1859. uint >= "2.0.1"
  1860. ulid
  1861. unidecode
  1862. unionFind
  1863. unison >= "2.51.4" & < "2.53.4"
  1864. universo
  1865. unstrctrd
  1866. uri >= "2.2.0"
  1867. uri-bench
  1868. uri-re
  1869. uri-sexp
  1870. uritemplate
  1871. user-agent-parser
  1872. username_kernel < "v0.17.0"
  1873. utop >= "2.3.0"
  1874. uuuu >= "0.1.1"
  1875. variantslib >= "v0.12.0" & < "v0.17.0"
  1876. vcaml
  1877. vcardgen >= "1.2"
  1878. vchan >= "4.0.0"
  1879. vchan-unix >= "4.0.0"
  1880. vchan-xen >= "4.0.0"
  1881. vec < "0.2.0"
  1882. vector
  1883. vercel
  1884. vhd-format >= "0.12.0"
  1885. vhd-format-lwt >= "0.12.0"
  1886. virtual_dom >= "v0.12.0" & < "v0.17.0"
  1887. visitors >= "20200207"
  1888. vlq >= "0.2.1"
  1889. vmnet >= "1.3.2"
  1890. vocal
  1891. voqc < "0.2.0"
  1892. vorbis >= "0.8.0"
  1893. vue-jsoo < "0.3"
  1894. wall >= "0.4"
  1895. wasmer
  1896. weberizer >= "0.8"
  1897. webmachine >= "0.6.2"
  1898. websocket >= "2.12" & < "2.15"
  1899. websocket-async >= "2.12" & < "2.15"
  1900. websocket-lwt >= "2.12"
  1901. websocket-lwt-unix < "2.15"
  1902. websocketaf
  1903. webtest >= "2.0.0"
  1904. webtest-js
  1905. wikitext
  1906. win-error >= "1.0"
  1907. win-eventlog = "0.3"
  1908. winsvc < "1.0.1"
  1909. ws
  1910. ws-server
  1911. wseg
  1912. wtf8 >= "1.0.2"
  1913. x509 >= "0.6.3"
  1914. xapi-backtrace >= "0.7"
  1915. xapi-inventory >= "1.2.1"
  1916. xapi-rrd >= "1.8.2"
  1917. xapi-stdext-date < "4.21.0"
  1918. xapi-stdext-encodings < "4.21.0"
  1919. xapi-stdext-pervasives < "4.21.0"
  1920. xapi-stdext-std < "4.21.0"
  1921. xapi-stdext-threads < "4.21.0"
  1922. xapi-stdext-unix < "4.21.0"
  1923. xapi-stdext-zerocheck < "4.21.0"
  1924. xdg-basedir
  1925. xen-evtchn >= "2.1.0"
  1926. xen-evtchn-unix >= "2.1.0"
  1927. xen-gnt >= "3.1.0"
  1928. xen-gnt-unix >= "3.1.0"
  1929. xenstore >= "2.1.0"
  1930. xenstore_transport >= "1.1.0"
  1931. xmlplaylist >= "0.1.5"
  1932. yaml >= "1.0.0"
  1933. yaml-sexp
  1934. yara >= "0.2"
  1935. yojson >= "1.5.0" & < "2.1.0"
  1936. yojson-bench
  1937. yurt >= "0.6"
  1938. yuscii >= "0.2.1"
  1939. yuujinchou < "1.0.0" | >= "3.0.0"
  1940. zarith-ppx
  1941. zarith_stubs_js < "v0.17.0"
  1942. zed >= "2.0" & < "3.2.0"
  1943. zeit
  1944. zipperposition >= "1.5.1"
  1945. zipperposition-tools
  1946. zlib >= "0.6"
  1947. zmq >= "5.1.0" & < "5.2.1"
  1948. zmq-async >= "5.1.0" & < "5.2.1"
  1949. zmq-lwt >= "5.1.0" & < "5.2.1"
  1950. zstandard >= "v0.12.1" & < "v0.17.0"
  1951. zstd = "0.3"
  1952. zxcvbn >= "2.3+2"

Conflicts (4)

  1. jbuilder = "transition"
  2. dune-release < "1.3.0"
  3. odoc < "1.3.0"
  4. dune-configurator < "2.3.0"
OCaml

Innovation. Community. Security.