package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.3.0.tbz
sha256=14a4321e38e8f6508f0d522649c6c580efd5e87805a370a66cc8aafcc46d5cff
sha512=6db9eed508e59b832a80b24c62e1de4d8bcf2bff2ef75eb3a396dbe9f899f351875027b0a7d7156ac1a7f6eb7bdfdcb09a933cb4f81d5ca3174c8f74356aeda9

Description

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

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

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

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

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