package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.5.0.tbz
sha256=9cc1661b9b173dd183867edcf8ee28a9ce79079a7d00316b719bdcba1d78d7da
sha512=fa29986243b73caa6ca01acbc55cfba5e454e069e737f53c32bee5abc7e3c4679fecdec232d34af63954287bebf0fb1cabe4a95c56147f457d82d1a72dd44223

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

Conflicts (4)

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

Innovation. Community. Security.