package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.2.0.tbz
sha256=ab5eb970c21641a6f3034448218cdc1c138512b906c7d2f67fea41ecd98d8bf4
sha512=b48812a478ad1b75992a0c53dbdfac34841e3d5e97c559d63e2dd41d1724c21736cc3159743f3d95d85e1060ee5aa88a0abb46f5b0e778f533b40dead20af95c

Description

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

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

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

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

Published: 09 Feb 2020

README

Dune - A composable build system

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

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

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

The example directory contains examples of projects using dune.

Overview

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

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

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

Strengths

Composable

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

This make simultaneous development on multiple packages trivial.

Gracefully handles multi-package repositories

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

The magic invocation is:

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

Building against several configurations at once

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

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

This feature requires opam.

Requirements

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

Installation

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

$ opam install dune

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

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

Migration from jbuilder

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

Status

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

Dependencies (5)

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

Dev Dependencies

None

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

Conflicts (3)

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

Innovation. Community. Security.