package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.1.3.tbz
sha256=1e8e3b55a9fae02c4b8137e2134a6cc163df5cddcd1d52cdacf2343ac53baeb3
sha512=31e179bc4aaf6cd84f3a0ce42870f44f7d86c1016600f053767e68779a9a074bdae718237bd9ec63ace088c11967311bf990c17e2db4c1bee02dfd23cafaeecd

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

Conflicts (3)

  1. jbuilder = "transition"
  2. dune-release < "1.3.0"
  3. odoc < "1.3.0"
OCaml

Innovation. Community. Security.