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