package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.9.0.tbz
sha256=bb217cfb17e893a0b1eb002ac83c14f96adc9d0703cb51ff34ed3ef5a639a41e
sha512=fcd8bc3ea7e9a14e6787a3b0384a488e45fa51e164a175ad1b147bebb3fbcccfd8f321b9b6a7665ac3dafeb18a2a6f8626d182af3b1796691f6ed79c166a5f44

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: 01 Jul 2021

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" & < "5.0"

Dev Dependencies

None

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

Conflicts (7)

  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"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"
OCaml

Innovation. Community. Security.