package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.6.2.tbz
sha256=4f6ec1f3f27ac48753d03b4a172127e4a56ae724201a3a18dc827c94425788e9
sha512=d195479c99a59edb0cb7674375f45e518389b2f251b02e5f603c196b9592acbcf2a12193b3de70831a543fa477f57abb101fdd210660e25805b147c66877cafa

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

Conflicts (5)

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

Innovation. Community. Security.