package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.3.1.tbz
sha256=b2b3dd9cdfd34ef8c4583ea8c52c3503c2395bf94c264af19d6450547e12f5cb
sha512=023fe4ddf743b8de24de0d7d2e6d5d0f85e459c5044aa4ba3de02cf63113d54d79004cc8ea8f7a958b324e9cbeef0845ec6a0f65454bc6a2e635e8944d28a0f9

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