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
  950. mirage-bootvar-solo5 >= "0.6.0"
  951. mirage-bootvar-unix
  952. mirage-bootvar-xen >= "0.6.0"
  953. mirage-channel >= "3.2.0"
  954. mirage-channel-lwt >= "3.2.0"
  955. mirage-clock >= "2.0.0" & < "4.1.0"
  956. mirage-clock-freestanding >= "2.0.0" & < "4.1.0"
  957. mirage-clock-lwt >= "2.0.0"
  958. mirage-clock-unix >= "2.0.0" & < "4.1.0"
  959. mirage-conduit = "1.3.0" | >= "3.1.0"
  960. mirage-console >= "2.4.0"
  961. mirage-console-lwt >= "2.4.0"
  962. mirage-console-solo5 >= "0.6.0"
  963. mirage-console-unix >= "2.4.1"
  964. mirage-console-xen >= "2.4.0"
  965. mirage-console-xen-backend >= "2.4.0"
  966. mirage-console-xen-proto >= "2.4.0"
  967. mirage-crypto != "0.8.6" & < "0.11.0"
  968. mirage-crypto-ec < "0.11.0"
  969. mirage-crypto-entropy
  970. mirage-crypto-pk != "0.8.6" & < "0.11.0"
  971. mirage-crypto-rng != "0.8.6" & < "0.11.0"
  972. mirage-crypto-rng-async < "0.11.0"
  973. mirage-crypto-rng-mirage != "0.8.6" & < "0.11.0"
  974. mirage-device >= "1.2.0"
  975. mirage-dns >= "3.1.0"
  976. mirage-entropy >= "0.5.1"
  977. mirage-flow >= "1.6.0"
  978. mirage-flow-combinators
  979. mirage-flow-lwt >= "1.6.0"
  980. mirage-flow-rawlink >= "1.1.0"
  981. mirage-flow-unix >= "1.6.0"
  982. mirage-fs >= "1.2.0"
  983. mirage-fs-lwt >= "1.2.0"
  984. mirage-fs-mem
  985. mirage-fs-unix >= "1.6.0"
  986. mirage-kv >= "2.0.0"
  987. mirage-kv-lwt >= "2.0.0"
  988. mirage-kv-mem
  989. mirage-kv-unix < "3.0.0"
  990. mirage-logs >= "1.0.0" & < "2.0.0"
  991. mirage-monitoring
  992. mirage-nat >= "1.1.0"
  993. mirage-net >= "2.0.0"
  994. mirage-net-lwt >= "2.0.0"
  995. mirage-net-macosx >= "1.5.0"
  996. mirage-net-solo5 >= "0.4.3"
  997. mirage-net-unix >= "2.5.0"
  998. mirage-net-xen >= "1.9.0"
  999. mirage-profile >= "0.9.0"
  1000. mirage-profile-unix >= "0.9.0"
  1001. mirage-profile-xen >= "0.9.0"
  1002. mirage-protocols >= "2.0.0"
  1003. mirage-protocols-lwt >= "2.0.0"
  1004. mirage-qubes >= "0.7.0"
  1005. mirage-qubes-ipv4 >= "0.7.0"
  1006. mirage-random >= "1.2.0"
  1007. mirage-random-stdlib
  1008. mirage-random-test
  1009. mirage-runtime >= "3.3.0" & < "4.0.0~beta1"
  1010. mirage-solo5 >= "0.6.2" & < "0.7.0"
  1011. mirage-stack >= "1.4.0"
  1012. mirage-stack-lwt >= "1.4.0"
  1013. mirage-time >= "1.3.0"
  1014. mirage-time-lwt >= "1.3.0"
  1015. mirage-time-unix >= "1.3.0"
  1016. mirage-types >= "3.3.0"
  1017. mirage-types-lwt >= "3.3.0"
  1018. mirage-unix >= "3.2.0"
  1019. mirage-vnetif >= "0.4.2"
  1020. mirage-vnetif-stack
  1021. mirage-xen >= "3.2.0" & < "7.0.0"
  1022. mkaudio >= "1.1.0"
  1023. mkocaml
  1024. mlfenv
  1025. mlmpfr >= "4.0.2+dune" & < "4.1.0+bugfix1"
  1026. mlpost-lablgtk
  1027. mlt_parser >= "v0.12.0"
  1028. mm >= "0.7.0" & < "0.7.2"
  1029. mmap
  1030. mmdb
  1031. mock >= "0.1.1"
  1032. mock-ounit >= "0.1.1"
  1033. molenc
  1034. monaco_jsoo
  1035. monolith
  1036. monorobot
  1037. morbig >= "0.10.3"
  1038. morsmall
  1039. moss >= "0.1.1"
  1040. mparser >= "1.3"
  1041. mparser-pcre
  1042. mparser-re
  1043. mperf
  1044. mpg123 < "0.3"
  1045. mpp >= "0.3.4"
  1046. mpris >= "0.2.0"
  1047. mpris-clients
  1048. mrmime < "0.4.0"
  1049. mrt-format >= "0.3.1"
  1050. msat >= "0.8"
  1051. msat-bin
  1052. msgpck >= "1.5"
  1053. msgpck-repr
  1054. mssql
  1055. mugen
  1056. multipart-form-data >= "0.3.0"
  1057. multipart_form
  1058. multipart_form-cohttp-lwt
  1059. multipart_form-eio
  1060. multipart_form-lwt
  1061. murmur3 >= "0.3"
  1062. mustache = "3.1.0"
  1063. mutf8
  1064. mwt
  1065. mysql8
  1066. n_ary
  1067. naboris
  1068. nacc
  1069. nbd = "4.0.3"
  1070. netchannel >= "1.9.0"
  1071. netkat
  1072. netlink >= "0.3.4"
  1073. netsnmp
  1074. nice_parser
  1075. nmea
  1076. nocoiner
  1077. noise
  1078. nottui < "0.2"
  1079. nottui-lwt < "0.2"
  1080. nottui-pretty < "0.2"
  1081. notty >= "0.2.3"
  1082. notty_async >= "v0.12.0"
  1083. np
  1084. npy >= "0.0.9"
  1085. nsq >= "0.4.0"
  1086. numeric_string
  1087. nuscr < "2.0.0"
  1088. OCanren < "0.3.0~alpha1"
  1089. OCanren-ppx < "0.3.0~alpha1"
  1090. obeam
  1091. obelisk >= "0.5.0"
  1092. obus >= "1.2.0"
  1093. ocal >= "0.2.2"
  1094. ocaml-canvas
  1095. ocaml-compiler-libs >= "v0.12.0" & != "v0.12.4"
  1096. ocaml-embed-file
  1097. ocaml-lsp-server < "1.6.0"
  1098. ocaml-lua >= "1.8"
  1099. ocaml-migrate-parsetree >= "1.2.0"
  1100. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1101. ocaml-monadic >= "0.4.1"
  1102. ocaml-print-intf
  1103. ocaml-probes
  1104. ocaml-protoc >= "2.0.1"
  1105. ocaml-protoc-plugin < "4.3.1"
  1106. ocaml-r >= "0.1.1"
  1107. ocaml-syntax-shims
  1108. ocaml-systemd >= "1.3"
  1109. ocaml-top >= "1.2.0"
  1110. ocaml-vdom < "transition"
  1111. ocaml-version >= "1.0.0" & < "3.6.0"
  1112. ocaml_db_model
  1113. ocaml_intrinsics
  1114. ocaml_pgsql_model
  1115. ocaml_plugin >= "v0.12.0"
  1116. ocamlapi
  1117. ocamlapi_async
  1118. ocamlapi_lwt_unix
  1119. ocamlapi_ppx
  1120. ocamlcodoc
  1121. ocamlformat >= "0.7" & < "0.16.0"
  1122. ocamlfuse >= "2.7.1-cvs6" & < "2.7.1-cvs8"
  1123. ocamlgraph >= "2.0.0"
  1124. ocamlgraph_gtk
  1125. ocamline
  1126. ocb
  1127. ocluster < "0.2"
  1128. ocluster-api < "0.2"
  1129. ocolor
  1130. ocp-browser >= "1.1.9"
  1131. ocp-indent >= "1.7.0"
  1132. ocp-indent-nlfork >= "1.5.4"
  1133. ocp-index >= "1.1.9"
  1134. ocp_reveal
  1135. ocplib-endian >= "1.1"
  1136. ocplib-json-typed >= "0.7"
  1137. ocplib-json-typed-browser
  1138. ocplib-json-typed-bson
  1139. ocplib-simplex >= "0.5"
  1140. ocplib_stuff < "0.4.0"
  1141. octavius >= "1.2.2"
  1142. odash
  1143. odate >= "0.6"
  1144. odep < "0.2.0"
  1145. odepack >= "0.6.9"
  1146. odnnr
  1147. odoc >= "1.4.0" & < "2.0.0"
  1148. of_json
  1149. offheap
  1150. ogg = "0.6.0" | = "0.7.0"
  1151. oidc
  1152. ojs < "1.0.8"
  1153. olinq >= "0.3"
  1154. omd >= "2.0.0~alpha1" & < "2.0.0~alpha3"
  1155. omg
  1156. omigrate < "0.3.1"
  1157. omlr
  1158. opam-0install < "0.4.2"
  1159. opam-0install-cudf < "0.4.2"
  1160. opam-bin >= "0.9.5" & < "1.2.0"
  1161. opam-build
  1162. opam-client >= "2.0.2"
  1163. opam-compiler < "0.2.0"
  1164. opam-core >= "2.0.2"
  1165. opam-custom-install
  1166. opam-devel >= "2.0.2"
  1167. opam-ed >= "0.4"
  1168. opam-file-format >= "2.1.0" & < "2.1.5"
  1169. opam-format >= "2.0.2"
  1170. opam-graph
  1171. opam-grep >= "0.2.0"
  1172. opam-installer >= "2.0.2"
  1173. opam-monorepo >= "0.2.0" & < "0.2.2"
  1174. opam-package-upgrade >= "0.2"
  1175. opam-publish >= "2.0.2"
  1176. opam-repository >= "2.0.2"
  1177. opam-solver >= "2.0.2"
  1178. opam-state >= "2.0.2"
  1179. opam-test
  1180. opam2web >= "2.0"
  1181. opam_bin_lib < "1.2.0"
  1182. opasswd >= "1.3.1"
  1183. opazl
  1184. openai-gym
  1185. opencc0
  1186. opencc1
  1187. opencc1_1
  1188. openQASM
  1189. opium >= "0.17.0"
  1190. opium-graphql
  1191. opium-testing
  1192. opium_kernel >= "0.17.0"
  1193. oplot = "0.50"
  1194. oplsr
  1195. opomodoro
  1196. optal
  1197. opti
  1198. optimization1d >= "0.6.1"
  1199. optint >= "0.0.2"
  1200. opus = "0.2.0"
  1201. oraft < "0.3.0"
  1202. oranger >= "2.0.1"
  1203. ordinal_abbreviation
  1204. ordma >= "0.0.5"
  1205. orec >= "1.0.1"
  1206. orewa
  1207. orpie
  1208. orrandomForest
  1209. orsvm_e1071 >= "4.0.0"
  1210. orun
  1211. orxgboost >= "1.1.0"
  1212. oseq >= "0.2"
  1213. oskel
  1214. osx-secure-transport >= "0.1.1"
  1215. otf
  1216. otoml
  1217. otr >= "0.3.6"
  1218. ounit = "2.1.2"
  1219. ounit-lwt < "2.2.0"
  1220. ounit2 < "2.2.7"
  1221. ounit2-lwt < "2.2.7"
  1222. override < "0.4.0"
  1223. owee >= "0.3"
  1224. owl >= "0.4.0"
  1225. owl-base >= "0.4.0"
  1226. owl-jupyter
  1227. owl-ode
  1228. owl-ode-base
  1229. owl-ode-odepack
  1230. owl-ode-sundials
  1231. owl-opt
  1232. owl-opt-lbfgs
  1233. owl-plplot
  1234. owl-symbolic
  1235. owl-top >= "0.4.0"
  1236. owl-zoo >= "0.4.0"
  1237. owork
  1238. ozulip
  1239. p4pp
  1240. pacomb
  1241. paf
  1242. paf-cohttp
  1243. paf-le
  1244. pam
  1245. pandoc < "0.2.1"
  1246. pandoc-abbreviations < "0.2.1"
  1247. pandoc-comment < "0.2.1"
  1248. pandoc-crossref < "0.2.1"
  1249. pandoc-include < "0.2.1"
  1250. pandoc-inspect < "0.2.1"
  1251. pandoc-pdf2png < "0.2.1"
  1252. pandoc-replace < "0.2.1"
  1253. papi >= "0.1.1"
  1254. parany >= "7.0.2"
  1255. pardi
  1256. parmap >= "1.1.1" & < "1.2.3"
  1257. parse-argv >= "0.2.0"
  1258. parsexp >= "v0.12.0"
  1259. parsexp_io >= "v0.12.0"
  1260. parsley
  1261. patch < "2.0.0"
  1262. patdiff >= "v0.12.1"
  1263. patience_diff >= "v0.12.0"
  1264. pattern
  1265. pb
  1266. pb-plugin
  1267. pbkdf >= "1.0.0"
  1268. pbrt
  1269. pbrt_services
  1270. pbrt_yojson
  1271. pcap-format >= "0.5.2"
  1272. pcre >= "7.3.5" & < "7.5.0"
  1273. pds-reachability >= "0.2.2"
  1274. pecu >= "0.2"
  1275. petr4
  1276. pf-qubes
  1277. pg_query
  1278. pgocaml >= "4.0"
  1279. pgocaml_ppx
  1280. pgx >= "1.0" & < "2.2"
  1281. pgx_async >= "1.0" & < "2.2"
  1282. pgx_lwt >= "1.0" & < "2.2"
  1283. pgx_lwt_mirage < "2.2"
  1284. pgx_lwt_unix < "2.2"
  1285. pgx_unix >= "1.0" & < "2.2"
  1286. pgx_value_core < "2.2"
  1287. pgx_value_ptime < "2.2"
  1288. phantom-algebra >= "1.0.1"
  1289. phonetic
  1290. piaf
  1291. picasso
  1292. piqi >= "0.7.8"
  1293. piqilib >= "0.6.16"
  1294. pixel_pusher
  1295. pkcs11 >= "0.18.0"
  1296. pkcs11-cli
  1297. pkcs11-driver
  1298. pkcs11-rev
  1299. pla >= "1.3"
  1300. plato
  1301. plebeia < "2.0.0"
  1302. plist-xml < "0.3.0"
  1303. plist-xml-lwt < "0.3.0"
  1304. plotkicadsch >= "0.4.0"
  1305. plplot >= "5.11.0-1"
  1306. polka
  1307. polling_state_rpc
  1308. polly
  1309. pomap >= "4.1.0"
  1310. portaudio = "0.2.2"
  1311. portaudio_c_bindings
  1312. posix-base < "2.0.2"
  1313. posix-bindings < "2.0.2"
  1314. posix-getopt >= "2.0.0" & < "2.0.2"
  1315. posix-signal < "2.0.2"
  1316. posix-socket < "2.0.2"
  1317. posix-socket-unix < "2.0.2"
  1318. posix-time2 < "2.0.2"
  1319. posix-types >= "2.0.0" & < "2.0.2"
  1320. posix-uname < "2.0.2"
  1321. posixat >= "v0.12.0"
  1322. postgres_async
  1323. postgresql >= "4.4.1"
  1324. pp < "1.2.0"
  1325. pprint >= "20200226"
  1326. ppx-owl-opt
  1327. ppx_accessor
  1328. ppx_assert >= "v0.12.0"
  1329. ppx_bap
  1330. ppx_base >= "v0.12.0"
  1331. ppx_bench >= "v0.12.0"
  1332. ppx_bigarray >= "3.0.0"
  1333. ppx_bin_prot >= "v0.12.0"
  1334. ppx_bitstring >= "4.0.0"
  1335. ppx_blob >= "0.6.0"
  1336. ppx_bsx
  1337. ppx_cold
  1338. ppx_compare >= "v0.12.0"
  1339. ppx_compose >= "0.1.0"
  1340. ppx_const >= "2.0"
  1341. ppx_conv_func >= "v0.12.0"
  1342. ppx_css
  1343. ppx_cstruct >= "3.3.0"
  1344. ppx_cstubs
  1345. ppx_csv_conv >= "v0.12.0"
  1346. ppx_custom_printf >= "v0.12.0"
  1347. ppx_defer >= "0.4.0"
  1348. ppx_demo
  1349. ppx_derive_at_runtime
  1350. ppx_derivers >= "1.2.1"
  1351. ppx_deriving >= "4.3"
  1352. ppx_deriving_cmdliner >= "0.5.1"
  1353. ppx_deriving_encoding < "0.3.0"
  1354. ppx_deriving_hardcaml >= "v0.12.0"
  1355. ppx_deriving_jsoo
  1356. ppx_deriving_madcast >= "0.2"
  1357. ppx_deriving_protobuf >= "2.7"
  1358. ppx_deriving_rpc >= "6.1.0"
  1359. ppx_deriving_yaml < "0.2.0"
  1360. ppx_deriving_yojson >= "3.3"
  1361. ppx_disable_unused_warnings
  1362. ppx_distr_guards = "0.2"
  1363. ppx_enum
  1364. ppx_enumerate >= "v0.12.0"
  1365. ppx_expect >= "v0.12.0"
  1366. ppx_factory
  1367. ppx_fail >= "v0.12.0"
  1368. ppx_fast_pipe
  1369. ppx_fields_conv >= "v0.12.0"
  1370. ppx_fixed_literal
  1371. ppx_gen_rec >= "1.1.0"
  1372. ppx_getenv >= "2.0"
  1373. ppx_globalize
  1374. ppx_hash >= "v0.12.0"
  1375. ppx_here >= "v0.12.0"
  1376. ppx_ignore_instrumentation
  1377. ppx_import >= "1.5-3-gbd627d5"
  1378. ppx_inline_alcotest
  1379. ppx_inline_test >= "v0.12.0" & < "v0.16.1"
  1380. ppx_irmin < "2.3.0"
  1381. ppx_jane >= "v0.12.0"
  1382. ppx_js_style >= "v0.12.0"
  1383. ppx_jsobject_conv >= "0.6.0" & < "0.9.0"
  1384. ppx_jsonaf_conv
  1385. ppx_let >= "v0.12.0"
  1386. ppx_log
  1387. ppx_meta_conv >= "4.0.1"
  1388. ppx_module_timer
  1389. ppx_monoid = "0.3.2"
  1390. ppx_mysql
  1391. ppx_mysql_identity
  1392. ppx_optcomp >= "v0.12.0"
  1393. ppx_optional >= "v0.12.0"
  1394. ppx_pattern_bind
  1395. ppx_pipebang >= "v0.12.0"
  1396. ppx_protocol_conv >= "3.1.0"
  1397. ppx_protocol_conv_json >= "3.1.0"
  1398. ppx_protocol_conv_jsonm
  1399. ppx_protocol_conv_msgpack >= "3.1.0"
  1400. ppx_protocol_conv_xml_light >= "3.1.0"
  1401. ppx_protocol_conv_xmlm
  1402. ppx_protocol_conv_yaml >= "3.1.0"
  1403. ppx_python
  1404. ppx_rapper
  1405. ppx_rapper_async
  1406. ppx_rapper_lwt
  1407. ppx_regexp >= "0.4.0"
  1408. ppx_relit
  1409. ppx_sexp_conv >= "v0.12.0"
  1410. ppx_sexp_message >= "v0.12.0"
  1411. ppx_sexp_value >= "v0.12.0"
  1412. ppx_show
  1413. ppx_stable
  1414. ppx_stable_witness
  1415. ppx_string
  1416. ppx_string_interpolation
  1417. ppx_test >= "1.7.0"
  1418. ppx_there
  1419. ppx_tools >= "6.0+4.08.0"
  1420. ppx_tools_versioned >= "5.2.2"
  1421. ppx_tydi
  1422. ppx_type_directed_value
  1423. ppx_typed_fields
  1424. ppx_typerep_conv >= "v0.12.0"
  1425. ppx_tyre
  1426. ppx_units
  1427. ppx_variants_conv >= "v0.12.0"
  1428. ppx_wideopen
  1429. ppx_xml_conv >= "v0.12.0"
  1430. ppx_yojson < "1.3.0"
  1431. ppx_yojson_conv
  1432. ppx_yojson_conv_lib
  1433. ppxfind >= "1.3"
  1434. ppxlib >= "0.4.0" & < "0.21.0"
  1435. ppxx >= "2.4.0"
  1436. prbnmcn-ucb1 < "0.0.2"
  1437. prc
  1438. printbox >= "0.2" & < "0.8"
  1439. printbox-html < "0.8"
  1440. printbox-text < "0.8"
  1441. prof_spacetime >= "0.3.0"
  1442. profunctor
  1443. prom
  1444. prometheus >= "0.6"
  1445. prometheus-app >= "0.6"
  1446. promise
  1447. protocell
  1448. protocol-9p >= "1.0.0"
  1449. protocol-9p-tool >= "1.0.0"
  1450. protocol-9p-unix >= "1.0.0"
  1451. protocol_version_header >= "v0.12.0"
  1452. psmt2-frontend >= "0.3.0"
  1453. psq >= "0.1.1"
  1454. ptmap >= "2.0.5"
  1455. ptset >= "1.0.1"
  1456. pulseaudio = "0.1.4"
  1457. pure-splitmix >= "0.3"
  1458. py >= "1.1"
  1459. pythonlib
  1460. qbf >= "0.3"
  1461. qcheck >= "0.9" & < "0.21"
  1462. qcheck-alcotest < "0.21"
  1463. qcheck-core < "0.21"
  1464. qcheck-ounit < "0.21"
  1465. qinap
  1466. qiskit < "0.44.0"
  1467. qmp >= "0.19.0"
  1468. qrencode >= "0.2"
  1469. qtest >= "2.10.1"
  1470. queenshead
  1471. quests
  1472. radamsa
  1473. radare2 >= "0.0.3"
  1474. randomconv >= "0.1.1"
  1475. range
  1476. rangeSet
  1477. rankers
  1478. rawlink >= "1.0" & < "2.1"
  1479. raylib < "0.3.1"
  1480. rdbg >= "1.196.12"
  1481. re >= "1.9.0"
  1482. re2 >= "v0.12.1"
  1483. re2_stable
  1484. re_parser
  1485. reactiveData >= "0.3.0"
  1486. reanalyze
  1487. reason >= "3.5.0" & < "3.9.0"
  1488. reason-standard
  1489. received
  1490. record_builder >= "v0.12.0"
  1491. records >= "1.0.0"
  1492. reddit_api_async < "0.2.1"
  1493. reddit_api_kernel < "0.2.1"
  1494. redirect
  1495. redis >= "0.4"
  1496. redis-async
  1497. redis-lwt >= "0.4"
  1498. redis-sync >= "0.4"
  1499. reed-solomon-erasure >= "1.0.2"
  1500. reedsolomon >= "0.3"
  1501. refl
  1502. regenerate >= "0.2"
  1503. regex_parser_intf
  1504. relit_helper
  1505. remu_ts
  1506. reparse < "2.0.0"
  1507. res >= "5.0.1"
  1508. resource-pooling >= "1.1"
  1509. resource_cache >= "v0.12.0"
  1510. resp
  1511. resp-client
  1512. resp-mirage
  1513. resp-server >= "0.9"
  1514. resp-unix
  1515. resto
  1516. resto-acl
  1517. resto-cohttp
  1518. resto-cohttp-client
  1519. resto-cohttp-self-serving-client
  1520. resto-cohttp-server
  1521. resto-directory
  1522. resto-json
  1523. result >= "1.4"
  1524. rfc1951 >= "0.8.1" & != "1.0.0" & < "1.3.0"
  1525. rfc6287 >= "1.0.4"
  1526. rfc7748
  1527. rfsm >= "1.6-alpha-3" & < "2.0"
  1528. rhythm
  1529. ringo
  1530. ringo-lwt
  1531. rock
  1532. root1d >= "0.5.1"
  1533. rope >= "0.6.2"
  1534. rosetta >= "0.2.0"
  1535. routes < "1.0.0"
  1536. rpc >= "6.1.0"
  1537. rpc_parallel >= "v0.12.0"
  1538. rpclib >= "6.1.0"
  1539. rpclib-async >= "6.1.0"
  1540. rpclib-html
  1541. rpclib-js
  1542. rpclib-lwt >= "6.1.0"
  1543. rss
  1544. rtop >= "3.5.0" & < "3.9.0"
  1545. rungen
  1546. rusage
  1547. SZXX
  1548. safepass >= "3.1"
  1549. salsa20 >= "1.0.0"
  1550. salsa20-core >= "1.0.0"
  1551. samplerate = "0.1.5"
  1552. sanddb = "0.2"
  1553. satex
  1554. satyrographos < "0.0.2.7"
  1555. scaml < "1.5.0"
  1556. scgi
  1557. scipy
  1558. scrypt-kdf >= "1.0.0"
  1559. searchTree
  1560. secp256k1 >= "0.4.1"
  1561. secp256k1-internal < "0.4.0"
  1562. sedlex >= "2.0" & < "2.4"
  1563. sek
  1564. selective
  1565. semantic_version
  1566. semaphore-compat
  1567. semver >= "0.2.1"
  1568. semver2
  1569. sendmail
  1570. sendmail-lwt
  1571. sentry
  1572. seq >= "0.2" & < "base"
  1573. sequencer_table >= "v0.12.0"
  1574. serial
  1575. session >= "0.4.1"
  1576. session-cohttp >= "0.4.1"
  1577. session-cohttp-async >= "0.4.1"
  1578. session-cohttp-lwt >= "0.4.1"
  1579. session-cookie
  1580. session-cookie-async
  1581. session-cookie-lwt
  1582. session-postgresql >= "0.4.1"
  1583. session-postgresql-async >= "0.4.1"
  1584. session-postgresql-lwt >= "0.4.1"
  1585. session-redis-lwt >= "0.4.1"
  1586. session-webmachine >= "0.4.1"
  1587. setcore >= "1.0.2"
  1588. sexp
  1589. sexp_diff
  1590. sexp_diff_kernel
  1591. sexp_grammar
  1592. sexp_macro
  1593. sexp_pretty >= "v0.12.0"
  1594. sexp_select
  1595. sexp_string_quickcheck
  1596. sexplib >= "v0.12.0"
  1597. sexplib0 >= "v0.12.0" & < "v0.17.0"
  1598. sgf >= "1.0.1"
  1599. sha >= "1.13" & < "1.15.1"
  1600. shapefile
  1601. shared-memory-ring >= "3.1.0"
  1602. shared-memory-ring-lwt >= "3.1.0"
  1603. shared-secret >= "0.4"
  1604. shell
  1605. shexp >= "v0.12.0"
  1606. sihl < "0.1.5"
  1607. simple63
  1608. sklearn
  1609. slacko >= "0.14.1"
  1610. slug
  1611. smart-print >= "0.3.0"
  1612. smbc >= "0.5"
  1613. smtlib-utils
  1614. snappy >= "0.1.2"
  1615. so
  1616. solidity-alcotest
  1617. solidity-common
  1618. solidity-parser
  1619. solidity-test
  1620. solidity-typechecker
  1621. sortedseq_intersect
  1622. soundtouch >= "0.1.9"
  1623. soupault
  1624. spacetime_lib >= "0.3.0"
  1625. spawn < "v0.9.0" | >= "v0.13.0" & < "v0.15.0"
  1626. spdx_licenses
  1627. speex = "0.4.0"
  1628. spelll >= "0.3"
  1629. spin < "0.7.0"
  1630. splay_tree >= "v0.12.0"
  1631. splittable_random >= "v0.12.0"
  1632. spotify-web-api >= "0.2.1"
  1633. spotlib >= "4.1.0"
  1634. sqlgg >= "20200521"
  1635. sqlite3 >= "4.4.1" & < "5.0.3"
  1636. sqlite3_utils
  1637. srt < "0.2.1"
  1638. ssh-agent >= "0.2.0"
  1639. ssh-agent-unix
  1640. ssl >= "0.5.6" & < "0.6.0"
  1641. stdcompat >= "19"
  1642. stdint >= "0.6.0" & < "0.7.2"
  1643. stdio >= "v0.12.0"
  1644. stdlib-diff
  1645. stdlib-shims
  1646. stitch
  1647. stored_reversed
  1648. streamable
  1649. streaming
  1650. string_dict >= "v0.12.0"
  1651. stringext >= "1.6.0"
  1652. sturgeon >= "0.4.2"
  1653. subscriptions-transport-ws
  1654. subtype-refinement >= "0.2"
  1655. swagger >= "0.2.0"
  1656. swhid_core
  1657. syndic >= "1.6.0"
  1658. sys-socket
  1659. sys-socket-unix
  1660. syslog >= "2.0.0"
  1661. syslog-message >= "1.0.0"
  1662. syslog-rfc5424
  1663. systemverilog >= "0.0.2"
  1664. tablecloth-base
  1665. tablecloth-native < "transition"
  1666. tar >= "1.0.0" & < "2.0.0"
  1667. tar-mirage >= "1.0.0" & < "2.0.0"
  1668. tar-unix >= "1.0.0" & < "2.0.0"
  1669. tcalc
  1670. tcpip >= "3.7.0" & < "6.0.0"
  1671. tdigest
  1672. teash
  1673. telltime
  1674. tensorboard
  1675. terminal_size >= "0.1.4"
  1676. textrazor
  1677. textutils >= "v0.12.0"
  1678. textutils_kernel >= "v0.12.0"
  1679. textwrap >= "0.2.1"
  1680. tezos-008-PtEdo2Zk-test-helpers
  1681. tezos-009-PsFLoren-test-helpers
  1682. tezos-010-PtGRANAD-test-helpers
  1683. tezos-accuser-006-PsCARTHA
  1684. tezos-accuser-007-PsDELPH1
  1685. tezos-accuser-008-PtEdo2Zk
  1686. tezos-accuser-008-PtEdoTez
  1687. tezos-accuser-009-PsFLoren
  1688. tezos-accuser-010-PtGRANAD < "11.0"
  1689. tezos-accuser-alpha < "11.0"
  1690. tezos-alpha-test-helpers < "12.0"
  1691. tezos-baker-006-PsCARTHA
  1692. tezos-baker-007-PsDELPH1
  1693. tezos-baker-008-PtEdo2Zk
  1694. tezos-baker-008-PtEdoTez
  1695. tezos-baker-009-PsFLoren
  1696. tezos-baker-010-PtGRANAD < "11.0"
  1697. tezos-baker-alpha < "11.0"
  1698. tezos-baking-006-PsCARTHA
  1699. tezos-baking-006-PsCARTHA-commands
  1700. tezos-baking-007-PsDELPH1
  1701. tezos-baking-007-PsDELPH1-commands
  1702. tezos-baking-008-PtEdo2Zk
  1703. tezos-baking-008-PtEdo2Zk-commands
  1704. tezos-baking-008-PtEdoTez
  1705. tezos-baking-008-PtEdoTez-commands
  1706. tezos-baking-009-PsFLoren
  1707. tezos-baking-009-PsFLoren-commands
  1708. tezos-baking-010-PtGRANAD < "11.0"
  1709. tezos-baking-010-PtGRANAD-commands < "11.0"
  1710. tezos-baking-alpha < "11.0"
  1711. tezos-baking-alpha-commands < "11.0"
  1712. tezos-base < "11.0"
  1713. tezos-clic < "11.0"
  1714. tezos-client < "11.0"
  1715. tezos-client-000-Ps9mPmXa < "11.0"
  1716. tezos-client-001-PtCJ7pwo < "11.0"
  1717. tezos-client-001-PtCJ7pwo-commands < "11.0"
  1718. tezos-client-002-PsYLVpVv < "11.0"
  1719. tezos-client-002-PsYLVpVv-commands < "11.0"
  1720. tezos-client-003-PsddFKi3 < "11.0"
  1721. tezos-client-003-PsddFKi3-commands < "11.0"
  1722. tezos-client-004-Pt24m4xi < "11.0"
  1723. tezos-client-004-Pt24m4xi-commands < "11.0"
  1724. tezos-client-005-PsBabyM1 < "11.0"
  1725. tezos-client-005-PsBabyM1-commands < "11.0"
  1726. tezos-client-006-PsCARTHA < "11.0"
  1727. tezos-client-006-PsCARTHA-commands < "11.0"
  1728. tezos-client-007-PsDELPH1 < "11.0"
  1729. tezos-client-007-PsDELPH1-commands < "11.0"
  1730. tezos-client-007-PsDELPH1-commands-registration < "11.0"
  1731. tezos-client-008-PtEdo2Zk < "11.0"
  1732. tezos-client-008-PtEdo2Zk-commands < "11.0"
  1733. tezos-client-008-PtEdo2Zk-commands-registration < "11.0"
  1734. tezos-client-008-PtEdoTez
  1735. tezos-client-008-PtEdoTez-commands
  1736. tezos-client-008-PtEdoTez-commands-registration
  1737. tezos-client-009-PsFLoren < "11.0"
  1738. tezos-client-009-PsFLoren-commands < "11.0"
  1739. tezos-client-009-PsFLoren-commands-registration < "11.0"
  1740. tezos-client-010-PtGRANAD < "11.0"
  1741. tezos-client-010-PtGRANAD-commands < "11.0"
  1742. tezos-client-010-PtGRANAD-commands-registration < "11.0"
  1743. tezos-client-alpha < "11.0"
  1744. tezos-client-alpha-commands < "11.0"
  1745. tezos-client-alpha-commands-registration < "11.0"
  1746. tezos-client-base < "11.0"
  1747. tezos-client-base-unix < "11.0"
  1748. tezos-client-commands < "11.0"
  1749. tezos-client-demo-counter < "11.0"
  1750. tezos-client-genesis < "11.0"
  1751. tezos-client-genesis-carthagenet < "11.0"
  1752. tezos-client-sapling-008-PtEdo2Zk < "11.0"
  1753. tezos-client-sapling-008-PtEdoTez
  1754. tezos-client-sapling-009-PsFLoren < "11.0"
  1755. tezos-client-sapling-010-PtGRANAD < "11.0"
  1756. tezos-client-sapling-alpha < "11.0"
  1757. tezos-codec < "11.0"
  1758. tezos-context < "11.0"
  1759. tezos-context-hash
  1760. tezos-context-hash-irmin
  1761. tezos-crypto < "11.0"
  1762. tezos-embedded-protocol-000-Ps9mPmXa < "11.0"
  1763. tezos-embedded-protocol-001-PtCJ7pwo < "11.0"
  1764. tezos-embedded-protocol-002-PsYLVpVv < "11.0"
  1765. tezos-embedded-protocol-003-PsddFKi3 < "11.0"
  1766. tezos-embedded-protocol-004-Pt24m4xi < "11.0"
  1767. tezos-embedded-protocol-005-PsBABY5H < "11.0"
  1768. tezos-embedded-protocol-005-PsBabyM1 < "11.0"
  1769. tezos-embedded-protocol-006-PsCARTHA < "11.0"
  1770. tezos-embedded-protocol-007-PsDELPH1 < "11.0"
  1771. tezos-embedded-protocol-008-PtEdo2Zk < "11.0"
  1772. tezos-embedded-protocol-008-PtEdoTez < "11.0"
  1773. tezos-embedded-protocol-009-PsFLoren < "11.0"
  1774. tezos-embedded-protocol-010-PtGRANAD < "11.0"
  1775. tezos-embedded-protocol-alpha < "11.0"
  1776. tezos-embedded-protocol-demo-counter < "11.0"
  1777. tezos-embedded-protocol-demo-noops < "11.0"
  1778. tezos-embedded-protocol-genesis < "11.0"
  1779. tezos-embedded-protocol-genesis-carthagenet < "11.0"
  1780. tezos-endorser-006-PsCARTHA
  1781. tezos-endorser-007-PsDELPH1
  1782. tezos-endorser-008-PtEdo2Zk
  1783. tezos-endorser-008-PtEdoTez
  1784. tezos-endorser-009-PsFLoren
  1785. tezos-endorser-010-PtGRANAD < "11.0"
  1786. tezos-endorser-alpha < "11.0"
  1787. tezos-error-monad < "11.0"
  1788. tezos-event-logging < "11.0"
  1789. tezos-hacl-glue < "11.0"
  1790. tezos-hacl-glue-unix < "11.0"
  1791. tezos-legacy-store < "11.0"
  1792. tezos-lmdb
  1793. tezos-lwt-result-stdlib < "11.0"
  1794. tezos-mempool-006-PsCARTHA
  1795. tezos-mempool-007-PsDELPH1
  1796. tezos-mempool-008-PtEdoTez
  1797. tezos-micheline < "11.0"
  1798. tezos-mockup < "11.0"
  1799. tezos-mockup-commands < "11.0"
  1800. tezos-mockup-proxy < "11.0"
  1801. tezos-mockup-registration < "11.0"
  1802. tezos-node < "11.0"
  1803. tezos-p2p < "11.0"
  1804. tezos-p2p-services < "11.0"
  1805. tezos-protocol-000-Ps9mPmXa < "11.0"
  1806. tezos-protocol-001-PtCJ7pwo < "11.0"
  1807. tezos-protocol-002-PsYLVpVv < "11.0"
  1808. tezos-protocol-003-PsddFKi3 < "11.0"
  1809. tezos-protocol-004-Pt24m4xi < "11.0"
  1810. tezos-protocol-005-PsBABY5H < "11.0"
  1811. tezos-protocol-005-PsBabyM1 < "11.0"
  1812. tezos-protocol-006-PsCARTHA < "11.0"
  1813. tezos-protocol-006-PsCARTHA-parameters
  1814. tezos-protocol-007-PsDELPH1 < "11.0"
  1815. tezos-protocol-007-PsDELPH1-parameters
  1816. tezos-protocol-008-PtEdo2Zk < "11.0"
  1817. tezos-protocol-008-PtEdo2Zk-parameters < "11.0"
  1818. tezos-protocol-008-PtEdoTez < "11.0"
  1819. tezos-protocol-008-PtEdoTez-parameters
  1820. tezos-protocol-009-PsFLoren < "11.0"
  1821. tezos-protocol-009-PsFLoren-parameters < "11.0"
  1822. tezos-protocol-010-PtGRANAD < "11.0"
  1823. tezos-protocol-010-PtGRANAD-parameters < "11.0"
  1824. tezos-protocol-alpha < "11.0"
  1825. tezos-protocol-alpha-parameters < "11.0"
  1826. tezos-protocol-compiler < "11.0"
  1827. tezos-protocol-demo-counter < "11.0"
  1828. tezos-protocol-demo-noops < "11.0"
  1829. tezos-protocol-environment < "11.0"
  1830. tezos-protocol-environment-packer < "11.0"
  1831. tezos-protocol-environment-sigs < "11.0"
  1832. tezos-protocol-environment-structs < "11.0"
  1833. tezos-protocol-genesis < "11.0"
  1834. tezos-protocol-genesis-carthagenet < "11.0"
  1835. tezos-protocol-plugin-007-PsDELPH1 < "11.0"
  1836. tezos-protocol-plugin-007-PsDELPH1-registerer < "11.0"
  1837. tezos-protocol-plugin-008-PtEdo2Zk < "11.0"
  1838. tezos-protocol-plugin-008-PtEdo2Zk-registerer < "11.0"
  1839. tezos-protocol-plugin-009-PsFLoren < "11.0"
  1840. tezos-protocol-plugin-009-PsFLoren-registerer < "11.0"
  1841. tezos-protocol-plugin-010-PtGRANAD < "11.0"
  1842. tezos-protocol-plugin-010-PtGRANAD-registerer < "11.0"
  1843. tezos-protocol-plugin-alpha < "11.0"
  1844. tezos-protocol-plugin-alpha-registerer < "11.0"
  1845. tezos-protocol-updater < "11.0"
  1846. tezos-proxy < "11.0"
  1847. tezos-requester < "11.0"
  1848. tezos-rpc < "11.0"
  1849. tezos-rpc-http < "11.0"
  1850. tezos-rpc-http-client < "11.0"
  1851. tezos-rpc-http-client-unix < "11.0"
  1852. tezos-rpc-http-server < "11.0"
  1853. tezos-sapling < "11.0"
  1854. tezos-shell < "11.0"
  1855. tezos-shell-context < "11.0"
  1856. tezos-shell-services < "11.0"
  1857. tezos-signer < "11.0"
  1858. tezos-signer-backends < "11.0"
  1859. tezos-signer-services < "11.0"
  1860. tezos-stdlib < "11.0"
  1861. tezos-stdlib-unix < "11.0"
  1862. tezos-storage
  1863. tezos-store < "11.0"
  1864. tezos-test-helpers < "11.0"
  1865. tezos-test-services
  1866. tezos-tooling < "13.0"
  1867. tezos-validation < "11.0"
  1868. tezos-validator < "11.0"
  1869. tezos-version < "11.0"
  1870. tezos-workers < "11.0"
  1871. tezt < "2.0.0"
  1872. theora >= "0.4.0"
  1873. thread-local-storage
  1874. thrift >= "0.10.0"
  1875. tidy >= "5-0.2"
  1876. tilde_f
  1877. time_now
  1878. timezone
  1879. tiny_httpd < "0.15"
  1880. tiny_httpd_camlzip < "0.15"
  1881. tip-parser >= "0.4"
  1882. tldr
  1883. tls >= "0.11.0" & < "0.15.4"
  1884. tls-async < "0.15.4"
  1885. tls-mirage < "0.15.4"
  1886. toml >= "5.0.0" & < "7.0.0"
  1887. toml-cconv
  1888. toml_cconv < "7.0.0"
  1889. toplevel_backend
  1890. toplevel_expect_test >= "v0.12.0"
  1891. topological_sort >= "v0.12.0"
  1892. torch
  1893. tqdm
  1894. tracing
  1895. transept
  1896. traverse
  1897. travesty < "0.7.2"
  1898. travis-opam >= "1.5.0"
  1899. tree_layout >= "0.2"
  1900. treeprint >= "2.3.0"
  1901. trie >= "1.0.0"
  1902. tsort
  1903. tube >= "4.4.0"
  1904. tuntap >= "1.7.0"
  1905. twostep
  1906. typerep >= "v0.12.0"
  1907. tyre >= "0.5"
  1908. tyxml >= "4.3.0" & < "4.6.0"
  1909. tyxml-jsx < "4.6.0"
  1910. tyxml-lwd < "0.2"
  1911. tyxml-ppx >= "4.3.0" & < "4.6.0"
  1912. tyxml-syntax < "4.6.0"
  1913. ubase < "0.20"
  1914. ubpf < "0.2"
  1915. uecc >= "0.2"
  1916. uint >= "2.0.1"
  1917. ulid
  1918. unidecode
  1919. unionFind
  1920. unison >= "2.51.4" & < "2.53.4"
  1921. universo
  1922. unstrctrd
  1923. uri >= "2.2.0"
  1924. uri-bench
  1925. uri-re
  1926. uri-sexp
  1927. uritemplate
  1928. user-agent-parser
  1929. username_kernel
  1930. utop >= "2.3.0"
  1931. uuuu >= "0.1.1"
  1932. variantslib >= "v0.12.0"
  1933. vcaml
  1934. vcardgen >= "1.2"
  1935. vchan >= "4.0.0"
  1936. vchan-unix >= "4.0.0"
  1937. vchan-xen >= "4.0.0"
  1938. vec < "0.2.0"
  1939. vector
  1940. vercel
  1941. vhd-format >= "0.12.0"
  1942. vhd-format-lwt >= "0.12.0"
  1943. virtual_dom >= "v0.12.0"
  1944. visitors >= "20200207"
  1945. vlq >= "0.2.1"
  1946. vmnet >= "1.3.2"
  1947. vocal
  1948. voqc < "0.2.0"
  1949. vorbis >= "0.8.0"
  1950. vue-jsoo < "0.3"
  1951. wall >= "0.4"
  1952. wasmer
  1953. weberizer >= "0.8"
  1954. webmachine >= "0.6.2"
  1955. websocket >= "2.12" & < "2.15"
  1956. websocket-async >= "2.12" & < "2.15"
  1957. websocket-lwt >= "2.12"
  1958. websocket-lwt-unix < "2.15"
  1959. websocketaf
  1960. webtest >= "2.0.0"
  1961. webtest-js
  1962. wikitext
  1963. win-error >= "1.0"
  1964. win-eventlog = "0.3"
  1965. winsvc < "1.0.1"
  1966. ws
  1967. ws-server
  1968. wseg
  1969. wtf8 >= "1.0.2"
  1970. x509 >= "0.6.3"
  1971. xapi-backtrace >= "0.7"
  1972. xapi-inventory >= "1.2.1"
  1973. xapi-rrd >= "1.8.2"
  1974. xapi-stdext-date < "4.21.0"
  1975. xapi-stdext-encodings < "4.21.0"
  1976. xapi-stdext-pervasives < "4.21.0"
  1977. xapi-stdext-std < "4.21.0"
  1978. xapi-stdext-threads < "4.21.0"
  1979. xapi-stdext-unix < "4.21.0"
  1980. xapi-stdext-zerocheck < "4.21.0"
  1981. xdg-basedir
  1982. xen-evtchn >= "2.1.0"
  1983. xen-evtchn-unix >= "2.1.0"
  1984. xen-gnt >= "3.1.0"
  1985. xen-gnt-unix >= "3.1.0"
  1986. xenstore >= "2.1.0"
  1987. xenstore_transport >= "1.1.0"
  1988. xmlplaylist >= "0.1.5"
  1989. yaml >= "1.0.0"
  1990. yaml-sexp
  1991. yara >= "0.2"
  1992. yojson >= "1.5.0" & < "2.1.0"
  1993. yojson-bench
  1994. yurt >= "0.6"
  1995. yuscii >= "0.2.1"
  1996. yuujinchou < "1.0.0" | >= "3.0.0"
  1997. zarith-ppx
  1998. zarith_stubs_js
  1999. zed >= "2.0" & < "3.2.0"
  2000. zeit
  2001. zelus
  2002. zelus-gtk
  2003. zipperposition >= "1.5.1"
  2004. zipperposition-tools
  2005. zlib >= "0.6"
  2006. zmq >= "5.1.0" & < "5.2.1"
  2007. zmq-async >= "5.1.0" & < "5.2.1"
  2008. zmq-lwt >= "5.1.0" & < "5.2.1"
  2009. zstandard >= "v0.12.1"
  2010. zstd = "0.3"
  2011. 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.