package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.7.0.tbz
sha256=b417ca85bdce4171e71255be4a9c5a7572646cb1dcb221bba3757dc6ac8f1c15
sha512=5e5b649b1a16747bf2a0bf093ecf2dc701b2713c166e3d25731422bba2b94e807ded2242ee0e750e2264d21a03c966c24f4812c6d5ed690bba60543db7303f89

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