package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.5.0.tbz
sha256=9cc1661b9b173dd183867edcf8ee28a9ce79079a7d00316b719bdcba1d78d7da
sha512=fa29986243b73caa6ca01acbc55cfba5e454e069e737f53c32bee5abc7e3c4679fecdec232d34af63954287bebf0fb1cabe4a95c56147f457d82d1a72dd44223

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