package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.7.1.tbz
sha256=c3528f2f8b3a2e3fe18e166fc823e6caeee8b7c78ade6b6fe4d2fa978070925d
sha512=2b4b311824471dac8196181d7c7267f96b1b73f35341b72019f169cf6d42a19254e90bdfba2d3ecb138ad318e2e2431dd0ec6c38d9efe1da382ec95f5d9e959b

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