package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.4.0.tbz
sha256=28f1484a798103021833d544f1a79b0234cca77add49bba073013eae94b9dc24
sha512=aa8561d7174f8435a0e86fbd165005a121797e5e5e46d50d5dc75c863bde0e2945311222cadb8ac27e75052bedbae9edf418cb1130f50d807705218ee284a19b

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: 09 Mar 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

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