package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.6.1.tbz
sha256=5ef959f286448ee172f1cffc86c439a6f7b662676e6015b282db071bb88899a0
sha512=67b750716563fde1135f3d0f3892f97e912d6f95a40bcd7cd854f3ae09ba0b037e7b8829bdaee141cb6c998396f2a51a380451db117571d77895781798d625e7

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: 04 Jul 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

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

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

Conflicts (5)

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

Innovation. Community. Security.