package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.1.1.tbz
sha256=b14417016fa0901c0b04b8474aa9e5eafaadb298c4dc422899b7f9e8bcb7aa7c
sha512=605019ed9555ae669fd3e27518637a7e31e5935d4b0db54d6b066e0e1d11ef163b57eacec50f1f061baa808548c2b9017b8b1c44e3e78e50bbf27a572408e18f

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

Conflicts (3)

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

Innovation. Community. Security.