package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.3.1.tbz
sha256=b2b3dd9cdfd34ef8c4583ea8c52c3503c2395bf94c264af19d6450547e12f5cb
sha512=023fe4ddf743b8de24de0d7d2e6d5d0f85e459c5044aa4ba3de02cf63113d54d79004cc8ea8f7a958b324e9cbeef0845ec6a0f65454bc6a2e635e8944d28a0f9

Description

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

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

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

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

Published: 25 Feb 2020

README

Dune - A composable build system

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

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

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

The example directory contains examples of projects using dune.

Overview

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

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

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

Strengths

Composable

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

This make simultaneous development on multiple packages trivial.

Gracefully handles multi-package repositories

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

The magic invocation is:

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

Building against several configurations at once

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

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

This feature requires opam.

Requirements

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

Installation

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

$ opam install dune

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

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

Migration from jbuilder

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

Status

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

Dependencies (5)

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

Dev Dependencies

None

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

Conflicts (4)

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

Innovation. Community. Security.