package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 09 Mar 2020

README

Dune - A composable build system

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most of the low-level details of OCaml compilation. All you have to do is provide a description of your project and dune will do the rest.

The scheme it implements is inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, which means that it is highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, you can look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as merlin, handle installation, etc...

Dune itself is fast, has very low overhead and supports parallel builds on all platforms. It has no system dependencies: all you need to build dune and packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build dune and packages using dune.

Strengths

Composable

Take n repositories that use dune, arrange them in any way on the file system and the result is still a single repository that dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

Gracefully handles multi-package repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Building against several configurations at once

Dune is able to build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation.

This feature requires opam.

Requirements

Dune requires OCaml version 4.07.0 to build itself and can build OCaml projects using ocaml 4.02.3 or greater.

Installation

The recommended way to install dune is via the opam package manager:

$ opam install dune

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files that are installed by dune, such as the man pages, and the last simply installs all of that on the system.

Note that unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions about dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from jbuilder

Dune was formerly known as jbuilder. Migration from jbuilder to dune is described in the manual.

Status

Dune is now fairly stable and is used by the majority of packages on opam. Note that dune retains backward compatibility with Jbuilder, and in particular existing Jbuilder projects will continue to be buildable with dune.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.07~~"
  5. ocaml >= "4.07" & < "4.12"

Dev Dependencies

None

  1. 0install >= "2.15.1" & < "2.18"
  2. 0install-gtk < "2.18"
  3. ANSITerminal >= "0.8.1"
  4. absolute
  5. abstract_algebra < "v0.17.0"
  6. accessor < "v0.17.0"
  7. accessor_async < "v0.17.0"
  8. accessor_base < "v0.17.0"
  9. accessor_core < "v0.17.0"
  10. acgtk >= "1.4.0" & < "2.0.0"
  11. aches
  12. aches-lwt
  13. acpc >= "2.0.0"
  14. ahrocksdb
  15. aifad >= "2.2.1" & < "2.3.0"
  16. alba >= "0.4.1"
  17. albatross < "1.5.0"
  18. alcotest >= "0.8.5" & < "1.5.0"
  19. alcotest-async >= "0.8.5" & < "1.5.0"
  20. alcotest-lwt >= "0.8.5" & < "1.5.0"
  21. alcotest-mirage < "1.5.0"
  22. alg_structs
  23. alg_structs_qcheck
  24. algaeff
  25. alsa >= "0.3.0"
  26. alt-ergo >= "2.3.0" & < "2.4.3"
  27. alt-ergo-free >= "2.3.3"
  28. alt-ergo-lib < "2.4.3"
  29. alt-ergo-lib-free
  30. alt-ergo-parsers < "2.4.3"
  31. alt-ergo-parsers-free
  32. altgr-ergo >= "2.3.0" & < "2.4.3"
  33. amf >= "0.1.2"
  34. amqp-client >= "2.0.3"
  35. amqp-client-async >= "2.0.3"
  36. amqp-client-lwt >= "2.0.3"
  37. anders
  38. angstrom >= "0.11.1"
  39. angstrom-async >= "0.11.1"
  40. angstrom-lwt-unix >= "0.11.1"
  41. angstrom-unix >= "0.11.1"
  42. ansi < "0.6.0"
  43. anthill
  44. ao >= "0.2.2" & < "0.2.4"
  45. apronext
  46. archetype < "1.2.3"
  47. archi < "0.2.0"
  48. archi-async < "0.2.0"
  49. archi-lwt < "0.2.0"
  50. argon2 >= "1.0.0"
  51. arp >= "1.0.0" & < "2.3.1"
  52. arp-mirage
  53. asak
  54. asn1-combinators >= "0.2.2"
  55. async >= "v0.12.0" & < "v0.17.0"
  56. async-uri < "0.4.0"
  57. async_durable >= "v0.12.0" & < "v0.17.0"
  58. async_extra >= "v0.12.0" & < "v0.17.0"
  59. async_find >= "v0.12.0" & < "v0.17.0"
  60. async_graphics >= "0.7.0"
  61. async_inotify >= "v0.12.0" & < "v0.17.0"
  62. async_interactive >= "v0.12.0" & < "v0.17.0"
  63. async_js >= "v0.12.0" & < "v0.17.0"
  64. async_kernel >= "v0.12.0" & < "v0.17.0"
  65. async_rpc_kernel >= "v0.12.0" & < "v0.17.0"
  66. async_rpc_websocket < "v0.17.0"
  67. async_sendfile >= "v0.12.0" & < "v0.17.0"
  68. async_shell >= "v0.12.0" & < "v0.17.0"
  69. async_smtp >= "v0.12.0" & < "v0.17.0"
  70. async_ssl >= "v0.12.0" & < "v0.17.0"
  71. async_udp < "v0.17.0"
  72. async_unix >= "v0.12.0" & < "v0.17.0"
  73. async_websocket < "v0.17.0"
  74. atd = "2.2.1"
  75. atdgen = "2.2.1"
  76. atdgen-codec-runtime < "2.3.3"
  77. atdgen-runtime = "2.2.1"
  78. atdj = "2.2.1"
  79. atds < "2.3.3"
  80. atomic < "base"
  81. avro
  82. avro-compiler
  83. awa < "0.1.0"
  84. awa-lwt < "0.1.0"
  85. awa-mirage < "0.1.0"
  86. aws-s3 >= "4.0.0"
  87. aws-s3-async >= "4.0.0"
  88. aws-s3-lwt >= "4.0.0"
  89. azblob
  90. azblob-async
  91. azure-cosmos-db < "0.2.0"
  92. babel < "v0.17.0"
  93. bag
  94. bark
  95. base >= "v0.12.0" & < "v0.17.0"
  96. base64 >= "2.3.0"
  97. base_bigstring < "v0.17.0"
  98. base_quickcheck >= "v0.12.1" & < "v0.17.0"
  99. base_trie < "v0.17.0"
  100. bastet
  101. bastet_async
  102. bastet_lwt
  103. batsat < "0.7"
  104. bddrand
  105. bech32
  106. bechamel
  107. bechamel-js
  108. bechamel-notty
  109. bechamel-perf
  110. beluga = "1.0"
  111. benchmark >= "1.6"
  112. benchpress
  113. benchpress-server
  114. bencode >= "2.0"
  115. bheap >= "2.0.0"
  116. bidirectional_map < "v0.17.0"
  117. bigarray-compat
  118. bigarray-overlap < "0.2.1"
  119. bigdecimal < "v0.17.0"
  120. bignum >= "v0.12.0" & < "v0.17.0"
  121. bigstring >= "0.3"
  122. bigstring-unix >= "0.3"
  123. bigstringaf >= "0.5.0" & < "0.7.0"
  124. bimage
  125. bimage-display
  126. bimage-gtk
  127. bimage-io
  128. bimage-lwt
  129. bimage-sdl
  130. bimage-unix
  131. bimap
  132. bin_prot >= "v0.12.0" & < "v0.17.0"
  133. biniou >= "1.2.1"
  134. biocaml >= "0.9.0"
  135. bisect_ppx >= "1.4.0" & < "2.5.0"
  136. bistro >= "0.5.0"
  137. bistro-bio
  138. bitcoinml >= "0.4.1"
  139. bitlib
  140. bitmasks >= "1.2.0"
  141. bitstring = "3.1.1"
  142. bitv >= "1.4"
  143. bjack >= "0.1.6"
  144. blake2 >= "0.3"
  145. bloomf
  146. bls12-381 < "0.4.1"
  147. bnfgen
  148. bogue < "20210917"
  149. bonsai < "v0.17.0"
  150. bson2
  151. bst >= "6.0.0"
  152. build_path_prefix_map >= "0.3"
  153. builder
  154. bun >= "0.3.4"
  155. bwd
  156. bwrap
  157. bytearray >= "1.0.1"
  158. bytepdf
  159. ca-certs
  160. ca-certs-nss < "3.64.0.1"
  161. cairo2 >= "0.6" & < "0.6.3"
  162. cairo2-gtk
  163. cairo2-pango < "0.6.3"
  164. calculon >= "0.4"
  165. calculon-redis
  166. calculon-redis-lib
  167. calculon-web >= "0.4"
  168. caldav < "0.2.2"
  169. calendar >= "3.0.0"
  170. calendars
  171. callipyge >= "0.2"
  172. camels
  173. camelsnakekebab
  174. camlimages >= "5.0.2" & < "5.0.5"
  175. camlon >= "3.0.0"
  176. camltc >= "0.9.8"
  177. camomile = "1.0.2"
  178. capnp >= "3.3.0"
  179. capnp-rpc >= "0.3.2" & < "1.2.3"
  180. capnp-rpc-lwt >= "0.3.2" & < "1.2.3"
  181. capnp-rpc-mirage >= "0.3.2" & < "1.2.3"
  182. capnp-rpc-net < "1.2.3"
  183. capnp-rpc-unix >= "0.3.2" & < "1.2.3"
  184. caqti >= "1.0.0" & < "2.0.1"
  185. caqti-async >= "1.0.0" & < "2.0.1"
  186. caqti-driver-mariadb >= "1.0.0" & < "2.0.1"
  187. caqti-driver-pgx < "2.1.1"
  188. caqti-driver-postgresql >= "1.0.0" & < "2.0.1"
  189. caqti-driver-sqlite3 >= "1.0.0" & < "2.0.1"
  190. caqti-dynload >= "1.0.0" & < "2.0.1"
  191. caqti-lwt >= "1.0.0" & < "2.0.1"
  192. caqti-type-calendar >= "1.0.0" & < "2.0.1"
  193. catala < "0.5.0"
  194. catapult
  195. catapult-client
  196. catapult-daemon
  197. catapult-file
  198. catapult-sqlite
  199. cbor >= "0.3"
  200. cconv >= "0.5"
  201. cconv-ppx
  202. cdb
  203. cdrom >= "0.9.4"
  204. certify >= "0.3.0"
  205. cfg >= "2.2.0" & < "2.3.0"
  206. cfml
  207. cfstream >= "1.3.1"
  208. chacha
  209. charInfo_width
  210. charrua
  211. charrua-client >= "0.11.2"
  212. charrua-client-lwt >= "0.11.2"
  213. charrua-client-mirage >= "0.11.2"
  214. charrua-core >= "0.11.2"
  215. charrua-server
  216. charrua-unix >= "0.11.2"
  217. charset
  218. chartjs
  219. chartjs-annotation
  220. chartjs-colorschemes
  221. chartjs-datalabels
  222. chartjs-streaming
  223. chase
  224. checkseum >= "0.0.3" & < "0.2.1"
  225. choice >= "0.4"
  226. cinaps >= "v0.12.0"
  227. clangml >= "4.0.0" & < "4.8.0"
  228. clangml-transforms >= "0.24"
  229. clap < "0.2.0"
  230. clarity >= "0.4.0"
  231. clz
  232. cmarker
  233. codept = "0.10.3"
  234. cohttp >= "1.1.1" & < "6.0.0~alpha0"
  235. cohttp-async >= "1.1.1" & < "6.0.0~alpha0"
  236. cohttp-lwt >= "1.1.1" & < "6.0.0~alpha0"
  237. cohttp-lwt-jsoo >= "1.1.1" & < "6.0.0~alpha0"
  238. cohttp-lwt-unix >= "1.1.1" & < "6.0.0~alpha0"
  239. cohttp-lwt-unix-nossl
  240. cohttp-lwt-unix-ssl
  241. cohttp-mirage >= "1.1.1" & < "6.0.0~alpha0"
  242. cohttp-top >= "1.1.1" & < "6.0.0~alpha0"
  243. cohttp_async_websocket < "v0.17.0"
  244. cohttp_static_handler < "v0.17.0"
  245. coin >= "0.1.1"
  246. colombe
  247. color >= "0.2.0"
  248. color-brewery
  249. combinat < "3.0"
  250. command_rpc >= "v0.12.0" & < "v0.17.0"
  251. conduit >= "1.3.0"
  252. conduit-async >= "1.3.0"
  253. conduit-async-ssl
  254. conduit-async-tls
  255. conduit-lwt >= "1.3.0"
  256. conduit-lwt-ssl
  257. conduit-lwt-tls
  258. conduit-lwt-unix >= "1.3.0"
  259. conduit-mirage
  260. conduit-tls
  261. conex >= "0.10.0"
  262. conex-mirage-crypto
  263. conex-nocrypto
  264. conformist < "0.8.1"
  265. containers >= "2.4" & < "3.13"
  266. containers-data < "3.13"
  267. containers-thread
  268. content_security_policy < "v0.17.0"
  269. cookie
  270. coq-of-ocaml < "2.4.1"
  271. coq-serapi >= "8.9.0+0.6.0"
  272. core >= "v0.12.0" & < "v0.17.0"
  273. core_bench >= "v0.12.0" & < "v0.17.0"
  274. core_compat
  275. core_extended >= "v0.12.0" & < "v0.17.0"
  276. core_kernel >= "v0.12.3" & < "v0.17.0"
  277. core_profiler >= "v0.12.0" & < "v0.17.0"
  278. core_unix < "v0.17.0"
  279. cow = "2.4.0"
  280. cowabloga >= "0.5.0"
  281. cpm >= "5.0.0" & < "12.1.2"
  282. cppo >= "1.6.6"
  283. cppo_ocamlbuild >= "1.6.6"
  284. cpu
  285. cpuid >= "0.1.2"
  286. crc >= "2.1.0"
  287. crlibm >= "0.3"
  288. crontab
  289. crowbar = "0.2"
  290. crunch >= "2.2.0" & < "3.3.0"
  291. cry = "0.6.5"
  292. cryptokit = "1.16.1"
  293. csexp < "1.1.0" | >= "1.3.2" & < "1.5.2"
  294. css-parser
  295. cstruct >= "3.3.0"
  296. cstruct-async >= "3.3.0"
  297. cstruct-lwt >= "3.3.0"
  298. cstruct-sexp
  299. cstruct-unix >= "3.3.0"
  300. csv >= "2.2"
  301. csv-lwt >= "2.1"
  302. csvfields >= "v0.12.0" & < "v0.17.0"
  303. csvtool
  304. ctypes-zarith
  305. cudf >= "0.10"
  306. cuid >= "0.2"
  307. curly = "0.2.0"
  308. current < "0.6"
  309. current_ansi
  310. current_docker < "0.6"
  311. current_examples < "0.6"
  312. current_git < "0.6"
  313. current_github < "0.6"
  314. current_incr < "0.6.0"
  315. current_rpc < "0.6"
  316. current_slack < "0.6"
  317. current_web < "0.6"
  318. curses = "1.0.9"
  319. curve-sampling
  320. cviode
  321. cwe_checker
  322. DrawGrammar >= "0.2.2"
  323. daft >= "0.0.4"
  324. data-encoding < "1.0.0"
  325. dataframe
  326. datakit >= "0.12.2"
  327. datakit-bridge-github >= "0.12.2"
  328. datakit-bridge-local-git >= "0.12.2"
  329. datakit-ci >= "0.12.2"
  330. datakit-client >= "0.12.2"
  331. datakit-client-9p >= "0.12.2"
  332. datakit-client-git >= "0.12.2"
  333. datakit-github >= "0.12.2"
  334. datakit-server >= "0.12.2"
  335. datakit-server-9p >= "0.12.2"
  336. datalog >= "0.6"
  337. daypack-lib
  338. dbf < "0.1.1"
  339. debian-formats >= "0.1.2"
  340. decoders >= "0.1.2" & < "1.0.0"
  341. decoders-bencode < "1.0.0"
  342. decoders-cbor < "1.0.0"
  343. decoders-ezjsonm >= "0.1.2" & < "1.0.0"
  344. decoders-jsonm < "1.0.0"
  345. decoders-msgpck < "1.0.0"
  346. decoders-sexplib < "1.0.0"
  347. decoders-yojson >= "0.1.2" & < "1.0.0"
  348. decompress >= "0.8.1" & < "1.3.0"
  349. dedent < "v0.17.0"
  350. dedukti >= "2.7"
  351. delimited_parsing >= "v0.12.0" & < "v0.17.0"
  352. depyt >= "0.3.0"
  353. devkit >= "1.0"
  354. diet >= "0.2"
  355. diffable
  356. digestif >= "0.7" & < "0.8.1"
  357. directories
  358. disml
  359. dispatch >= "0.4.1"
  360. dispatch-js >= "0.4.1"
  361. distributed >= "0.6.0"
  362. distributed-lwt >= "0.2.0"
  363. distributed-uwt >= "0.2.0"
  364. dkim
  365. dkim-bin
  366. dkim-mirage
  367. dlm >= "0.3.1"
  368. dns >= "1.1.0"
  369. dns-async >= "1.1.0"
  370. dns-certify
  371. dns-cli
  372. dns-client
  373. dns-client-lwt
  374. dns-client-mirage
  375. dns-lwt >= "1.1.0"
  376. dns-lwt-unix >= "1.1.0"
  377. dns-mirage
  378. dns-resolver
  379. dns-server
  380. dns-stub
  381. dns-tsig
  382. dnssec
  383. docker-api >= "0.2" & < "0.2.2"
  384. docker_hub
  385. dockerfile >= "6.0.0" & < "8.1.0"
  386. dockerfile-cmd >= "6.0.0" & < "8.1.0"
  387. dockerfile-opam >= "6.0.0" & < "8.1.0"
  388. dokeysto >= "3.0.1"
  389. dokeysto_camltc >= "3.0.1"
  390. dokeysto_lz4 >= "3.0.2"
  391. dolmen = "0.4.1"
  392. dolog >= "4.0.0"
  393. domain-name >= "0.1.2"
  394. domainslib < "0.5.0"
  395. dot-merlin-reader < "3.5.0"
  396. dotenv
  397. dream-cli < "0.2.0"
  398. dream-encoding < "0.2.0"
  399. dream-livereload < "0.2.0"
  400. dream-serve
  401. dropbox >= "0.2"
  402. dropbox_lwt_unix
  403. dssi = "0.1.3"
  404. dtoa >= "0.3.2"
  405. dtools = "0.4.2"
  406. duff >= "0.2"
  407. dum >= "1.0.2"
  408. dune-action-plugin < "2.6.0"
  409. dune-build-info < "2.6.0"
  410. dune-configurator >= "1.11.4" & < "2.6.0"
  411. dune-deps
  412. dune-glob < "2.6.0"
  413. dune-private-libs < "2.6.0"
  414. dune-release >= "1.0.0" & < "1.5.1"
  415. duppy = "0.9.0"
  416. duration >= "0.1.2"
  417. earley = "2.0.0"
  418. earlybird < "1.0.0"
  419. easy-format = "1.3.2"
  420. easy_logging
  421. easy_logging_yojson
  422. ecaml >= "v0.12.0" & < "v0.17.0"
  423. edn >= "0.1.6-1-gff9db95"
  424. eigen >= "0.1.0"
  425. eio-ssl < "0.1.1"
  426. either
  427. elasticsearch-cli >= "0.5"
  428. electrod >= "0.2.1" & < "1.0.0"
  429. elpi >= "1.3.1" & < "1.15.2"
  430. email_message >= "v0.12.0" & < "v0.17.0"
  431. emile >= "0.4"
  432. encore >= "0.3"
  433. env_config < "v0.17.0"
  434. epictetus
  435. eqaf >= "0.2"
  436. eqaf-cstruct
  437. erssical >= "1.1.0"
  438. esgg
  439. ethernet
  440. euler
  441. exenum >= "0.86"
  442. exit
  443. expect_test_helpers >= "v0.12.0"
  444. expect_test_helpers_async < "v0.17.0"
  445. expect_test_helpers_core < "v0.17.0"
  446. expect_test_helpers_kernel >= "v0.12.0"
  447. extlib >= "1.7.9"
  448. extunix >= "0.3.1" & < "0.4.0"
  449. ez_pgocaml
  450. ezcurl
  451. ezcurl-lwt
  452. ezdl
  453. ezgzip >= "0.2.3"
  454. ezjs_ace
  455. ezjs_blockies
  456. ezjs_cleave
  457. ezjs_crypto
  458. ezjs_cytoscape
  459. ezjs_d3pie
  460. ezjs_extension
  461. ezjs_fetch < "0.3"
  462. ezjs_idb < "0.1.1"
  463. ezjs_jquery
  464. ezjs_min < "0.2.2"
  465. ezjs_odometer
  466. ezjs_push
  467. ezjs_qrcode
  468. ezjs_recaptcha
  469. ezjs_timeline
  470. ezjsonm >= "1.0.0"
  471. ezjsonm-lwt >= "1.0.0"
  472. ezresto
  473. ezresto-directory
  474. ezsqlite >= "0.4.2"
  475. ezxenstore >= "0.4.1"
  476. ezxmlm >= "1.1.0"
  477. faad = "0.5.0"
  478. facteur
  479. faraday >= "0.7.1"
  480. faraday-async >= "0.7.1"
  481. faraday-lwt >= "0.7.1"
  482. faraday-lwt-unix >= "0.7.1"
  483. farmhash >= "0.4"
  484. fasmifra
  485. fat-filesystem >= "0.13.0"
  486. fd-send-recv >= "2.0.1"
  487. fdkaac = "0.3.2"
  488. feat
  489. feat-core
  490. feat-num
  491. ff < "0.6.0"
  492. ff-pbt < "0.6.0"
  493. ff-sig < "0.6.0"
  494. ffmpeg = "1.0.0~beta1"
  495. ffmpeg-av < "1.0.0~beta2"
  496. ffmpeg-avcodec < "1.0.0~beta2"
  497. ffmpeg-avdevice < "1.0.0~beta2"
  498. ffmpeg-avfilter < "1.0.0~beta2"
  499. ffmpeg-avutil < "1.0.0~beta2"
  500. ffmpeg-swresample < "1.0.0~beta2"
  501. ffmpeg-swscale < "1.0.0~beta2"
  502. fftw3 >= "0.8.2"
  503. fiat-p256 < "0.2.2"
  504. fieldslib >= "v0.12.0" & < "v0.17.0"
  505. file_path < "v0.17.0"
  506. fileutils >= "0.6.1"
  507. fit
  508. fix >= "20181206"
  509. flac = "0.3.0"
  510. flex-array
  511. fmlib < "0.5.3"
  512. fmlib_js >= "0.3.0" & < "0.5.3"
  513. fmlib_parse < "0.5.3"
  514. fmlib_pretty < "0.5.3"
  515. fmlib_std < "0.5.3"
  516. freetds >= "0.7"
  517. frei0r >= "0.1.2"
  518. frenetic >= "5.0.5"
  519. fswatch
  520. fswatch_async
  521. fswatch_lwt
  522. functoria >= "2.2.2" & < "4.0.0~beta1"
  523. functoria-runtime >= "2.2.2" & != "2.2.5" & < "4.0.0~beta1"
  524. fuzzy_compare
  525. fuzzy_match < "v0.17.0"
  526. fzf < "v0.17.0"
  527. General >= "0.6.0"
  528. gapi-ocaml >= "0.3.7"
  529. gbddml
  530. gdbprofiler >= "0.4"
  531. gemini >= "0.3.0"
  532. gen >= "0.5.2"
  533. gen_js_api >= "1.0.6" & < "1.0.8"
  534. genprint
  535. genspir >= "1.0.0"
  536. geoml
  537. get_line >= "7.0.0"
  538. gettext >= "0.4.1"
  539. gettext-camomile
  540. gettext-stub
  541. git >= "2.0.0" & < "3.0.0"
  542. git-http >= "2.0.0"
  543. git-mirage >= "2.0.0" & < "3.0.0"
  544. git-unix >= "2.0.0" & < "3.0.0"
  545. github >= "4.0.0" & < "4.4.0"
  546. github-hooks >= "0.4.0"
  547. github-hooks-unix >= "0.4.0"
  548. github-jsoo >= "4.0.0" & < "4.4.0"
  549. github-unix >= "4.0.0" & < "4.4.0"
  550. glfw-ocaml
  551. gluten < "0.5.0"
  552. gluten-async < "0.5.0"
  553. gluten-eio < "0.5.0"
  554. gluten-lwt < "0.5.0"
  555. gluten-lwt-unix < "0.5.0"
  556. gluten-mirage < "0.5.0"
  557. gmap >= "0.2.1"
  558. gnuplot >= "0.6"
  559. gobba
  560. gobject-introspection
  561. google-drive-ocamlfuse >= "0.6.26"
  562. gopcaml-mode < "0.0.6"
  563. gospel < "0.2.0"
  564. gperftools >= "0.4"
  565. gpr >= "1.4.0"
  566. gr
  567. graphics >= "5.0.0"
  568. graphql >= "0.8.0"
  569. graphql-async >= "0.8.0"
  570. graphql-cohttp >= "0.9.0"
  571. graphql-lwt >= "0.8.0"
  572. graphql_parser >= "0.9.0"
  573. graphql_ppx = "0.7.1"
  574. gremlin
  575. grenier >= "0.8" & < "0.15"
  576. grid
  577. gsl >= "1.24.0" & < "1.25.0"
  578. gstreamer >= "0.3.1"
  579. h2 < "0.10.0"
  580. h2-async < "0.10.0"
  581. h2-lwt < "0.10.0"
  582. h2-lwt-unix < "0.10.0"
  583. h2-mirage < "0.10.0"
  584. hack_parallel >= "1.0.0"
  585. hacl >= "0.3"
  586. hacl-star
  587. hacl-star-raw >= "0.5.0"
  588. hacl_x25519 < "0.2.1"
  589. happy-eyeballs
  590. happy-eyeballs-lwt
  591. happy-eyeballs-mirage
  592. hardcaml >= "v0.12.0" & < "v0.17.0"
  593. hardcaml_axi < "v0.17.0"
  594. hardcaml_c < "v0.17.0"
  595. hardcaml_circuits < "v0.17.0"
  596. hardcaml_fixed_point < "v0.17.0"
  597. hardcaml_handshake < "v0.17.0"
  598. hardcaml_of_verilog < "v0.17.0"
  599. hardcaml_step_testbench < "v0.17.0"
  600. hardcaml_verify < "v0.17.0"
  601. hardcaml_verilator < "v0.17.0"
  602. hardcaml_waveterm < "v0.17.0"
  603. hardcaml_xilinx < "v0.17.0"
  604. hardcaml_xilinx_components < "v0.17.0"
  605. hardcaml_xilinx_reports < "v0.17.0"
  606. hashids >= "1.0.1"
  607. haxe >= "4.1.1"
  608. hc < "0.2"
  609. hdf5 >= "0.1.5"
  610. headache >= "1.04" & < "1.07"
  611. herdtools7 >= "7.55" & < "7.57"
  612. hex >= "1.3.0"
  613. hex_encode < "v0.17.0"
  614. hg_lib < "v0.17.0"
  615. hidapi >= "1.1"
  616. hidapi-lwt
  617. higher_kinded < "v0.17.0"
  618. hkdf >= "1.0.3"
  619. hl_yaml
  620. hockmd
  621. horned_worm >= "0.3.4"
  622. hpack < "0.10.0"
  623. hts_shrink >= "2.0.0" & < "2.1.2"
  624. http-lwt-client
  625. http-mirage-client
  626. httpaf >= "0.6.0"
  627. httpaf-async >= "0.6.0"
  628. httpaf-lwt-unix
  629. huffman
  630. hvsock >= "2.0.0"
  631. hxd < "0.3.0"
  632. ISO8601 >= "0.2.6"
  633. i3ipc >= "0.1.4"
  634. icalendar
  635. idd
  636. idds
  637. imagelib >= "20200929"
  638. incr_dom >= "v0.12.0" & < "v0.17.0"
  639. incr_dom_interactive < "v0.17.0"
  640. incr_dom_keyboard
  641. incr_dom_partial_render < "v0.17.0"
  642. incr_dom_sexp_form < "v0.17.0"
  643. incr_dom_widgets >= "v0.12.0"
  644. incr_map >= "v0.12.0" & < "v0.17.0"
  645. incr_select >= "v0.12.0" & < "v0.17.0"
  646. incremental >= "v0.12.0" & < "v0.17.0"
  647. indentation_buffer < "v0.17.0"
  648. index < "1.3.0"
  649. inferno >= "20190924" & < "20211222"
  650. influxdb
  651. influxdb-async
  652. influxdb-lwt
  653. inquire < "0.3.0"
  654. int_repr < "v0.17.0"
  655. integers >= "0.3.0"
  656. integers_stubs_js
  657. integration1d >= "0.5.1"
  658. interface-prime
  659. interface-prime-lwt
  660. interval >= "1.5" & < "1.6"
  661. interval-map
  662. interval_base
  663. interval_crlibm
  664. interval_intel
  665. io-page >= "2.1.0" & < "2.4.0"
  666. io-page-unix >= "2.1.0"
  667. io-page-xen >= "2.1.0"
  668. iostream
  669. iostream-camlzip
  670. ipaddr >= "2.9.0"
  671. ipaddr-cstruct
  672. ipaddr-sexp
  673. irc-client >= "0.6.2"
  674. irc-client-lwt >= "0.6.2"
  675. irc-client-lwt-ssl
  676. irc-client-tls >= "0.6.2"
  677. irc-client-unix >= "0.6.2"
  678. irmin >= "2.0.0" & < "2.3.0"
  679. irmin-chunk >= "2.0.0" & < "2.3.0"
  680. irmin-fs >= "2.0.0" & < "2.3.0"
  681. irmin-git >= "2.0.0" & < "2.3.0"
  682. irmin-graphql < "2.3.0"
  683. irmin-http >= "2.0.0" & < "2.3.0"
  684. irmin-indexeddb >= "2.0"
  685. irmin-mem >= "2.0.0" & < "2.3.0"
  686. irmin-mirage >= "2.0.0" & < "2.3.0"
  687. irmin-mirage-git < "2.3.0"
  688. irmin-mirage-graphql < "2.3.0"
  689. irmin-pack < "2.3.0"
  690. irmin-test < "2.3.0"
  691. irmin-unix >= "2.0.0" & < "2.3.0"
  692. iso639
  693. iter
  694. itv-tree >= "2.2"
  695. JsOfOCairo >= "2.0.0"
  696. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  697. jane_rope < "v0.17.0"
  698. janestreet_cpuid < "v0.17.0"
  699. janestreet_csv < "v0.17.0"
  700. janestreet_lru_cache < "v0.17.0"
  701. jemalloc >= "0.2"
  702. jerboa
  703. jhupllib >= "0.2.1"
  704. jingoo >= "1.3.0"
  705. jose < "0.6.0"
  706. js_of_ocaml >= "3.3.0" & < "3.6.0"
  707. js_of_ocaml-compiler >= "3.3.0" & < "3.6.0"
  708. js_of_ocaml-lwt >= "3.3.0" & < "3.6.0"
  709. js_of_ocaml-ocamlbuild >= "3.5.0" & < "3.6.0"
  710. js_of_ocaml-ppx >= "3.3.0" & < "3.6.0"
  711. js_of_ocaml-ppx_deriving_json >= "3.3.0" & < "3.6.0"
  712. js_of_ocaml-toplevel >= "3.3.0" & < "3.6.0"
  713. js_of_ocaml-tyxml >= "3.3.0" & < "3.6.0"
  714. js_of_ocaml-webgpu
  715. js_of_ocaml-webidl
  716. js_of_ocaml_patches < "v0.17.0"
  717. json-data-encoding < "1.0.0"
  718. json-data-encoding-browser < "1.0.0"
  719. json-data-encoding-bson < "1.0.0"
  720. json_decoder
  721. jsonaf < "v0.17.0"
  722. jsonxt
  723. jsoo_broadcastchannel >= "2.0.0"
  724. jsoo_storage >= "1.0.1"
  725. jst-config < "v0.17.0"
  726. junit >= "2.0.1"
  727. junit_alcotest >= "2.0.1"
  728. junit_ounit >= "2.0.1"
  729. jupyter >= "2.3.2"
  730. jupyter-archimedes >= "2.3.2" & < "2.7.3"
  731. jupyter-kernel >= "0.4"
  732. jwto < "0.4.0"
  733. kafka >= "0.5"
  734. kafka_async
  735. kafka_lwt
  736. kappa-agents
  737. kappa-binaries
  738. kappa-library
  739. kappa-server
  740. kcas < "0.1.6"
  741. ke
  742. key-parsers >= "0.10.0"
  743. kicadsch >= "0.4.0"
  744. kind2 < "1.5.0"
  745. kinetic-client >= "0.0.11"
  746. krb
  747. lablgtk3 >= "3.0.beta4"
  748. lablgtk3-goocanvas2
  749. lablgtk3-gtkspell3
  750. lablgtk3-rsvg2
  751. lablgtk3-sourceview3
  752. lablqml >= "0.6" & < "0.7"
  753. labrys
  754. lacaml >= "11.0.2" & < "11.0.10"
  755. ladspa = "0.2.0"
  756. lambda-runtime
  757. lambda-term >= "2.0" & < "3.3.0"
  758. lambda_streams
  759. lambda_streams_async
  760. lambda_streams_lwt
  761. lambdasoup >= "0.6.4" & < "0.7.3"
  762. lame >= "0.3.4" & < "0.3.6"
  763. lascar >= "0.6-alpha" & < "0.7.0"
  764. lastfm = "0.3.3"
  765. launchd >= "1.3"
  766. lazy-trie >= "1.2.0"
  767. lbfgs >= "0.9.1"
  768. lbvs_consent >= "2.1.0"
  769. ldap = "2.4.1"
  770. learn-ocaml
  771. learn-ocaml-client
  772. ledgerwallet
  773. ledgerwallet-tezos
  774. lens >= "1.2.3"
  775. let-if >= "0.2.0"
  776. letsencrypt
  777. letsencrypt-app
  778. letsencrypt-dns
  779. letsencrypt-mirage
  780. letters < "0.3.0"
  781. leveldb >= "1.3.0"
  782. libabsolute
  783. libsvm >= "0.10.0"
  784. libzipperposition
  785. line-up-words >= "v0.12.0" & < "v0.17.0"
  786. line_oriented
  787. linenoise >= "1.2.0"
  788. links >= "0.9" & < "0.9.5"
  789. links-mysql < "0.9.5"
  790. links-postgresql >= "0.9" & < "0.9.5"
  791. links-sqlite3 < "0.9.5"
  792. linol
  793. linol-eio
  794. linol-lwt
  795. linwrap
  796. lmdb >= "1.0"
  797. lo >= "0.2.0"
  798. logical
  799. logs-async < "1.3"
  800. logs-async-reporter < "1.3"
  801. logs-syslog >= "0.2.0"
  802. logtk >= "1.5.1"
  803. lp
  804. lp-glpk
  805. lp-glpk-js
  806. lp-gurobi
  807. lpd >= "1.2.2"
  808. lru >= "0.3.0"
  809. lru_cache >= "v0.16.0"
  810. lun
  811. lustre-v6 >= "6.103.3"
  812. lutils >= "1.51.2"
  813. lutin >= "2.71.10"
  814. luv < "0.5.13"
  815. luv_unix
  816. lwd < "0.2"
  817. lwt >= "4.2.0"
  818. lwt-canceler
  819. lwt-dllist
  820. lwt-exit
  821. lwt-parallel >= "1.0.0"
  822. lwt-pipe
  823. lwt-pipeline >= "0.2"
  824. lwt-watcher
  825. lwt_domain
  826. lwt_glib >= "1.1.1"
  827. lwt_log >= "1.1.1"
  828. lwt_ppx >= "1.2.2"
  829. lwt_ppx_let
  830. lwt_react >= "1.1.2"
  831. lwt_ssl >= "1.1.3"
  832. lz4 >= "1.2.0"
  833. lz4_chans
  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
  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. np
  1021. npy >= "0.0.9"
  1022. nsq >= "0.4.0"
  1023. numeric_string < "v0.17.0"
  1024. nuscr < "2.0.0"
  1025. obeam
  1026. obelisk >= "0.5.0"
  1027. obus >= "1.2.0"
  1028. ocal >= "0.2.2"
  1029. ocaml-canvas
  1030. ocaml-compiler-libs >= "v0.12.0" & != "v0.12.4"
  1031. ocaml-embed-file < "v0.17.0"
  1032. ocaml-lua >= "1.8"
  1033. ocaml-migrate-parsetree >= "1.2.0"
  1034. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1035. ocaml-monadic = "0.4.1"
  1036. ocaml-print-intf
  1037. ocaml-probes < "v0.17.0"
  1038. ocaml-protoc >= "2.0.1"
  1039. ocaml-protoc-plugin < "4.3.1"
  1040. ocaml-r >= "0.1.1" & < "0.4.0"
  1041. ocaml-syntax-shims
  1042. ocaml-systemd >= "1.3"
  1043. ocaml-top >= "1.2.0"
  1044. ocaml-vdom < "transition"
  1045. ocaml-version >= "1.0.0" & < "3.6.0"
  1046. ocaml_db_model
  1047. ocaml_intrinsics < "v0.17.0"
  1048. ocaml_pgsql_model
  1049. ocaml_plugin >= "v0.12.0"
  1050. ocamlapi
  1051. ocamlapi_async
  1052. ocamlapi_lwt_unix
  1053. ocamlapi_ppx
  1054. ocamlcodoc
  1055. ocamlformat >= "0.7" & < "0.16.0"
  1056. ocamlfuse >= "2.7.1-cvs6" & < "2.7.1-cvs8"
  1057. ocamlgraph >= "2.0.0"
  1058. ocamlgraph_gtk
  1059. ocamline
  1060. ocb
  1061. ocolor
  1062. ocp-browser >= "1.1.9"
  1063. ocp-indent >= "1.7.0"
  1064. ocp-indent-nlfork >= "1.5.4"
  1065. ocp-index >= "1.1.9"
  1066. ocplib-endian >= "1.1"
  1067. ocplib-json-typed >= "0.7"
  1068. ocplib-json-typed-browser
  1069. ocplib-json-typed-bson
  1070. ocplib-simplex >= "0.5"
  1071. octavius >= "1.2.2"
  1072. odash
  1073. odate >= "0.6"
  1074. odepack >= "0.6.9"
  1075. odnnr
  1076. odoc >= "1.4.0" & < "2.0.0"
  1077. of_json < "v0.17.0"
  1078. offheap
  1079. ogg = "0.6.0" | = "0.7.0"
  1080. ojs < "1.0.8"
  1081. olinq >= "0.3"
  1082. omd = "2.0.0~alpha2"
  1083. omg
  1084. omigrate < "0.3.1"
  1085. omlr
  1086. opam-0install < "0.4.2"
  1087. opam-0install-cudf < "0.4.2"
  1088. opam-build
  1089. opam-client >= "2.0.2"
  1090. opam-core >= "2.0.2"
  1091. opam-custom-install
  1092. opam-devel >= "2.0.2"
  1093. opam-ed >= "0.4"
  1094. opam-file-format >= "2.1.0" & < "2.1.5"
  1095. opam-format >= "2.0.2"
  1096. opam-graph
  1097. opam-grep >= "0.2.0"
  1098. opam-installer >= "2.0.2"
  1099. opam-package-upgrade >= "0.2"
  1100. opam-publish >= "2.0.2"
  1101. opam-repository >= "2.0.2"
  1102. opam-solver >= "2.0.2"
  1103. opam-state >= "2.0.2"
  1104. opam-test
  1105. opam2web >= "2.0"
  1106. opasswd >= "1.3.1"
  1107. opazl
  1108. openai-gym
  1109. opencc0
  1110. opencc1
  1111. opencc1_1
  1112. openQASM
  1113. opium >= "0.17.0"
  1114. opium-graphql
  1115. opium-testing
  1116. opium_kernel >= "0.17.0"
  1117. oplot = "0.50"
  1118. oplsr
  1119. optal
  1120. opti
  1121. optimization1d >= "0.6.1"
  1122. optint >= "0.0.2"
  1123. opus = "0.2.0"
  1124. oraft < "0.3.0"
  1125. oranger >= "2.0.1"
  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"
  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. prc
  1343. printbox >= "0.2" & < "0.8"
  1344. printbox-html < "0.8"
  1345. printbox-text < "0.8"
  1346. prof_spacetime >= "0.3.0"
  1347. profunctor < "v0.17.0"
  1348. prom
  1349. prometheus >= "0.6"
  1350. prometheus-app >= "0.6"
  1351. promise
  1352. protocell
  1353. protocol-9p >= "1.0.0"
  1354. protocol-9p-tool >= "1.0.0"
  1355. protocol-9p-unix >= "1.0.0"
  1356. protocol_version_header >= "v0.12.0" & < "v0.17.0"
  1357. psq >= "0.1.1"
  1358. ptmap >= "2.0.5"
  1359. ptset >= "1.0.1"
  1360. pulseaudio = "0.1.4"
  1361. pure-splitmix >= "0.3"
  1362. py >= "1.1"
  1363. pythonlib
  1364. qbf >= "0.3"
  1365. qcheck >= "0.9" & < "0.21"
  1366. qcheck-alcotest < "0.21"
  1367. qcheck-core < "0.21"
  1368. qcheck-ounit < "0.21"
  1369. qmp >= "0.19.0"
  1370. qrencode >= "0.2"
  1371. qtest >= "2.10.1"
  1372. queenshead
  1373. quests
  1374. radare2 >= "0.0.3"
  1375. randomconv >= "0.1.1"
  1376. range
  1377. rangeSet
  1378. rankers
  1379. rawlink >= "1.0" & < "2.1"
  1380. rdbg >= "1.196.12"
  1381. re >= "1.9.0"
  1382. re2 >= "v0.12.1" & < "v0.17.0"
  1383. re2_stable
  1384. re_parser < "v0.17.0"
  1385. reactiveData >= "0.3.0"
  1386. reanalyze
  1387. reason >= "3.5.0" & < "3.9.0"
  1388. reason-standard
  1389. received
  1390. record_builder >= "v0.12.0" & < "v0.17.0"
  1391. records >= "1.0.0"
  1392. redirect
  1393. redis >= "0.4"
  1394. redis-async < "v0.17.0"
  1395. redis-lwt >= "0.4"
  1396. redis-sync >= "0.4"
  1397. reed-solomon-erasure >= "1.0.2"
  1398. reedsolomon >= "0.3"
  1399. refl
  1400. regenerate >= "0.2"
  1401. regex_parser_intf < "v0.17.0"
  1402. relit_helper
  1403. remu_ts
  1404. res >= "5.0.1"
  1405. resource-pooling >= "1.1"
  1406. resource_cache >= "v0.12.0" & < "v0.17.0"
  1407. resp
  1408. resp-client
  1409. resp-mirage
  1410. resp-server >= "0.9"
  1411. resp-unix
  1412. resto
  1413. resto-acl
  1414. resto-cohttp
  1415. resto-cohttp-client
  1416. resto-cohttp-self-serving-client
  1417. resto-cohttp-server
  1418. resto-directory
  1419. resto-json
  1420. result >= "1.4"
  1421. rfc1951 >= "0.8.1" & != "1.0.0" & < "1.3.0"
  1422. rfc6287 >= "1.0.4"
  1423. rfc7748
  1424. rfsm >= "1.6-alpha-3" & < "1.7.0"
  1425. rhythm
  1426. ringo
  1427. ringo-lwt
  1428. rock
  1429. root1d >= "0.5.1"
  1430. rope >= "0.6.2"
  1431. rosetta >= "0.2.0"
  1432. routes < "1.0.0"
  1433. rpc >= "6.1.0"
  1434. rpc_parallel >= "v0.12.0" & < "v0.17.0"
  1435. rpclib >= "6.1.0"
  1436. rpclib-async >= "6.1.0"
  1437. rpclib-html
  1438. rpclib-js
  1439. rpclib-lwt >= "6.1.0"
  1440. rss
  1441. rtop >= "3.5.0" & < "3.9.0"
  1442. rungen
  1443. rusage
  1444. SZXX
  1445. safepass >= "3.1"
  1446. salsa20 >= "1.0.0"
  1447. salsa20-core >= "1.0.0"
  1448. samplerate = "0.1.5"
  1449. sanddb = "0.2"
  1450. satex
  1451. satyrographos < "0.0.2.7"
  1452. scgi
  1453. scipy
  1454. scrypt-kdf >= "1.0.0"
  1455. searchTree
  1456. secp256k1 >= "0.4.1"
  1457. secp256k1-internal < "0.4.0"
  1458. sedlex >= "2.0" & < "2.4"
  1459. sek
  1460. selective
  1461. semantic_version < "v0.17.0"
  1462. semaphore-compat
  1463. semver >= "0.2.1"
  1464. semver2
  1465. sendmail
  1466. sendmail-lwt
  1467. sentry
  1468. seq >= "0.2" & < "0.3"
  1469. sequencer_table >= "v0.12.0" & < "v0.17.0"
  1470. session >= "0.4.1"
  1471. session-cohttp >= "0.4.1"
  1472. session-cohttp-async >= "0.4.1"
  1473. session-cohttp-lwt >= "0.4.1"
  1474. session-cookie
  1475. session-cookie-async
  1476. session-cookie-lwt
  1477. session-postgresql >= "0.4.1"
  1478. session-postgresql-async >= "0.4.1"
  1479. session-postgresql-lwt >= "0.4.1"
  1480. session-redis-lwt >= "0.4.1"
  1481. session-webmachine >= "0.4.1"
  1482. setcore >= "1.0.2"
  1483. sexp < "v0.17.0"
  1484. sexp_diff < "v0.17.0"
  1485. sexp_diff_kernel
  1486. sexp_grammar < "v0.17.0"
  1487. sexp_macro < "v0.17.0"
  1488. sexp_pretty >= "v0.12.0" & < "v0.17.0"
  1489. sexp_select < "v0.17.0"
  1490. sexp_string_quickcheck < "v0.17.0"
  1491. sexplib >= "v0.12.0" & < "v0.17.0"
  1492. sexplib0 >= "v0.12.0" & < "v0.17.0"
  1493. sgf >= "1.0.1"
  1494. sha >= "1.13" & < "1.15.1"
  1495. shapefile
  1496. shared-memory-ring >= "3.1.0"
  1497. shared-memory-ring-lwt >= "3.1.0"
  1498. shared-secret >= "0.4"
  1499. shell < "v0.17.0"
  1500. shexp >= "v0.12.0" & < "v0.17.0"
  1501. sihl < "0.1.5"
  1502. sklearn
  1503. slacko >= "0.14.1"
  1504. slug
  1505. smart-print >= "0.3.0"
  1506. smbc >= "0.5"
  1507. smtlib-utils
  1508. snappy >= "0.1.2"
  1509. so
  1510. sortedseq_intersect
  1511. soundtouch >= "0.1.9"
  1512. soupault
  1513. spacetime_lib >= "0.3.0"
  1514. spawn = "v0.13.0"
  1515. spdx_licenses
  1516. speex = "0.4.0"
  1517. spelll >= "0.3"
  1518. spin < "0.7.0"
  1519. splay_tree >= "v0.12.0" & < "v0.17.0"
  1520. splittable_random >= "v0.12.0" & < "v0.17.0"
  1521. spotify-web-api >= "0.2.1"
  1522. spotlib >= "4.1.0"
  1523. sqlgg >= "20200521"
  1524. sqlite3 >= "4.4.1" & < "5.0.3"
  1525. sqlite3_utils
  1526. srt < "0.2.1"
  1527. ssh-agent >= "0.2.0"
  1528. ssh-agent-unix
  1529. ssl >= "0.5.6" & < "0.6.0"
  1530. stdcompat >= "19"
  1531. stdint >= "0.6.0" & < "0.7.2"
  1532. stdio >= "v0.12.0" & < "v0.17.0"
  1533. stdlib-diff
  1534. stdlib-shims
  1535. stitch
  1536. stored_reversed < "v0.17.0"
  1537. streamable < "v0.17.0"
  1538. streaming
  1539. string_dict >= "v0.12.0" & < "v0.17.0"
  1540. stringext >= "1.6.0"
  1541. sturgeon >= "0.4.2"
  1542. subscriptions-transport-ws
  1543. subtype-refinement >= "0.2"
  1544. swagger >= "0.2.0"
  1545. swhid_core
  1546. syndic >= "1.6.0"
  1547. sys-socket
  1548. sys-socket-unix
  1549. syslog >= "2.0.0"
  1550. syslog-message >= "1.0.0"
  1551. syslog-rfc5424
  1552. tablecloth-base
  1553. tablecloth-native < "transition"
  1554. tar >= "1.0.0" & < "2.0.0"
  1555. tar-mirage >= "1.0.0" & < "2.0.0"
  1556. tar-unix >= "1.0.0" & < "2.0.0"
  1557. tcalc
  1558. tcpip >= "3.7.0" & < "6.0.0"
  1559. tdigest
  1560. teash
  1561. tensorboard
  1562. terminal_size >= "0.1.4"
  1563. textrazor
  1564. textutils >= "v0.12.0" & < "v0.17.0"
  1565. textutils_kernel >= "v0.12.0" & < "v0.17.0"
  1566. textwrap >= "0.2.1"
  1567. tezos-accuser-006-PsCARTHA
  1568. tezos-accuser-007-PsDELPH1
  1569. tezos-accuser-008-PtEdo2Zk < "9.2"
  1570. tezos-accuser-008-PtEdoTez
  1571. tezos-accuser-009-PsFLoren < "9.2"
  1572. tezos-alpha-test-helpers < "9.2"
  1573. tezos-baker-006-PsCARTHA
  1574. tezos-baker-007-PsDELPH1
  1575. tezos-baker-008-PtEdo2Zk < "9.2"
  1576. tezos-baker-008-PtEdoTez
  1577. tezos-baker-009-PsFLoren < "9.2"
  1578. tezos-baking-006-PsCARTHA
  1579. tezos-baking-006-PsCARTHA-commands
  1580. tezos-baking-007-PsDELPH1
  1581. tezos-baking-007-PsDELPH1-commands
  1582. tezos-baking-008-PtEdo2Zk < "9.2"
  1583. tezos-baking-008-PtEdo2Zk-commands < "9.2"
  1584. tezos-baking-008-PtEdoTez
  1585. tezos-baking-008-PtEdoTez-commands
  1586. tezos-baking-009-PsFLoren < "9.2"
  1587. tezos-baking-009-PsFLoren-commands < "9.2"
  1588. tezos-baking-alpha < "9.2"
  1589. tezos-baking-alpha-commands < "9.2"
  1590. tezos-base < "9.2"
  1591. tezos-clic < "9.2"
  1592. tezos-client < "9.2"
  1593. tezos-client-000-Ps9mPmXa < "9.2"
  1594. tezos-client-001-PtCJ7pwo < "9.2"
  1595. tezos-client-001-PtCJ7pwo-commands < "9.2"
  1596. tezos-client-002-PsYLVpVv < "9.2"
  1597. tezos-client-002-PsYLVpVv-commands < "9.2"
  1598. tezos-client-003-PsddFKi3 < "9.2"
  1599. tezos-client-003-PsddFKi3-commands < "9.2"
  1600. tezos-client-004-Pt24m4xi < "9.2"
  1601. tezos-client-004-Pt24m4xi-commands < "9.2"
  1602. tezos-client-005-PsBabyM1 < "9.2"
  1603. tezos-client-005-PsBabyM1-commands < "9.2"
  1604. tezos-client-006-PsCARTHA < "9.2"
  1605. tezos-client-006-PsCARTHA-commands < "9.2"
  1606. tezos-client-007-PsDELPH1 < "9.2"
  1607. tezos-client-007-PsDELPH1-commands < "9.2"
  1608. tezos-client-007-PsDELPH1-commands-registration < "9.2"
  1609. tezos-client-008-PtEdo2Zk < "9.2"
  1610. tezos-client-008-PtEdo2Zk-commands < "9.2"
  1611. tezos-client-008-PtEdo2Zk-commands-registration < "9.2"
  1612. tezos-client-008-PtEdoTez
  1613. tezos-client-008-PtEdoTez-commands
  1614. tezos-client-008-PtEdoTez-commands-registration
  1615. tezos-client-009-PsFLoren < "9.2"
  1616. tezos-client-009-PsFLoren-commands < "9.2"
  1617. tezos-client-009-PsFLoren-commands-registration < "9.2"
  1618. tezos-client-alpha < "9.2"
  1619. tezos-client-alpha-commands < "9.2"
  1620. tezos-client-alpha-commands-registration < "9.2"
  1621. tezos-client-base < "9.2"
  1622. tezos-client-base-unix < "9.2"
  1623. tezos-client-commands < "9.2"
  1624. tezos-client-demo-counter < "9.2"
  1625. tezos-client-genesis < "9.2"
  1626. tezos-client-genesis-carthagenet < "9.2"
  1627. tezos-client-sapling-008-PtEdo2Zk < "9.2"
  1628. tezos-client-sapling-008-PtEdoTez
  1629. tezos-client-sapling-009-PsFLoren < "9.2"
  1630. tezos-client-sapling-alpha < "9.2"
  1631. tezos-codec < "9.2"
  1632. tezos-crypto < "9.2"
  1633. tezos-embedded-protocol-000-Ps9mPmXa < "9.2"
  1634. tezos-embedded-protocol-001-PtCJ7pwo < "9.2"
  1635. tezos-embedded-protocol-002-PsYLVpVv < "9.2"
  1636. tezos-embedded-protocol-003-PsddFKi3 < "9.2"
  1637. tezos-embedded-protocol-004-Pt24m4xi < "9.2"
  1638. tezos-embedded-protocol-005-PsBABY5H < "9.2"
  1639. tezos-embedded-protocol-005-PsBabyM1 < "9.2"
  1640. tezos-embedded-protocol-006-PsCARTHA < "9.2"
  1641. tezos-embedded-protocol-007-PsDELPH1 < "9.2"
  1642. tezos-embedded-protocol-008-PtEdo2Zk < "9.2"
  1643. tezos-embedded-protocol-008-PtEdoTez < "9.2"
  1644. tezos-embedded-protocol-009-PsFLoren < "9.2"
  1645. tezos-embedded-protocol-alpha < "9.2"
  1646. tezos-embedded-protocol-demo-counter < "9.2"
  1647. tezos-embedded-protocol-demo-noops < "9.2"
  1648. tezos-embedded-protocol-genesis < "9.2"
  1649. tezos-embedded-protocol-genesis-carthagenet < "9.2"
  1650. tezos-endorser-006-PsCARTHA
  1651. tezos-endorser-007-PsDELPH1
  1652. tezos-endorser-008-PtEdo2Zk < "9.2"
  1653. tezos-endorser-008-PtEdoTez
  1654. tezos-endorser-009-PsFLoren < "9.2"
  1655. tezos-error-monad < "9.2"
  1656. tezos-event-logging < "9.2"
  1657. tezos-lmdb
  1658. tezos-lwt-result-stdlib < "9.0"
  1659. tezos-mempool-006-PsCARTHA
  1660. tezos-mempool-007-PsDELPH1
  1661. tezos-mempool-008-PtEdoTez
  1662. tezos-micheline < "9.2"
  1663. tezos-mockup < "9.2"
  1664. tezos-mockup-commands < "9.2"
  1665. tezos-mockup-proxy < "9.2"
  1666. tezos-mockup-registration < "9.2"
  1667. tezos-node < "9.2"
  1668. tezos-p2p < "9.2"
  1669. tezos-p2p-services < "9.2"
  1670. tezos-protocol-000-Ps9mPmXa < "9.2"
  1671. tezos-protocol-001-PtCJ7pwo < "9.2"
  1672. tezos-protocol-002-PsYLVpVv < "9.2"
  1673. tezos-protocol-003-PsddFKi3 < "9.2"
  1674. tezos-protocol-004-Pt24m4xi < "9.2"
  1675. tezos-protocol-005-PsBABY5H < "9.2"
  1676. tezos-protocol-005-PsBabyM1 < "9.2"
  1677. tezos-protocol-006-PsCARTHA < "9.2"
  1678. tezos-protocol-006-PsCARTHA-parameters < "9.2"
  1679. tezos-protocol-007-PsDELPH1 < "9.2"
  1680. tezos-protocol-007-PsDELPH1-parameters
  1681. tezos-protocol-008-PtEdo2Zk < "9.2"
  1682. tezos-protocol-008-PtEdo2Zk-parameters < "9.2"
  1683. tezos-protocol-008-PtEdoTez < "9.2"
  1684. tezos-protocol-008-PtEdoTez-parameters
  1685. tezos-protocol-009-PsFLoren < "9.2"
  1686. tezos-protocol-009-PsFLoren-parameters < "9.2"
  1687. tezos-protocol-alpha < "9.2"
  1688. tezos-protocol-alpha-parameters < "9.2"
  1689. tezos-protocol-compiler < "9.2"
  1690. tezos-protocol-demo-counter < "9.2"
  1691. tezos-protocol-demo-noops < "9.2"
  1692. tezos-protocol-environment < "9.2"
  1693. tezos-protocol-environment-packer < "9.2"
  1694. tezos-protocol-environment-sigs < "9.2"
  1695. tezos-protocol-environment-structs < "9.2"
  1696. tezos-protocol-genesis < "9.2"
  1697. tezos-protocol-genesis-carthagenet < "9.2"
  1698. tezos-protocol-plugin-007-PsDELPH1 < "9.2"
  1699. tezos-protocol-plugin-007-PsDELPH1-registerer < "9.2"
  1700. tezos-protocol-plugin-008-PtEdo2Zk < "9.2"
  1701. tezos-protocol-plugin-008-PtEdo2Zk-registerer < "9.2"
  1702. tezos-protocol-plugin-009-PsFLoren < "9.2"
  1703. tezos-protocol-plugin-009-PsFLoren-registerer < "9.2"
  1704. tezos-protocol-plugin-alpha < "9.2"
  1705. tezos-protocol-plugin-alpha-registerer < "9.2"
  1706. tezos-protocol-updater < "9.2"
  1707. tezos-proxy < "9.2"
  1708. tezos-requester < "9.2"
  1709. tezos-rpc < "9.2"
  1710. tezos-rpc-http < "9.2"
  1711. tezos-rpc-http-client < "9.2"
  1712. tezos-rpc-http-client-unix < "9.2"
  1713. tezos-rpc-http-server < "9.2"
  1714. tezos-sapling < "9.2"
  1715. tezos-shell < "9.2"
  1716. tezos-shell-context < "9.2"
  1717. tezos-shell-services < "9.2"
  1718. tezos-signer < "9.2"
  1719. tezos-signer-backends < "9.2"
  1720. tezos-signer-services < "9.2"
  1721. tezos-stdlib < "8.0"
  1722. tezos-stdlib-unix < "9.2"
  1723. tezos-storage < "9.2"
  1724. tezos-test-services < "9.2"
  1725. tezos-tooling < "13.0"
  1726. tezos-validation < "9.2"
  1727. tezos-validator < "9.2"
  1728. tezos-version < "9.2"
  1729. tezos-workers < "9.2"
  1730. theora >= "0.4.0"
  1731. thread-local-storage
  1732. thrift >= "0.10.0"
  1733. tidy >= "5-0.2"
  1734. tilde_f < "v0.17.0"
  1735. time_now < "v0.17.0"
  1736. timezone < "v0.17.0"
  1737. tiny_httpd < "0.15"
  1738. tiny_httpd_camlzip < "0.15"
  1739. tip-parser >= "0.4"
  1740. tldr
  1741. tls >= "0.11.0" & < "0.15.4"
  1742. tls-async < "0.15.4"
  1743. tls-mirage < "0.15.4"
  1744. toml >= "5.0.0" & < "7.0.0"
  1745. toml-cconv
  1746. toml_cconv < "7.0.0"
  1747. toplevel_backend < "v0.17.0"
  1748. toplevel_expect_test >= "v0.12.0" & < "v0.17.0"
  1749. topological_sort >= "v0.12.0" & < "v0.17.0"
  1750. torch
  1751. tqdm
  1752. tracing < "v0.17.0"
  1753. transept
  1754. traverse
  1755. travesty < "0.7.2"
  1756. travis-opam >= "1.5.0"
  1757. tree_layout >= "0.2"
  1758. treeprint >= "2.3.0"
  1759. trie >= "1.0.0"
  1760. tsort
  1761. tube >= "4.4.0"
  1762. tuntap >= "1.7.0"
  1763. twostep
  1764. typerep >= "v0.12.0" & < "v0.17.0"
  1765. tyre >= "0.5"
  1766. tyxml >= "4.3.0" & < "4.6.0"
  1767. tyxml-jsx < "4.6.0"
  1768. tyxml-lwd < "0.2"
  1769. tyxml-ppx >= "4.3.0" & < "4.6.0"
  1770. tyxml-syntax < "4.6.0"
  1771. ubase < "0.20"
  1772. ubpf < "0.2"
  1773. uecc >= "0.2"
  1774. uint >= "2.0.1"
  1775. ulid
  1776. unidecode
  1777. unionFind
  1778. unison >= "2.51.4" & < "2.53.4"
  1779. universo
  1780. unstrctrd
  1781. uri >= "2.2.0"
  1782. uri-bench
  1783. uri-re
  1784. uri-sexp
  1785. uritemplate
  1786. user-agent-parser
  1787. username_kernel < "v0.17.0"
  1788. utop >= "2.3.0"
  1789. uuuu >= "0.1.1"
  1790. variantslib >= "v0.12.0" & < "v0.17.0"
  1791. vcaml
  1792. vcardgen >= "1.2"
  1793. vchan >= "4.0.0"
  1794. vchan-unix >= "4.0.0"
  1795. vchan-xen >= "4.0.0"
  1796. vec < "0.2.0"
  1797. vector
  1798. vercel
  1799. vhd-format >= "0.12.0"
  1800. vhd-format-lwt >= "0.12.0"
  1801. virtual_dom >= "v0.12.0" & < "v0.17.0"
  1802. visitors >= "20200207"
  1803. vlq >= "0.2.1"
  1804. vmnet >= "1.3.2"
  1805. vocal
  1806. voqc < "0.2.0"
  1807. vorbis >= "0.8.0"
  1808. vue-jsoo < "0.3"
  1809. wall >= "0.4"
  1810. wasmer
  1811. weberizer >= "0.8"
  1812. webmachine >= "0.6.2"
  1813. websocket >= "2.12" & < "2.15"
  1814. websocket-async >= "2.12" & < "2.15"
  1815. websocket-lwt >= "2.12"
  1816. websocket-lwt-unix < "2.15"
  1817. websocketaf
  1818. webtest >= "2.0.0"
  1819. webtest-js
  1820. wikitext
  1821. win-error >= "1.0"
  1822. win-eventlog = "0.3"
  1823. winsvc < "1.0.1"
  1824. ws
  1825. ws-server
  1826. wseg
  1827. wtf8 >= "1.0.2"
  1828. x509 >= "0.6.3"
  1829. xapi-backtrace >= "0.7"
  1830. xapi-inventory >= "1.2.1"
  1831. xapi-rrd >= "1.8.2"
  1832. xapi-stdext-date < "4.21.0"
  1833. xapi-stdext-encodings < "4.21.0"
  1834. xapi-stdext-pervasives < "4.21.0"
  1835. xapi-stdext-std < "4.21.0"
  1836. xapi-stdext-threads < "4.21.0"
  1837. xapi-stdext-unix < "4.21.0"
  1838. xapi-stdext-zerocheck < "4.21.0"
  1839. xdg-basedir
  1840. xen-evtchn >= "2.1.0"
  1841. xen-evtchn-unix >= "2.1.0"
  1842. xen-gnt >= "3.1.0"
  1843. xen-gnt-unix >= "3.1.0"
  1844. xenstore >= "2.1.0"
  1845. xenstore_transport >= "1.1.0"
  1846. xmlplaylist >= "0.1.5"
  1847. yaml >= "1.0.0"
  1848. yaml-sexp
  1849. yara >= "0.2"
  1850. yojson >= "1.5.0" & < "2.1.0"
  1851. yojson-bench
  1852. yurt >= "0.6"
  1853. yuscii >= "0.2.1"
  1854. yuujinchou >= "3.0.0"
  1855. zarith-ppx
  1856. zarith_stubs_js < "v0.17.0"
  1857. zed >= "2.0" & < "3.2.0"
  1858. zeit
  1859. zipperposition >= "1.5.1"
  1860. zipperposition-tools
  1861. zlib >= "0.6"
  1862. zmq >= "5.1.0" & < "5.2.1"
  1863. zmq-async >= "5.1.0" & < "5.2.1"
  1864. zmq-lwt >= "5.1.0" & < "5.2.1"
  1865. zstandard >= "v0.12.1" & < "v0.17.0"
  1866. zstd = "0.3"
  1867. 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.