package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-site-2.9.2.tbz
sha256=b8e7cc507fb978b45f6fdc839f2b3201d2c1e611e4a8e972c8c8cfd8522e7447
sha512=e45986afdce4a1a19671206bf9818463b398ee2658ca7203a00546b9b1079cde018bc435b4846c82281960fa3ca1cdca8aab670b15a1b7cac6cafac369de7b67

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: 23 Jan 2022

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.03" & < "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.20.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"
  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 >= "1.1.1" & < "2.1.0"
  817. goblint-cil >= "1.8.0"
  818. google-drive-ocamlfuse >= "0.6.26"
  819. gopcaml-mode >= "0.0.2"
  820. gopcaml-mode-merlin
  821. gospel < "0.2.0"
  822. gotd
  823. gperftools >= "0.4"
  824. gpiod
  825. gpr >= "1.4.0"
  826. gr
  827. graphics >= "5.0.0"
  828. graphql >= "0.8.0"
  829. graphql-async >= "0.8.0"
  830. graphql-cohttp >= "0.9.0"
  831. graphql-lwt >= "0.8.0"
  832. graphql_parser >= "0.9.0"
  833. graphql_ppx >= "0.7.1"
  834. graphv
  835. graphv_core
  836. graphv_core_lib
  837. graphv_font
  838. graphv_font_js
  839. graphv_font_stb_truetype
  840. graphv_gles2
  841. graphv_gles2_native
  842. graphv_gles2_native_impl
  843. graphv_webgl
  844. graphv_webgl_impl
  845. gremlin
  846. grenier >= "0.8" & < "0.15"
  847. grid
  848. grpc < "0.2.0"
  849. grpc-async < "0.2.0"
  850. grpc-lwt < "0.2.0"
  851. gsl >= "1.24.0"
  852. gstreamer >= "0.3.1"
  853. guardian
  854. guile
  855. h1
  856. h1-lwt-unix
  857. h1_parser
  858. h2
  859. h2-async
  860. h2-eio
  861. h2-lwt
  862. h2-lwt-unix
  863. h2-mirage
  864. hack_parallel >= "1.0.0"
  865. hacl >= "0.3"
  866. hacl-star
  867. hacl-star-raw >= "0.5.0"
  868. hacl_x25519
  869. happy-eyeballs
  870. happy-eyeballs-lwt
  871. happy-eyeballs-miou-unix
  872. happy-eyeballs-mirage
  873. hardcaml >= "v0.12.0" & < "v0.17.0"
  874. hardcaml_axi < "v0.17.0"
  875. hardcaml_c < "v0.17.0"
  876. hardcaml_circuits < "v0.17.0"
  877. hardcaml_fixed_point < "v0.17.0"
  878. hardcaml_handshake < "v0.17.0"
  879. hardcaml_of_verilog < "v0.17.0"
  880. hardcaml_step_testbench < "v0.17.0"
  881. hardcaml_verify < "v0.17.0"
  882. hardcaml_verilator < "v0.17.0"
  883. hardcaml_waveterm < "v0.17.0"
  884. hardcaml_xilinx < "v0.17.0"
  885. hardcaml_xilinx_components < "v0.17.0"
  886. hardcaml_xilinx_reports < "v0.17.0"
  887. hashcons >= "1.4.0"
  888. hashids >= "1.0.1"
  889. haxe >= "4.1.1"
  890. hc < "0.2"
  891. hdf5 >= "0.1.5"
  892. headache >= "1.04" & < "1.07"
  893. header-check
  894. herdtools7 >= "7.55"
  895. hex >= "1.3.0"
  896. hex_encode < "v0.17.0"
  897. hexstring
  898. hg_lib < "v0.17.0"
  899. hidapi >= "1.1"
  900. hidapi-lwt
  901. higher_kinded < "v0.17.0"
  902. higlo >= "0.8"
  903. hilite
  904. hkdf >= "1.0.3"
  905. hl_yaml
  906. hockmd
  907. horned_worm >= "0.3.4"
  908. hpack
  909. htmlfromtexbooks
  910. hts_shrink >= "2.0.0"
  911. http < "6.0.0~alpha1"
  912. http-cookie < "4.3.0"
  913. http-lwt-client
  914. http-mirage-client
  915. http-multipart-formdata
  916. http_async
  917. httpaf >= "0.6.0"
  918. httpaf-async >= "0.6.0"
  919. httpaf-lwt-unix
  920. httpaf_caged
  921. httpcats
  922. httph
  923. huffman
  924. hvsock >= "2.0.0"
  925. hxd
  926. hyper
  927. ISO3166
  928. ISO8601 >= "0.2.6"
  929. i3ipc >= "0.1.4"
  930. icalendar
  931. idd
  932. idds
  933. imagelib >= "20200929"
  934. incr_dom >= "v0.12.0" & < "v0.17.0"
  935. incr_dom_interactive < "v0.17.0"
  936. incr_dom_keyboard
  937. incr_dom_partial_render < "v0.17.0"
  938. incr_dom_sexp_form < "v0.17.0"
  939. incr_dom_widgets >= "v0.12.0"
  940. incr_map >= "v0.12.0" & < "v0.17.0"
  941. incr_select >= "v0.12.0" & < "v0.17.0"
  942. incremental >= "v0.12.0" & < "v0.17.0"
  943. indentation_buffer < "v0.17.0"
  944. index
  945. index-bench
  946. inferno >= "20190924"
  947. influxdb
  948. influxdb-async
  949. influxdb-lwt
  950. inotify >= "2.4" & < "2.6"
  951. inquire
  952. int_repr < "v0.17.0"
  953. integers >= "0.3.0"
  954. integers_stubs_js
  955. integration1d >= "0.5.1"
  956. interface-prime
  957. interface-prime-lwt
  958. interval >= "1.5" & < "1.6"
  959. interval-map
  960. interval_base
  961. interval_crlibm
  962. interval_intel
  963. io-page >= "2.1.0"
  964. io-page-unix >= "2.1.0"
  965. io-page-xen >= "2.1.0"
  966. iostream
  967. iostream-camlzip
  968. ipaddr >= "2.9.0"
  969. ipaddr-cstruct
  970. ipaddr-sexp
  971. irc-client >= "0.6.2"
  972. irc-client-lwt >= "0.6.2"
  973. irc-client-lwt-ssl
  974. irc-client-tls >= "0.6.2"
  975. irc-client-unix >= "0.6.2"
  976. iri >= "0.6.0"
  977. irmin >= "2.0.0"
  978. irmin-bench
  979. irmin-chunk >= "2.0.0"
  980. irmin-cli
  981. irmin-client
  982. irmin-containers
  983. irmin-fs >= "2.0.0"
  984. irmin-git >= "2.0.0"
  985. irmin-graphql
  986. irmin-http >= "2.0.0"
  987. irmin-indexeddb >= "2.0"
  988. irmin-layers
  989. irmin-mem >= "2.0.0"
  990. irmin-mirage >= "2.0.0"
  991. irmin-mirage-git
  992. irmin-mirage-graphql
  993. irmin-pack
  994. irmin-pack-tools
  995. irmin-server
  996. irmin-test
  997. irmin-tezos
  998. irmin-tezos-utils
  999. irmin-unix >= "2.0.0"
  1000. irmin-watcher >= "0.5.0"
  1001. iso639
  1002. iter
  1003. itv-tree >= "2.2"
  1004. JsOfOCairo >= "2.0.0"
  1005. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  1006. jane_rope < "v0.17.0"
  1007. janestreet_cpuid < "v0.17.0"
  1008. janestreet_csv < "v0.17.0"
  1009. janestreet_lru_cache < "v0.17.0"
  1010. jekyll-format >= "0.2.0"
  1011. jemalloc >= "0.2"
  1012. jerboa
  1013. jhupllib >= "0.2.1"
  1014. jingoo >= "1.3.0"
  1015. jose
  1016. js_of_ocaml >= "3.3.0" & < "4.1.0"
  1017. js_of_ocaml-compiler >= "3.3.0" & < "4.1.0"
  1018. js_of_ocaml-lwt >= "3.3.0" & < "4.1.0"
  1019. js_of_ocaml-ocamlbuild >= "3.5.0"
  1020. js_of_ocaml-ppx >= "3.3.0" & < "4.1.0"
  1021. js_of_ocaml-ppx_deriving_json >= "3.3.0" & < "4.1.0"
  1022. js_of_ocaml-toplevel >= "3.3.0" & < "4.1.0"
  1023. js_of_ocaml-tyxml >= "3.3.0" & < "4.1.0"
  1024. js_of_ocaml-webgpu
  1025. js_of_ocaml-webidl
  1026. js_of_ocaml_patches < "v0.17.0"
  1027. json-data-encoding < "1.0.0"
  1028. json-data-encoding-browser < "1.0.0"
  1029. json-data-encoding-bson < "1.0.0"
  1030. json_decoder
  1031. jsonaf < "v0.17.0"
  1032. jsonoo
  1033. jsonrpc < "1.12.3"
  1034. jsonxt
  1035. jsoo-react
  1036. jsoo_broadcastchannel >= "2.0.0"
  1037. jsoo_storage >= "1.0.1"
  1038. jst-config < "v0.17.0"
  1039. junit >= "2.0.1"
  1040. junit_alcotest >= "2.0.1"
  1041. junit_ounit >= "2.0.1"
  1042. jupyter >= "2.3.2"
  1043. jupyter-archimedes >= "2.3.2"
  1044. jupyter-kernel >= "0.4"
  1045. jwto
  1046. kafka >= "0.5"
  1047. kafka_async
  1048. kafka_lwt
  1049. kappa-agents
  1050. kappa-binaries
  1051. kappa-library
  1052. kappa-server
  1053. kcas < "0.1.6"
  1054. kdf
  1055. ke
  1056. key-parsers >= "0.10.0"
  1057. kicadsch >= "0.4.0"
  1058. kind2
  1059. kinetic-client >= "0.0.11"
  1060. kittyimg
  1061. kqueue
  1062. krb
  1063. lab < "0.1.8"
  1064. lablgtk3 >= "3.0.beta4"
  1065. lablgtk3-extras >= "3.0.1"
  1066. lablgtk3-goocanvas2
  1067. lablgtk3-gtkspell3
  1068. lablgtk3-rsvg2
  1069. lablgtk3-sourceview3
  1070. lablqml >= "0.6"
  1071. labrys
  1072. lacaml >= "11.0.2"
  1073. ladspa >= "0.2.0"
  1074. lambda
  1075. lambda-runtime
  1076. lambda-term >= "2.0" & < "3.3.0"
  1077. lambda_streams
  1078. lambda_streams_async
  1079. lambda_streams_lwt
  1080. lambdapi >= "2.0.0" & < "2.3.1"
  1081. lambdasoup >= "0.6.4"
  1082. lame >= "0.3.4"
  1083. landmarks >= "1.4"
  1084. landmarks-ppx
  1085. lascar >= "0.6-alpha"
  1086. lastfm = "0.3.3"
  1087. launchd >= "1.3"
  1088. lazy-trie >= "1.2.0"
  1089. lbfgs >= "0.9.1"
  1090. lbvs_consent >= "2.1.0"
  1091. ldap >= "2.4.1"
  1092. ldp
  1093. ldp_curl
  1094. ldp_js
  1095. ldp_tls
  1096. leaflet
  1097. learn-ocaml
  1098. learn-ocaml-client
  1099. ledgerwallet
  1100. ledgerwallet-tezos
  1101. lens >= "1.2.3"
  1102. let-if >= "0.2.0"
  1103. letsencrypt
  1104. letsencrypt-app
  1105. letsencrypt-dns
  1106. letsencrypt-mirage
  1107. letters
  1108. leveldb >= "1.3.0"
  1109. libabsolute
  1110. libbinaryen < "110.0.0"
  1111. libirmin
  1112. libsvm >= "0.10.0"
  1113. libzipperposition
  1114. lilac
  1115. lilv
  1116. line-up-words >= "v0.12.0" & < "v0.17.0"
  1117. line_oriented
  1118. linenoise >= "1.2.0"
  1119. links >= "0.9"
  1120. links-mysql
  1121. links-postgresql >= "0.9"
  1122. links-sqlite3
  1123. linol
  1124. linol-eio
  1125. linol-lwt
  1126. lintcstubs-arity < "0.2.0" | >= "0.4.1"
  1127. linwrap
  1128. liquid_interpreter
  1129. liquid_ml
  1130. liquid_parser
  1131. liquid_std
  1132. liquid_syntax
  1133. little_logger
  1134. llama-cpp-ocaml
  1135. llvm >= "15.0.7+nnp-2"
  1136. lmdb >= "1.0"
  1137. lo >= "0.2.0"
  1138. loga >= "0.0.5"
  1139. logical
  1140. logs-async < "1.3"
  1141. logs-async-reporter < "1.3"
  1142. logs-ppx
  1143. logs-syslog >= "0.2.0"
  1144. logtk >= "1.5.1"
  1145. lp
  1146. lp-glpk
  1147. lp-glpk-js
  1148. lp-gurobi
  1149. lpd >= "1.2.2"
  1150. lru >= "0.3.0"
  1151. lru_cache
  1152. lsp < "1.12.3"
  1153. lt-code
  1154. lua-ml >= "0.9.3"
  1155. lua_parser
  1156. lun
  1157. lustre-v6 >= "6.103.3"
  1158. lutils >= "1.51.2"
  1159. lutin >= "2.71.10"
  1160. luv
  1161. luv_unix
  1162. lwd
  1163. lwt >= "4.2.0"
  1164. lwt-canceler
  1165. lwt-dllist
  1166. lwt-exit
  1167. lwt-parallel >= "1.0.0"
  1168. lwt-pipe
  1169. lwt-pipeline >= "0.2"
  1170. lwt-watcher
  1171. lwt_domain
  1172. lwt_eio < "0.4"
  1173. lwt_glib >= "1.1.1"
  1174. lwt_log >= "1.1.1"
  1175. lwt_ppx >= "1.2.2"
  1176. lwt_ppx_let
  1177. lwt_react >= "1.1.2"
  1178. lwt_ssl >= "1.1.3"
  1179. lz4 >= "1.2.0"
  1180. lz4_chans
  1181. lzo >= "0.0.3"
  1182. macaddr
  1183. macaddr-cstruct
  1184. macaddr-sexp
  1185. mad >= "0.5.0"
  1186. magic-mime >= "1.1.2"
  1187. magic-trace
  1188. make-random
  1189. malfunction >= "0.3"
  1190. man_in_the_middle_debugger < "v0.17.0"
  1191. markdown
  1192. markup >= "0.8.0"
  1193. markup-lwt
  1194. mastodon-archive-viewer >= "0.2" & < "0.4.0"
  1195. matplotlib
  1196. mc2
  1197. mccs >= "1.1+10"
  1198. md2mld < "0.7.0"
  1199. mdx != "1.7.0" & < "2.2.0"
  1200. mec
  1201. mechaml >= "1.1.0"
  1202. mehari-eio < "0.2"
  1203. mehari-eio-unix
  1204. mehari-lwt-unix < "0.2"
  1205. mehari-mirage < "0.2"
  1206. mem_usage
  1207. memcad >= "1.1.0"
  1208. memgraph
  1209. memgraph_kitty
  1210. memo < "0.2"
  1211. memprof-limits
  1212. memtrace
  1213. memtrace-mirage
  1214. memtrace_viewer
  1215. menhir >= "20200123"
  1216. menhirCST
  1217. menhirLib
  1218. menhirSdk
  1219. merge-fmt
  1220. merlin >= "3.2.1" & < "5.1-502"
  1221. merlin-extend >= "0.4"
  1222. merlin-lib < "5.1-502"
  1223. mesh >= "0.9.5"
  1224. mesh-easymesh >= "0.9.5"
  1225. mesh-graphics >= "0.9.5"
  1226. mesh-triangle >= "0.9.5"
  1227. metadb
  1228. metapp
  1229. metaquot
  1230. metrics
  1231. metrics-influx
  1232. metrics-lwt
  1233. metrics-mirage
  1234. metrics-rusage
  1235. metrics-unix
  1236. mew
  1237. mew_vi
  1238. mimic
  1239. mimic-happy-eyeballs
  1240. mindstorm >= "0.8"
  1241. mindstorm-lwt
  1242. minicaml
  1243. minicli >= "5.0.2"
  1244. minisat >= "0.3"
  1245. miou
  1246. mirage >= "3.3.0" & < "4.2.1" | >= "4.5.0"
  1247. mirage-block >= "1.2.0"
  1248. mirage-block-ccm >= "1.1.0"
  1249. mirage-block-combinators
  1250. mirage-block-lwt >= "1.2.0"
  1251. mirage-block-ramdisk >= "0.4"
  1252. mirage-block-solo5 >= "0.6.0"
  1253. mirage-block-unix >= "2.11.0"
  1254. mirage-block-xen >= "1.6.0"
  1255. mirage-bootvar
  1256. mirage-bootvar-solo5 >= "0.6.0"
  1257. mirage-bootvar-unix
  1258. mirage-bootvar-xen >= "0.6.0"
  1259. mirage-channel >= "3.2.0"
  1260. mirage-channel-lwt >= "3.2.0"
  1261. mirage-clock >= "2.0.0"
  1262. mirage-clock-freestanding >= "2.0.0"
  1263. mirage-clock-lwt >= "2.0.0"
  1264. mirage-clock-solo5
  1265. mirage-clock-unix >= "2.0.0"
  1266. mirage-conduit = "1.3.0" | >= "3.1.0"
  1267. mirage-console >= "2.4.0"
  1268. mirage-console-lwt >= "2.4.0"
  1269. mirage-console-solo5 >= "0.6.0"
  1270. mirage-console-unix >= "2.4.1"
  1271. mirage-console-xen >= "2.4.0"
  1272. mirage-console-xen-backend >= "2.4.0"
  1273. mirage-console-xen-proto >= "2.4.0"
  1274. mirage-crypto
  1275. mirage-crypto-ec
  1276. mirage-crypto-entropy
  1277. mirage-crypto-pk
  1278. mirage-crypto-rng
  1279. mirage-crypto-rng-async
  1280. mirage-crypto-rng-eio >= "0.11.0"
  1281. mirage-crypto-rng-lwt
  1282. mirage-crypto-rng-miou-unix
  1283. mirage-crypto-rng-mirage
  1284. mirage-device >= "1.2.0"
  1285. mirage-dns >= "3.1.0"
  1286. mirage-entropy >= "0.5.1"
  1287. mirage-flow >= "1.6.0"
  1288. mirage-flow-combinators
  1289. mirage-flow-lwt >= "1.6.0"
  1290. mirage-flow-rawlink >= "1.1.0"
  1291. mirage-flow-unix >= "1.6.0"
  1292. mirage-fs >= "1.2.0"
  1293. mirage-fs-lwt >= "1.2.0"
  1294. mirage-fs-mem
  1295. mirage-fs-unix >= "1.6.0"
  1296. mirage-kv >= "2.0.0"
  1297. mirage-kv-lwt >= "2.0.0"
  1298. mirage-kv-mem
  1299. mirage-kv-unix < "3.0.0"
  1300. mirage-logs >= "1.0.0" & < "2.0.0"
  1301. mirage-monitoring
  1302. mirage-nat >= "1.1.0"
  1303. mirage-net >= "2.0.0"
  1304. mirage-net-lwt >= "2.0.0"
  1305. mirage-net-macosx >= "1.5.0"
  1306. mirage-net-solo5 >= "0.4.3"
  1307. mirage-net-unix >= "2.5.0"
  1308. mirage-net-xen >= "1.9.0"
  1309. mirage-profile >= "0.9.0"
  1310. mirage-profile-unix >= "0.9.0"
  1311. mirage-profile-xen >= "0.9.0"
  1312. mirage-protocols >= "2.0.0"
  1313. mirage-protocols-lwt >= "2.0.0"
  1314. mirage-qubes >= "0.7.0"
  1315. mirage-qubes-ipv4 >= "0.7.0"
  1316. mirage-random >= "1.2.0"
  1317. mirage-random-stdlib
  1318. mirage-random-test
  1319. mirage-runtime >= "3.3.0"
  1320. mirage-solo5 >= "0.6.2"
  1321. mirage-stack >= "1.4.0"
  1322. mirage-stack-lwt >= "1.4.0"
  1323. mirage-time >= "1.3.0"
  1324. mirage-time-lwt >= "1.3.0"
  1325. mirage-time-unix >= "1.3.0"
  1326. mirage-types >= "3.3.0"
  1327. mirage-types-lwt >= "3.3.0"
  1328. mirage-unix >= "3.2.0"
  1329. mirage-vnetif >= "0.4.2"
  1330. mirage-vnetif-stack
  1331. mirage-xen >= "3.2.0"
  1332. mkaudio >= "1.1.0"
  1333. mkocaml
  1334. mlbdd >= "0.7.2"
  1335. mlfenv
  1336. mlmpfr >= "4.0.2+dune"
  1337. mlpost >= "0.9"
  1338. mlpost-lablgtk
  1339. mlt_parser >= "v0.12.0" & < "v0.17.0"
  1340. mm >= "0.7.0" & < "0.8.2"
  1341. mmap
  1342. mmdb
  1343. mock >= "0.1.1"
  1344. mock-ounit >= "0.1.1"
  1345. module-graph
  1346. molenc
  1347. monaco_jsoo
  1348. monolith
  1349. monomorphic >= "2.0"
  1350. monorobot
  1351. morbig >= "0.10.3"
  1352. morsmall
  1353. moss >= "0.1.1"
  1354. mparser >= "1.3"
  1355. mparser-pcre
  1356. mparser-re
  1357. mperf
  1358. mpg123
  1359. mpp >= "0.3.4"
  1360. mpris >= "0.2.0"
  1361. mpris-clients
  1362. mrmime
  1363. mrt-format >= "0.3.1"
  1364. msat >= "0.8"
  1365. msat-bin
  1366. msgpck >= "1.5"
  1367. msgpck-repr
  1368. mssql
  1369. mugen
  1370. mula
  1371. multibase
  1372. multicodec
  1373. multihash
  1374. multihash-digestif
  1375. multipart-form-data >= "0.3.0"
  1376. multipart_form
  1377. multipart_form-cohttp-lwt
  1378. multipart_form-eio
  1379. multipart_form-lwt
  1380. murmur3 >= "0.3"
  1381. mustache >= "3.1.0"
  1382. mustache-cli
  1383. mutf8
  1384. mwt
  1385. mybuild >= "7"
  1386. mysql8
  1387. mysql_protocol >= "3.0.1"
  1388. n_ary < "v0.17.0"
  1389. naboris
  1390. nacc
  1391. nanoid
  1392. nanosvg
  1393. nanosvg_text
  1394. nbd >= "4.0.3"
  1395. nbd-tool
  1396. nbd-unix
  1397. netchannel >= "1.9.0"
  1398. netkat
  1399. netlink >= "0.3.4"
  1400. netsnmp < "v0.17.0"
  1401. nice_parser
  1402. ninja_utils
  1403. nlopt
  1404. nmea
  1405. noCanren >= "0.3.0~alpha1"
  1406. nocoiner
  1407. node_of_ocaml
  1408. noise
  1409. non_empty_list
  1410. nottui
  1411. nottui-lwt
  1412. nottui-pretty
  1413. notty >= "0.2.3"
  1414. notty_async >= "v0.12.0" & < "v0.17.0"
  1415. np
  1416. npy >= "0.0.9"
  1417. nsq >= "0.4.0"
  1418. numeric_string < "v0.17.0"
  1419. nuscr
  1420. OCanren < "0.3.0"
  1421. OCanren-ppx
  1422. obeam
  1423. obelisk >= "0.5.0"
  1424. obuilder < "0.5"
  1425. obuilder-spec < "0.5"
  1426. obus >= "1.2.0"
  1427. ocal >= "0.2.2"
  1428. ocaml-canvas
  1429. ocaml-compiler-libs >= "v0.12.0"
  1430. ocaml-embed-file < "v0.17.0"
  1431. ocaml-in-python
  1432. ocaml-index < "1.1"
  1433. ocaml-lsp-server < "1.12.3"
  1434. ocaml-lua >= "1.8"
  1435. ocaml-migrate-parsetree >= "1.2.0"
  1436. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1437. ocaml-monadic >= "0.4.1"
  1438. ocaml-print-intf
  1439. ocaml-probes < "v0.17.0"
  1440. ocaml-protoc >= "2.0.1"
  1441. ocaml-protoc-plugin < "4.3.1"
  1442. ocaml-r >= "0.1.1"
  1443. ocaml-syntax-shims
  1444. ocaml-systemd >= "1.3"
  1445. ocaml-top >= "1.2.0"
  1446. ocaml-vdom < "transition"
  1447. ocaml-version >= "1.0.0" & < "3.6.0"
  1448. ocaml_db_model
  1449. ocaml_intrinsics < "v0.17.0"
  1450. ocaml_pgsql_model
  1451. ocaml_plugin >= "v0.12.0"
  1452. ocamlapi
  1453. ocamlapi_async
  1454. ocamlapi_lwt_unix
  1455. ocamlapi_ppx
  1456. ocamlcodoc
  1457. ocamldiff >= "1.2"
  1458. ocamlformat >= "0.7"
  1459. ocamlformat-lib
  1460. ocamlformat-rpc < "removed"
  1461. ocamlformat-rpc-lib
  1462. ocamlfuse >= "2.7.1-cvs6" & < "2.7.1-cvs8"
  1463. ocamlgraph >= "2.0.0"
  1464. ocamlgraph_gtk
  1465. ocamline
  1466. ocamlog
  1467. ocb
  1468. ocf >= "0.8.0"
  1469. ocf_ppx
  1470. ockt
  1471. ocluster < "0.2"
  1472. ocluster-api < "0.2"
  1473. ocolor
  1474. ocp-browser >= "1.1.9"
  1475. ocp-indent >= "1.7.0"
  1476. ocp-indent-nlfork >= "1.5.4"
  1477. ocp-index >= "1.1.9"
  1478. ocp-search
  1479. ocp_reveal
  1480. ocplib-endian >= "1.1"
  1481. ocplib-json-typed >= "0.7"
  1482. ocplib-json-typed-browser
  1483. ocplib-json-typed-bson
  1484. ocplib-simplex >= "0.5"
  1485. ocplib_stuff != "0.3.0"
  1486. ocsigen-i18n >= "4.0.0"
  1487. ocsigen-ppx-rpc
  1488. ocsigenserver >= "4.0.1"
  1489. ocsipersist
  1490. ocsipersist-dbm
  1491. ocsipersist-dbm-config
  1492. ocsipersist-lib
  1493. ocsipersist-pgsql
  1494. ocsipersist-pgsql-config
  1495. ocsipersist-sqlite
  1496. ocsipersist-sqlite-config
  1497. octavius >= "1.2.2"
  1498. odash
  1499. odate >= "0.6"
  1500. odep < "0.2.0"
  1501. odepack >= "0.6.9"
  1502. odnnr
  1503. odoc >= "1.4.0" & < "2.2.0"
  1504. odoc-parser < "2.3.0"
  1505. of_json < "v0.17.0"
  1506. offheap
  1507. ogg = "0.6.0" | >= "0.7.0"
  1508. ohex
  1509. oidc
  1510. ojs
  1511. ojs_base
  1512. ojs_base_all
  1513. ojs_base_ppx
  1514. ojs_ed
  1515. ojs_filetree
  1516. ojs_list
  1517. olinq >= "0.3"
  1518. omd >= "1.3.2"
  1519. ometrics
  1520. omg
  1521. omigrate < "0.3.1"
  1522. omlr
  1523. oniguruma
  1524. opam-0install
  1525. opam-0install-cudf
  1526. opam-bin >= "1.0.0"
  1527. opam-build
  1528. opam-client >= "2.0.2"
  1529. opam-compiler
  1530. opam-core >= "2.0.2"
  1531. opam-custom-install
  1532. opam-devel >= "2.0.2"
  1533. opam-dune-lint < "0.3"
  1534. opam-ed >= "0.4"
  1535. opam-file-format >= "2.1.0" & < "2.1.5"
  1536. opam-format >= "2.0.2"
  1537. opam-graph
  1538. opam-grep >= "0.2.0"
  1539. opam-installer >= "2.0.2"
  1540. opam-monorepo < "0.3.1"
  1541. opam-package-upgrade >= "0.2"
  1542. opam-publish >= "2.0.2"
  1543. opam-repository >= "2.0.2"
  1544. opam-solver >= "2.0.2"
  1545. opam-spin
  1546. opam-state >= "2.0.2"
  1547. opam-test
  1548. opam2web >= "2.0"
  1549. opam_bin_lib != "0.9.5"
  1550. opasswd >= "1.3.1"
  1551. opazl
  1552. openai-gym
  1553. openapi
  1554. openapi-opium
  1555. openapi_router
  1556. opencc0
  1557. opencc1
  1558. opencc1_1
  1559. openQASM
  1560. opentelemetry
  1561. opentelemetry-client-cohttp-lwt
  1562. opentelemetry-client-ocurl
  1563. opentelemetry-cohttp-lwt
  1564. opentelemetry-lwt
  1565. opium >= "0.17.0"
  1566. opium-graphql
  1567. opium-testing
  1568. opium_kernel >= "0.17.0"
  1569. oplot
  1570. oplsr
  1571. opomodoro
  1572. opsian
  1573. optal
  1574. opti
  1575. optimization1d >= "0.6.1"
  1576. optiml-transport
  1577. optint >= "0.0.2"
  1578. opus >= "0.2.0"
  1579. oraft < "0.3.0"
  1580. oranger >= "2.0.1"
  1581. orb
  1582. order-i3-xfce
  1583. ordinal_abbreviation < "v0.17.0"
  1584. ordma >= "0.0.5"
  1585. orec >= "1.0.1"
  1586. orewa
  1587. orf
  1588. orgeat
  1589. orpie
  1590. orrandomForest
  1591. orsvm_e1071 >= "4.0.0"
  1592. orun
  1593. orxgboost >= "1.1.0"
  1594. osc >= "0.2.0"
  1595. osc-lwt
  1596. osc-unix
  1597. oseq >= "0.2"
  1598. osh
  1599. oskel
  1600. osnap
  1601. osx-secure-transport >= "0.1.1"
  1602. otf
  1603. otoggl
  1604. otoml
  1605. otr >= "0.3.6"
  1606. ounit = "2.1.2"
  1607. ounit-lwt < "2.2.0"
  1608. ounit2 < "2.2.7"
  1609. ounit2-lwt < "2.2.7"
  1610. override
  1611. owee >= "0.3"
  1612. owl >= "0.4.0"
  1613. owl-base >= "0.4.0"
  1614. owl-jupyter
  1615. owl-ode
  1616. owl-ode-base
  1617. owl-ode-odepack
  1618. owl-ode-sundials
  1619. owl-opt
  1620. owl-opt-lbfgs
  1621. owl-plplot
  1622. owl-symbolic
  1623. owl-top >= "0.4.0"
  1624. owl-zoo >= "0.4.0"
  1625. owork
  1626. ozulip
  1627. p4pp
  1628. p5scm
  1629. packstream
  1630. pacomb
  1631. paf
  1632. paf-cohttp
  1633. paf-le
  1634. pam < "v0.17.0"
  1635. pandoc
  1636. pandoc-abbreviations
  1637. pandoc-comment
  1638. pandoc-crossref
  1639. pandoc-include
  1640. pandoc-inspect
  1641. pandoc-pdf2png
  1642. pandoc-replace
  1643. papi >= "0.1.1"
  1644. parany >= "7.0.2"
  1645. pardi
  1646. parmap >= "1.1.1"
  1647. parse-argv >= "0.2.0"
  1648. parsexp >= "v0.12.0" & < "v0.17.0"
  1649. parsexp_io >= "v0.12.0" & < "v0.17.0"
  1650. parsley
  1651. patch < "2.0.0"
  1652. patdiff >= "v0.12.1" & < "v0.17.0"
  1653. path_glob
  1654. patience_diff >= "v0.12.0" & < "v0.17.0"
  1655. patoline >= "0.2"
  1656. patricia-tree < "0.10.0"
  1657. pattern
  1658. pb
  1659. pb-plugin
  1660. pbkdf >= "1.0.0"
  1661. pbrt
  1662. pbrt_services
  1663. pbrt_yojson
  1664. pcap-format >= "0.5.2"
  1665. pcre >= "7.3.5"
  1666. pcre2
  1667. pds-reachability >= "0.2.2"
  1668. pecu >= "0.2"
  1669. petr4
  1670. pf-qubes
  1671. pg_query
  1672. pgocaml >= "4.0"
  1673. pgocaml_ppx
  1674. pgx >= "1.0" & < "2.2"
  1675. pgx_async >= "1.0" & < "2.2"
  1676. pgx_lwt >= "1.0" & < "2.2"
  1677. pgx_lwt_mirage < "2.2"
  1678. pgx_lwt_unix < "2.2"
  1679. pgx_unix >= "1.0" & < "2.2"
  1680. pgx_value_core < "2.2"
  1681. pgx_value_ptime < "2.2"
  1682. phantom-algebra >= "1.0.1"
  1683. phonetic
  1684. phylogenetics < "0.2.0"
  1685. piaf
  1686. picasso
  1687. piqi >= "0.7.8"
  1688. piqilib >= "0.6.16"
  1689. pixel_pusher
  1690. pkcs11 >= "0.18.0"
  1691. pkcs11-cli
  1692. pkcs11-driver
  1693. pkcs11-rev
  1694. pla >= "1.3"
  1695. plateau
  1696. plato
  1697. plebeia < "2.0.0"
  1698. plist-xml
  1699. plist-xml-lwt
  1700. plotkicadsch >= "0.4.0"
  1701. plplot >= "5.11.0-1"
  1702. polka
  1703. poll
  1704. polling_state_rpc < "v0.17.0"
  1705. polly
  1706. polynomial
  1707. pomap >= "4.1.0"
  1708. popper
  1709. portaudio >= "0.2.2"
  1710. portaudio_c_bindings
  1711. portmidi
  1712. posix-base
  1713. posix-bindings
  1714. posix-getopt >= "2.0.0"
  1715. posix-signal
  1716. posix-socket
  1717. posix-socket-unix
  1718. posix-time2
  1719. posix-types >= "2.0.0"
  1720. posix-uname
  1721. posixat >= "v0.12.0" & < "v0.17.0"
  1722. postgres_async < "v0.17.0"
  1723. postgresql >= "4.4.1"
  1724. pp
  1725. pp-binary-ints
  1726. pp_loc
  1727. pprint >= "20200226"
  1728. ppx-owl-opt
  1729. ppx_accessor < "v0.17.0"
  1730. ppx_assert >= "v0.12.0" & < "v0.17.0"
  1731. ppx_bap
  1732. ppx_base >= "v0.12.0" & < "v0.17.0"
  1733. ppx_bench >= "v0.12.0" & < "v0.17.0"
  1734. ppx_bigarray >= "3.0.0"
  1735. ppx_bin_prot >= "v0.12.0" & < "v0.17.0"
  1736. ppx_bitstring >= "4.0.0"
  1737. ppx_blob >= "0.6.0"
  1738. ppx_bsx
  1739. ppx_camlrack
  1740. ppx_catch
  1741. ppx_cold < "v0.17.0"
  1742. ppx_compare >= "v0.12.0" & < "v0.17.0"
  1743. ppx_compose >= "0.1.0"
  1744. ppx_const >= "2.0"
  1745. ppx_conv_func >= "v0.12.0" & < "v0.17.0"
  1746. ppx_counters
  1747. ppx_css < "v0.17.0"
  1748. ppx_cstruct >= "3.3.0"
  1749. ppx_cstubs
  1750. ppx_csv_conv >= "v0.12.0" & < "v0.17.0"
  1751. ppx_custom_printf >= "v0.12.0" & < "v0.17.0"
  1752. ppx_decimal
  1753. ppx_defer >= "0.4.0"
  1754. ppx_demo < "v0.17.0"
  1755. ppx_derive_at_runtime < "v0.17.0"
  1756. ppx_derivers >= "1.2.1"
  1757. ppx_deriving >= "4.3"
  1758. ppx_deriving_cmdliner >= "0.5.1"
  1759. ppx_deriving_encoding
  1760. ppx_deriving_hardcaml >= "v0.12.0"
  1761. ppx_deriving_hash
  1762. ppx_deriving_json_schema
  1763. ppx_deriving_jsoo
  1764. ppx_deriving_madcast >= "0.2"
  1765. ppx_deriving_popper
  1766. ppx_deriving_protobuf >= "2.7"
  1767. ppx_deriving_qcheck
  1768. ppx_deriving_rpc >= "6.1.0"
  1769. ppx_deriving_scad
  1770. ppx_deriving_yaml < "0.2.2"
  1771. ppx_deriving_yojson >= "3.3"
  1772. ppx_disable_unused_warnings < "v0.17.0"
  1773. ppx_distr_guards >= "0.2"
  1774. ppx_enum
  1775. ppx_enumerate >= "v0.12.0" & < "v0.17.0"
  1776. ppx_expect >= "v0.12.0" & < "v0.17.0"
  1777. ppx_factory
  1778. ppx_fail >= "v0.12.0"
  1779. ppx_fast_pipe
  1780. ppx_fields_conv >= "v0.12.0" & < "v0.17.0"
  1781. ppx_fixed_literal < "v0.17.0"
  1782. ppx_gen_rec >= "1.1.0"
  1783. ppx_getenv >= "2.0"
  1784. ppx_globalize < "v0.17.0"
  1785. ppx_hash >= "v0.12.0" & < "v0.17.0"
  1786. ppx_here >= "v0.12.0" & < "v0.17.0"
  1787. ppx_ignore_instrumentation < "v0.17.0"
  1788. ppx_import >= "1.5-3-gbd627d5"
  1789. ppx_inline_alcotest
  1790. ppx_inline_test >= "v0.12.0" & < "v0.16.1"
  1791. ppx_irmin
  1792. ppx_jane >= "v0.12.0" & < "v0.17.0"
  1793. ppx_js_style >= "v0.12.0" & < "v0.17.0"
  1794. ppx_jsobject_conv >= "0.6.0"
  1795. ppx_jsonaf_conv < "v0.17.0"
  1796. ppx_let >= "v0.12.0" & < "v0.17.0"
  1797. ppx_log < "v0.17.0"
  1798. ppx_make
  1799. ppx_map
  1800. ppx_matches
  1801. ppx_meta_conv >= "4.0.1"
  1802. ppx_module_timer < "v0.17.0"
  1803. ppx_monad
  1804. ppx_monoid >= "0.3.2"
  1805. ppx_mysql
  1806. ppx_mysql_identity
  1807. ppx_open
  1808. ppx_optcomp >= "v0.12.0" & < "v0.17.0"
  1809. ppx_optional >= "v0.12.0" & < "v0.17.0"
  1810. ppx_parser
  1811. ppx_pattern_bind < "v0.17.0"
  1812. ppx_pbt
  1813. ppx_pipebang >= "v0.12.0" & < "v0.17.0"
  1814. ppx_protocol_conv >= "3.1.0"
  1815. ppx_protocol_conv_json >= "3.1.0"
  1816. ppx_protocol_conv_jsonm
  1817. ppx_protocol_conv_msgpack >= "3.1.0"
  1818. ppx_protocol_conv_xml_light >= "3.1.0"
  1819. ppx_protocol_conv_xmlm
  1820. ppx_protocol_conv_yaml >= "3.1.0"
  1821. ppx_pyformat
  1822. ppx_python < "v0.17.0"
  1823. ppx_rapper
  1824. ppx_rapper_async
  1825. ppx_rapper_lwt
  1826. ppx_regexp >= "0.4.0"
  1827. ppx_relit
  1828. ppx_repr
  1829. ppx_seq
  1830. ppx_sexp_conv >= "v0.12.0" & < "v0.17.0"
  1831. ppx_sexp_message >= "v0.12.0" & < "v0.17.0"
  1832. ppx_sexp_value >= "v0.12.0" & < "v0.17.0"
  1833. ppx_show
  1834. ppx_stable < "v0.17.0"
  1835. ppx_stable_witness < "v0.17.0"
  1836. ppx_string < "v0.17.0"
  1837. ppx_string_interpolation
  1838. ppx_subliner
  1839. ppx_test >= "1.7.0"
  1840. ppx_there
  1841. ppx_tools >= "6.0+4.08.0"
  1842. ppx_tools_versioned >= "5.2.2"
  1843. ppx_trace
  1844. ppx_tydi < "v0.17.0"
  1845. ppx_type_directed_value
  1846. ppx_typed_fields < "v0.17.0"
  1847. ppx_typerep_conv >= "v0.12.0" & < "v0.17.0"
  1848. ppx_tyre
  1849. ppx_units
  1850. ppx_variants_conv >= "v0.12.0" & < "v0.17.0"
  1851. ppx_viewpattern
  1852. ppx_wideopen
  1853. ppx_xml_conv >= "v0.12.0" & < "v0.17.0"
  1854. ppx_yojson
  1855. ppx_yojson_conv < "v0.17.0"
  1856. ppx_yojson_conv_lib < "v0.17.0"
  1857. ppxfind >= "1.3"
  1858. ppxlib >= "0.4.0"
  1859. ppxx >= "2.4.0"
  1860. pratter
  1861. prbnmcn-basic-structures
  1862. prbnmcn-cgrph
  1863. prbnmcn-clustering
  1864. prbnmcn-dagger
  1865. prbnmcn-dagger-gsl
  1866. prbnmcn-dagger-stats
  1867. prbnmcn-dagger-test
  1868. prbnmcn-gnuplot
  1869. prbnmcn-linalg
  1870. prbnmcn-mcts
  1871. prbnmcn-proptest
  1872. prbnmcn-stats
  1873. prbnmcn-ucb1
  1874. prc
  1875. preface
  1876. prettym
  1877. printbox >= "0.2" & < "0.8"
  1878. printbox-html < "0.8"
  1879. printbox-text < "0.8"
  1880. proc-smaps
  1881. prof_spacetime >= "0.3.0"
  1882. profunctor < "v0.17.0"
  1883. progress
  1884. prom
  1885. prometheus >= "0.6"
  1886. prometheus-app >= "0.6"
  1887. promise
  1888. promise_jsoo
  1889. promise_jsoo_lwt
  1890. protocell
  1891. protocol-9p >= "1.0.0"
  1892. protocol-9p-tool >= "1.0.0"
  1893. protocol-9p-unix >= "1.0.0"
  1894. protocol_version_header >= "v0.12.0" & < "v0.17.0"
  1895. prr
  1896. psmt2-frontend = "0.3.0" | >= "0.4.0"
  1897. psq >= "0.1.1"
  1898. ptmap >= "2.0.5"
  1899. ptset >= "1.0.1"
  1900. pulseaudio >= "0.1.4"
  1901. pure-html
  1902. pure-splitmix >= "0.3"
  1903. py >= "1.1"
  1904. pyast
  1905. pyml >= "20210924"
  1906. pyml_bindgen < "0.3.0"
  1907. pyre-ast
  1908. pythonlib
  1909. qbf >= "0.3"
  1910. qcheck >= "0.9"
  1911. qcheck-alcotest
  1912. qcheck-core
  1913. qcheck-lin < "0.1.1"
  1914. qcheck-multicoretests-util < "0.1.1"
  1915. qcheck-ounit
  1916. qcheck-stm < "0.1.1"
  1917. qinap
  1918. qiskit < "0.44.0"
  1919. qmp >= "0.19.0"
  1920. qrencode >= "0.2"
  1921. qtest >= "2.10.1"
  1922. queenshead
  1923. quests
  1924. radamsa
  1925. radare2 >= "0.0.3"
  1926. randomconv >= "0.1.1"
  1927. randoml
  1928. range
  1929. rangeSet
  1930. rankers
  1931. rawlink >= "1.0" & < "2.1"
  1932. raygui
  1933. raylib
  1934. rdbg >= "1.196.12"
  1935. rdf >= "0.13.0"
  1936. rdf_impls
  1937. rdf_json_ld
  1938. rdf_lwt
  1939. rdf_mysql
  1940. rdf_postgresql
  1941. rdf_ppx
  1942. re >= "1.9.0"
  1943. re2 >= "v0.12.1" & < "v0.17.0"
  1944. re2_stable
  1945. re_parser < "v0.17.0"
  1946. reactiveData >= "0.3.0"
  1947. reanalyze
  1948. reason >= "3.5.0"
  1949. reason-standard
  1950. received
  1951. record_builder >= "v0.12.0" & < "v0.17.0"
  1952. records >= "1.0.0"
  1953. reddit_api_async
  1954. reddit_api_kernel
  1955. redirect
  1956. redis >= "0.4"
  1957. redis-async < "v0.17.0"
  1958. redis-lwt >= "0.4"
  1959. redis-sync >= "0.4"
  1960. reed-solomon-erasure >= "1.0.2"
  1961. reedsolomon >= "0.3"
  1962. refl
  1963. regenerate >= "0.2"
  1964. regex_parser_intf < "v0.17.0"
  1965. relit_helper
  1966. remu_ts
  1967. reparse
  1968. reparse-lwt
  1969. reparse-lwt-unix
  1970. reparse-unix
  1971. repr
  1972. repr-bench
  1973. repr-fuzz
  1974. res >= "5.0.1"
  1975. res_tailwindcss
  1976. resource-pooling >= "1.1"
  1977. resource_cache >= "v0.12.0" & < "v0.17.0"
  1978. resp
  1979. resp-client
  1980. resp-mirage
  1981. resp-server >= "0.9"
  1982. resp-unix
  1983. resto
  1984. resto-acl
  1985. resto-cohttp
  1986. resto-cohttp-client
  1987. resto-cohttp-self-serving-client
  1988. resto-cohttp-server
  1989. resto-directory
  1990. resto-json
  1991. result >= "1.4"
  1992. rfc1951 >= "0.8.1" & != "1.0.0"
  1993. rfc6287 >= "1.0.4"
  1994. rfc7748
  1995. rfsm >= "1.6-alpha-3" & < "2.0"
  1996. rhythm
  1997. ringo
  1998. ringo-lwt
  1999. rock
  2000. roman
  2001. root1d >= "0.5.1"
  2002. rope >= "0.6.2"
  2003. rosetta >= "0.2.0"
  2004. routes
  2005. rpc >= "6.1.0"
  2006. rpc_parallel >= "v0.12.0" & < "v0.17.0"
  2007. rpclib >= "6.1.0"
  2008. rpclib-async >= "6.1.0"
  2009. rpclib-html
  2010. rpclib-js
  2011. rpclib-lwt >= "6.1.0"
  2012. rsdd
  2013. rss
  2014. rtop >= "3.5.0"
  2015. rungen
  2016. rusage
  2017. rust-staticlib-gen
  2018. rust-staticlib-virtual
  2019. SZXX
  2020. safepass >= "3.1"
  2021. salsa20 >= "1.0.0"
  2022. salsa20-core >= "1.0.0"
  2023. samplerate >= "0.1.5"
  2024. sanddb = "0.2"
  2025. sarek >= "20210823"
  2026. satex
  2027. satyrographos
  2028. scad_ml
  2029. scaml < "1.5.0"
  2030. scfg
  2031. scgi
  2032. scipy
  2033. scrypt-kdf >= "1.0.0"
  2034. sd_logic
  2035. search < "0.1.1"
  2036. searchTree
  2037. secp256k1 >= "0.4.1"
  2038. secp256k1-internal
  2039. sedlex >= "2.0" & < "3.2"
  2040. sek
  2041. selective
  2042. semantic_version < "v0.17.0"
  2043. semaphore-compat
  2044. semver >= "0.2.1"
  2045. semver2
  2046. sendmail
  2047. sendmail-lwt
  2048. sendmail-miou-unix
  2049. sendmail-mirage
  2050. sentry
  2051. seq >= "0.2" & < "base"
  2052. sequencer_table >= "v0.12.0" & < "v0.17.0"
  2053. serial
  2054. session >= "0.4.1"
  2055. session-cohttp >= "0.4.1"
  2056. session-cohttp-async >= "0.4.1"
  2057. session-cohttp-lwt >= "0.4.1"
  2058. session-cookie
  2059. session-cookie-async
  2060. session-cookie-lwt
  2061. session-postgresql >= "0.4.1"
  2062. session-postgresql-async >= "0.4.1"
  2063. session-postgresql-lwt >= "0.4.1"
  2064. session-redis-lwt >= "0.4.1"
  2065. session-webmachine >= "0.4.1"
  2066. setcore >= "1.0.2"
  2067. sexp < "v0.17.0"
  2068. sexp_decode
  2069. sexp_diff < "v0.17.0"
  2070. sexp_diff_kernel
  2071. sexp_grammar < "v0.17.0"
  2072. sexp_macro < "v0.17.0"
  2073. sexp_pretty >= "v0.12.0" & < "v0.17.0"
  2074. sexp_select < "v0.17.0"
  2075. sexp_string_quickcheck < "v0.17.0"
  2076. sexplib >= "v0.12.0" & < "v0.17.0"
  2077. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2078. sgf >= "1.0.1"
  2079. sha >= "1.13"
  2080. shapefile
  2081. shared-block-ring >= "3.0.0"
  2082. shared-memory-ring >= "3.1.0"
  2083. shared-memory-ring-lwt >= "3.1.0"
  2084. shared-secret >= "0.4"
  2085. shell < "v0.17.0"
  2086. shexp >= "v0.12.0" & < "v0.17.0"
  2087. shine >= "0.2.2"
  2088. shuttle
  2089. shuttle_http < "0.11.0"
  2090. shuttle_ssl
  2091. sifun
  2092. sihl
  2093. sihl-cache
  2094. sihl-contract
  2095. sihl-core
  2096. sihl-email
  2097. sihl-facade
  2098. sihl-persistence
  2099. sihl-queue
  2100. sihl-session
  2101. sihl-storage
  2102. sihl-token
  2103. sihl-type
  2104. sihl-user
  2105. sihl-web
  2106. simple63
  2107. sklearn
  2108. slacko >= "0.14.1"
  2109. slug
  2110. smart-print >= "0.3.0"
  2111. smbc >= "0.5"
  2112. smol
  2113. smol-helpers
  2114. smtlib-utils
  2115. snappy >= "0.1.2"
  2116. snoke
  2117. so
  2118. solid
  2119. solid_server
  2120. solid_tools
  2121. solidity-alcotest
  2122. solidity-common
  2123. solidity-parser
  2124. solidity-test
  2125. solidity-typechecker
  2126. solo5-elftool
  2127. sortedseq_intersect
  2128. soundtouch >= "0.1.9"
  2129. soupault
  2130. spacetime_lib >= "0.3.0"
  2131. spawn < "v0.9.0" | >= "v0.13.0"
  2132. spdx_licenses
  2133. spectrum
  2134. speex >= "0.4.0"
  2135. spelll >= "0.3"
  2136. spin
  2137. splay_tree >= "v0.12.0" & < "v0.17.0"
  2138. splittable_random >= "v0.12.0" & < "v0.17.0"
  2139. spoc >= "20210823"
  2140. spoc_ppx
  2141. spoke
  2142. spotify-web-api >= "0.2.1"
  2143. spotlib >= "4.1.0"
  2144. sqlgg >= "20200521"
  2145. sqlite3 >= "4.4.1"
  2146. sqlite3_utils
  2147. srt < "0.3.1"
  2148. ssh-agent >= "0.2.0"
  2149. ssh-agent-unix
  2150. ssl >= "0.5.6"
  2151. stdcompat >= "19"
  2152. stdint >= "0.6.0" & < "0.7.2"
  2153. stdint-literals
  2154. stdio >= "v0.12.0" & < "v0.17.0"
  2155. stdlib-diff
  2156. stdlib-random
  2157. stdlib-shims
  2158. stitch
  2159. stk
  2160. stk_iconv
  2161. stk_ocf
  2162. stk_ppx
  2163. stk_rdf
  2164. stog >= "0.20.0"
  2165. stog_all
  2166. stog_asy
  2167. stog_dot
  2168. stog_extern
  2169. stog_markdown
  2170. stog_multi_doc
  2171. stog_nocaml
  2172. stog_noexec
  2173. stog_plugins
  2174. stog_rdf
  2175. stog_rel_href
  2176. stog_server
  2177. stog_server_multi
  2178. stog_sitemap
  2179. stog_writing
  2180. stored_reversed < "v0.17.0"
  2181. streamable < "v0.17.0"
  2182. streaming
  2183. string_dict >= "v0.12.0" & < "v0.17.0"
  2184. stringext >= "1.6.0"
  2185. sturgeon >= "0.4.2"
  2186. subscriptions-transport-ws
  2187. subtype-refinement >= "0.2"
  2188. sun
  2189. svmwrap
  2190. swagger >= "0.2.0"
  2191. swhid
  2192. swhid_compute
  2193. swhid_core
  2194. swhid_types
  2195. swipl
  2196. syguslib-utils
  2197. syndic >= "1.6.0"
  2198. sys-socket
  2199. sys-socket-unix
  2200. syslog >= "2.0.0"
  2201. syslog-message >= "1.0.0"
  2202. syslog-rfc5424
  2203. systemverilog >= "0.0.2"
  2204. tablecloth-base
  2205. tablecloth-native < "transition"
  2206. taglib >= "0.3.7"
  2207. talaria-bibtex
  2208. tar >= "1.0.0"
  2209. tar-eio
  2210. tar-mirage >= "1.0.0"
  2211. tar-unix >= "1.0.0"
  2212. tcalc
  2213. tcpip >= "3.7.0"
  2214. tdigest
  2215. teash
  2216. telltime
  2217. tensorboard
  2218. terminal < "0.4.0"
  2219. terminal_size >= "0.1.4"
  2220. testu01
  2221. textmate-language
  2222. textrazor
  2223. textutils >= "v0.12.0" & < "v0.17.0"
  2224. textutils_kernel >= "v0.12.0" & < "v0.17.0"
  2225. textwrap >= "0.2.1"
  2226. tezos-008-PtEdo2Zk-test-helpers
  2227. tezos-009-PsFLoren-test-helpers
  2228. tezos-010-PtGRANAD-test-helpers
  2229. tezos-011-PtHangz2-test-helpers
  2230. tezos-012-Psithaca-test-helpers < "14.0"
  2231. tezos-accuser-006-PsCARTHA
  2232. tezos-accuser-007-PsDELPH1
  2233. tezos-accuser-008-PtEdo2Zk
  2234. tezos-accuser-008-PtEdoTez
  2235. tezos-accuser-009-PsFLoren
  2236. tezos-accuser-010-PtGRANAD
  2237. tezos-accuser-011-PtHangz2
  2238. tezos-accuser-012-Psithaca < "14.0"
  2239. tezos-accuser-013-PtJakart < "14.0"
  2240. tezos-accuser-alpha < "14.0"
  2241. tezos-alpha-test-helpers < "14.0"
  2242. tezos-baker-006-PsCARTHA
  2243. tezos-baker-007-PsDELPH1
  2244. tezos-baker-008-PtEdo2Zk
  2245. tezos-baker-008-PtEdoTez
  2246. tezos-baker-009-PsFLoren
  2247. tezos-baker-010-PtGRANAD
  2248. tezos-baker-011-PtHangz2
  2249. tezos-baker-012-Psithaca < "14.0"
  2250. tezos-baker-013-PtJakart < "14.0"
  2251. tezos-baker-alpha < "14.0"
  2252. tezos-baking-006-PsCARTHA
  2253. tezos-baking-006-PsCARTHA-commands
  2254. tezos-baking-007-PsDELPH1
  2255. tezos-baking-007-PsDELPH1-commands
  2256. tezos-baking-008-PtEdo2Zk
  2257. tezos-baking-008-PtEdo2Zk-commands
  2258. tezos-baking-008-PtEdoTez
  2259. tezos-baking-008-PtEdoTez-commands
  2260. tezos-baking-009-PsFLoren
  2261. tezos-baking-009-PsFLoren-commands
  2262. tezos-baking-010-PtGRANAD
  2263. tezos-baking-010-PtGRANAD-commands
  2264. tezos-baking-011-PtHangz2
  2265. tezos-baking-011-PtHangz2-commands
  2266. tezos-baking-012-Psithaca < "14.0"
  2267. tezos-baking-012-Psithaca-commands < "14.0"
  2268. tezos-baking-013-PtJakart < "14.0"
  2269. tezos-baking-013-PtJakart-commands < "14.0"
  2270. tezos-baking-alpha < "14.0"
  2271. tezos-baking-alpha-commands < "14.0"
  2272. tezos-base < "14.0"
  2273. tezos-base-test-helpers < "14.0"
  2274. tezos-base58
  2275. tezos-bls12-381-polynomial
  2276. tezos-clic < "14.0"
  2277. tezos-client < "14.0"
  2278. tezos-client-000-Ps9mPmXa < "14.0"
  2279. tezos-client-001-PtCJ7pwo < "14.0"
  2280. tezos-client-001-PtCJ7pwo-commands
  2281. tezos-client-002-PsYLVpVv < "14.0"
  2282. tezos-client-002-PsYLVpVv-commands
  2283. tezos-client-003-PsddFKi3 < "14.0"
  2284. tezos-client-003-PsddFKi3-commands
  2285. tezos-client-004-Pt24m4xi < "14.0"
  2286. tezos-client-004-Pt24m4xi-commands
  2287. tezos-client-005-PsBabyM1 < "14.0"
  2288. tezos-client-005-PsBabyM1-commands
  2289. tezos-client-006-PsCARTHA < "14.0"
  2290. tezos-client-006-PsCARTHA-commands
  2291. tezos-client-007-PsDELPH1 < "14.0"
  2292. tezos-client-007-PsDELPH1-commands
  2293. tezos-client-007-PsDELPH1-commands-registration
  2294. tezos-client-008-PtEdo2Zk < "14.0"
  2295. tezos-client-008-PtEdo2Zk-commands
  2296. tezos-client-008-PtEdo2Zk-commands-registration
  2297. tezos-client-008-PtEdoTez
  2298. tezos-client-008-PtEdoTez-commands
  2299. tezos-client-008-PtEdoTez-commands-registration
  2300. tezos-client-009-PsFLoren < "14.0"
  2301. tezos-client-009-PsFLoren-commands
  2302. tezos-client-009-PsFLoren-commands-registration
  2303. tezos-client-010-PtGRANAD < "14.0"
  2304. tezos-client-010-PtGRANAD-commands
  2305. tezos-client-010-PtGRANAD-commands-registration
  2306. tezos-client-011-PtHangz2 < "14.0"
  2307. tezos-client-011-PtHangz2-commands
  2308. tezos-client-011-PtHangz2-commands-registration
  2309. tezos-client-012-Psithaca < "14.0"
  2310. tezos-client-012-Psithaca-commands
  2311. tezos-client-012-Psithaca-commands-registration
  2312. tezos-client-013-PtJakart < "14.0"
  2313. tezos-client-013-PtJakart-commands
  2314. tezos-client-013-PtJakart-commands-registration
  2315. tezos-client-alpha < "14.0"
  2316. tezos-client-alpha-commands
  2317. tezos-client-alpha-commands-registration
  2318. tezos-client-base < "14.0"
  2319. tezos-client-base-unix < "14.0"
  2320. tezos-client-commands < "14.0"
  2321. tezos-client-demo-counter < "14.0"
  2322. tezos-client-genesis < "14.0"
  2323. tezos-client-genesis-carthagenet
  2324. tezos-client-sapling-008-PtEdo2Zk
  2325. tezos-client-sapling-008-PtEdoTez
  2326. tezos-client-sapling-009-PsFLoren
  2327. tezos-client-sapling-010-PtGRANAD
  2328. tezos-client-sapling-011-PtHangz2
  2329. tezos-client-sapling-012-Psithaca
  2330. tezos-client-sapling-013-PtJakart
  2331. tezos-client-sapling-alpha
  2332. tezos-codec < "14.0"
  2333. tezos-context < "14.0"
  2334. tezos-context-hash
  2335. tezos-context-hash-irmin
  2336. tezos-crypto < "14.0"
  2337. tezos-embedded-protocol-000-Ps9mPmXa < "14.0"
  2338. tezos-embedded-protocol-001-PtCJ7pwo < "14.0"
  2339. tezos-embedded-protocol-002-PsYLVpVv < "14.0"
  2340. tezos-embedded-protocol-003-PsddFKi3 < "14.0"
  2341. tezos-embedded-protocol-004-Pt24m4xi < "14.0"
  2342. tezos-embedded-protocol-005-PsBABY5H < "14.0"
  2343. tezos-embedded-protocol-005-PsBabyM1 < "14.0"
  2344. tezos-embedded-protocol-006-PsCARTHA < "14.0"
  2345. tezos-embedded-protocol-007-PsDELPH1 < "14.0"
  2346. tezos-embedded-protocol-008-PtEdo2Zk < "14.0"
  2347. tezos-embedded-protocol-008-PtEdoTez < "14.0"
  2348. tezos-embedded-protocol-009-PsFLoren < "14.0"
  2349. tezos-embedded-protocol-010-PtGRANAD < "14.0"
  2350. tezos-embedded-protocol-011-PtHangz2 < "14.0"
  2351. tezos-embedded-protocol-012-Psithaca < "14.0"
  2352. tezos-embedded-protocol-013-PtJakart < "14.0"
  2353. tezos-embedded-protocol-alpha < "14.0"
  2354. tezos-embedded-protocol-demo-counter < "14.0"
  2355. tezos-embedded-protocol-demo-noops < "14.0"
  2356. tezos-embedded-protocol-genesis < "14.0"
  2357. tezos-embedded-protocol-genesis-carthagenet
  2358. tezos-endorser-006-PsCARTHA
  2359. tezos-endorser-007-PsDELPH1
  2360. tezos-endorser-008-PtEdo2Zk
  2361. tezos-endorser-008-PtEdoTez
  2362. tezos-endorser-009-PsFLoren
  2363. tezos-endorser-010-PtGRANAD
  2364. tezos-endorser-011-PtHangz2
  2365. tezos-endorser-alpha
  2366. tezos-error-monad < "14.0"
  2367. tezos-event-logging < "14.0"
  2368. tezos-event-logging-test-helpers < "14.0"
  2369. tezos-hacl < "14.0"
  2370. tezos-hacl-glue
  2371. tezos-hacl-glue-unix
  2372. tezos-legacy-store
  2373. tezos-lmdb
  2374. tezos-lwt-result-stdlib < "14.0"
  2375. tezos-mempool-006-PsCARTHA
  2376. tezos-mempool-007-PsDELPH1
  2377. tezos-mempool-008-PtEdoTez
  2378. tezos-micheline < "14.0"
  2379. tezos-micheline-rewriting
  2380. tezos-mockup < "14.0"
  2381. tezos-mockup-commands < "14.0"
  2382. tezos-mockup-proxy < "14.0"
  2383. tezos-mockup-registration < "14.0"
  2384. tezos-node < "14.0"
  2385. tezos-openapi < "20.1"
  2386. tezos-p2p < "14.0"
  2387. tezos-p2p-services < "14.0"
  2388. tezos-plompiler
  2389. tezos-plonk
  2390. tezos-protocol-000-Ps9mPmXa < "14.0"
  2391. tezos-protocol-001-PtCJ7pwo < "14.0"
  2392. tezos-protocol-002-PsYLVpVv < "14.0"
  2393. tezos-protocol-003-PsddFKi3 < "14.0"
  2394. tezos-protocol-004-Pt24m4xi < "14.0"
  2395. tezos-protocol-005-PsBABY5H < "14.0"
  2396. tezos-protocol-005-PsBabyM1 < "14.0"
  2397. tezos-protocol-006-PsCARTHA < "14.0"
  2398. tezos-protocol-006-PsCARTHA-parameters
  2399. tezos-protocol-007-PsDELPH1 < "14.0"
  2400. tezos-protocol-007-PsDELPH1-parameters
  2401. tezos-protocol-008-PtEdo2Zk < "14.0"
  2402. tezos-protocol-008-PtEdo2Zk-parameters
  2403. tezos-protocol-008-PtEdoTez < "14.0"
  2404. tezos-protocol-008-PtEdoTez-parameters
  2405. tezos-protocol-009-PsFLoren < "14.0"
  2406. tezos-protocol-009-PsFLoren-parameters
  2407. tezos-protocol-010-PtGRANAD < "14.0"
  2408. tezos-protocol-010-PtGRANAD-parameters
  2409. tezos-protocol-011-PtHangz2 < "14.0"
  2410. tezos-protocol-011-PtHangz2-parameters
  2411. tezos-protocol-012-Psithaca < "14.0"
  2412. tezos-protocol-012-Psithaca-parameters
  2413. tezos-protocol-013-PtJakart < "14.0"
  2414. tezos-protocol-013-PtJakart-parameters
  2415. tezos-protocol-alpha < "14.0"
  2416. tezos-protocol-alpha-parameters
  2417. tezos-protocol-compiler < "14.0"
  2418. tezos-protocol-demo-counter < "14.0"
  2419. tezos-protocol-demo-noops < "14.0"
  2420. tezos-protocol-environment < "14.0"
  2421. tezos-protocol-environment-packer
  2422. tezos-protocol-environment-sigs
  2423. tezos-protocol-environment-structs
  2424. tezos-protocol-genesis < "14.0"
  2425. tezos-protocol-genesis-carthagenet
  2426. tezos-protocol-plugin-007-PsDELPH1 < "14.0"
  2427. tezos-protocol-plugin-007-PsDELPH1-registerer < "14.0"
  2428. tezos-protocol-plugin-008-PtEdo2Zk < "14.0"
  2429. tezos-protocol-plugin-008-PtEdo2Zk-registerer < "14.0"
  2430. tezos-protocol-plugin-009-PsFLoren < "14.0"
  2431. tezos-protocol-plugin-009-PsFLoren-registerer < "14.0"
  2432. tezos-protocol-plugin-010-PtGRANAD < "14.0"
  2433. tezos-protocol-plugin-010-PtGRANAD-registerer < "14.0"
  2434. tezos-protocol-plugin-011-PtHangz2 < "14.0"
  2435. tezos-protocol-plugin-011-PtHangz2-registerer < "14.0"
  2436. tezos-protocol-plugin-012-Psithaca < "14.0"
  2437. tezos-protocol-plugin-012-Psithaca-registerer < "14.0"
  2438. tezos-protocol-plugin-012-Psithaca-tests
  2439. tezos-protocol-plugin-013-PtJakart < "14.0"
  2440. tezos-protocol-plugin-013-PtJakart-registerer < "14.0"
  2441. tezos-protocol-plugin-013-PtJakart-tests
  2442. tezos-protocol-plugin-alpha < "14.0"
  2443. tezos-protocol-plugin-alpha-registerer < "14.0"
  2444. tezos-protocol-plugin-alpha-tests
  2445. tezos-protocol-updater < "14.0"
  2446. tezos-proxy < "14.0"
  2447. tezos-proxy-server < "14.0"
  2448. tezos-proxy-server-config < "14.0"
  2449. tezos-requester < "14.0"
  2450. tezos-rpc < "14.0"
  2451. tezos-rpc-http < "14.0"
  2452. tezos-rpc-http-client < "14.0"
  2453. tezos-rpc-http-client-unix < "14.0"
  2454. tezos-rpc-http-server < "14.0"
  2455. tezos-sapling < "14.0"
  2456. tezos-shell < "14.0"
  2457. tezos-shell-benchmarks
  2458. tezos-shell-context < "14.0"
  2459. tezos-shell-context-test
  2460. tezos-shell-services < "14.0"
  2461. tezos-shell-services-test-helpers < "14.0"
  2462. tezos-signer < "14.0"
  2463. tezos-signer-backends < "14.0"
  2464. tezos-signer-services < "14.0"
  2465. tezos-stdlib < "14.0"
  2466. tezos-stdlib-unix < "14.0"
  2467. tezos-storage
  2468. tezos-store < "14.0"
  2469. tezos-test-helpers < "14.0"
  2470. tezos-test-helpers-extra < "14.0"
  2471. tezos-test-services
  2472. tezos-tooling
  2473. tezos-validation < "14.0"
  2474. tezos-validator < "14.0"
  2475. tezos-version < "14.0"
  2476. tezos-workers < "14.0"
  2477. tezt < "3.0.0"
  2478. theora >= "0.4.0"
  2479. thread-local-storage
  2480. thrift >= "0.10.0"
  2481. tidy >= "5-0.2"
  2482. tidy_email
  2483. tidy_email_mailgun
  2484. tidy_email_sendgrid
  2485. tidy_email_smtp
  2486. tilde_f < "v0.17.0"
  2487. time_now < "v0.17.0"
  2488. timed >= "1.1"
  2489. timedesc
  2490. timedesc-json
  2491. timedesc-sexp
  2492. timedesc-tzdb
  2493. timedesc-tzlocal
  2494. timedesc-tzlocal-js
  2495. timere
  2496. timere-parse
  2497. timezone < "v0.17.0"
  2498. tiny_httpd
  2499. tiny_httpd_camlzip
  2500. tip-parser >= "0.4"
  2501. tldr
  2502. tls >= "0.11.0" & < "0.15.4"
  2503. tls-async < "0.15.4"
  2504. tls-mirage < "0.15.4"
  2505. tofn
  2506. toml >= "5.0.0" & < "7.1.0"
  2507. toml-cconv
  2508. toml_cconv
  2509. toplevel_backend < "v0.17.0"
  2510. toplevel_expect_test >= "v0.12.0" & < "v0.17.0"
  2511. topological_sort >= "v0.12.0" & < "v0.17.0"
  2512. torch < "v0.17.0"
  2513. tqdm
  2514. trace
  2515. trace-fuchsia
  2516. trace-tef
  2517. tracing < "v0.17.0"
  2518. tracy-client
  2519. transept
  2520. traverse
  2521. travesty < "0.7.2"
  2522. travis-opam >= "1.5.0"
  2523. trax >= "0.4.0"
  2524. tree_layout >= "0.2"
  2525. treeprint >= "2.3.0"
  2526. trie >= "1.0.0"
  2527. tsdl-image >= "0.3.0"
  2528. tsdl-mixer >= "0.3.0"
  2529. tsdl-ttf >= "0.3"
  2530. tsort
  2531. tube >= "4.4.0"
  2532. tuntap >= "1.7.0"
  2533. twirp_cohttp_lwt_unix
  2534. twirp_core
  2535. twirp_ezcurl
  2536. twirp_tiny_httpd
  2537. twostep
  2538. tyabt
  2539. typerep >= "v0.12.0" & < "v0.17.0"
  2540. typeset < "0.4"
  2541. tyre >= "0.5"
  2542. tyxml >= "4.3.0"
  2543. tyxml-jsx
  2544. tyxml-lwd
  2545. tyxml-ppx >= "4.3.0"
  2546. tyxml-syntax
  2547. u2f
  2548. ubase
  2549. ubpf
  2550. uecc >= "0.2"
  2551. uint >= "2.0.1"
  2552. ulid
  2553. um-abt
  2554. unidecode
  2555. unionFind
  2556. unisim_archisec < "0.0.1"
  2557. unison >= "2.51.4" & < "2.53.4"
  2558. universo
  2559. unix-errno >= "0.6.0"
  2560. unstrctrd
  2561. uri >= "2.2.0"
  2562. uri-bench
  2563. uri-re
  2564. uri-sexp
  2565. uring < "0.4"
  2566. uritemplate
  2567. user-agent-parser
  2568. username_kernel < "v0.17.0"
  2569. uspf
  2570. uspf-lwt
  2571. uspf-mirage
  2572. uspf-unix
  2573. utop >= "2.3.0"
  2574. uuuu >= "0.1.1"
  2575. validator
  2576. variantslib >= "v0.12.0" & < "v0.17.0"
  2577. varray
  2578. vcaml
  2579. vcardgen >= "1.2"
  2580. vchan >= "4.0.0"
  2581. vchan-unix >= "4.0.0"
  2582. vchan-xen >= "4.0.0"
  2583. vec
  2584. vector
  2585. vector3 >= "1.0.0"
  2586. vercel
  2587. vhd-format >= "0.12.0"
  2588. vhd-format-lwt >= "0.12.0"
  2589. virtual_dom >= "v0.12.0" & < "v0.17.0"
  2590. visitors >= "20200207"
  2591. vlq >= "0.2.1"
  2592. vmnet >= "1.3.2"
  2593. vocal
  2594. voqc
  2595. vorbis >= "0.8.0"
  2596. vpt >= "5.0.0"
  2597. vue-jsoo
  2598. wall >= "0.4"
  2599. wasmer
  2600. wasmtime
  2601. wayland
  2602. waylaunch
  2603. webauthn
  2604. weberizer >= "0.8"
  2605. webmachine >= "0.6.2"
  2606. websocket >= "2.12"
  2607. websocket-async >= "2.12"
  2608. websocket-lwt >= "2.12"
  2609. websocket-lwt-unix
  2610. websocketaf
  2611. webtest >= "2.0.0"
  2612. webtest-js
  2613. wikitext
  2614. win-error >= "1.0"
  2615. win-eventlog >= "0.3"
  2616. winsvc
  2617. ws
  2618. ws-server
  2619. wseg
  2620. wtf8 >= "1.0.2"
  2621. wtr
  2622. wtr-ppx
  2623. wu-manber-fuzzy-search
  2624. x509 >= "0.6.3"
  2625. x86_64-esperanto >= "0.0.6"
  2626. xapi-backtrace >= "0.7"
  2627. xapi-inventory >= "1.2.1"
  2628. xapi-rrd >= "1.8.2"
  2629. xapi-stdext-date
  2630. xapi-stdext-encodings
  2631. xapi-stdext-pervasives
  2632. xapi-stdext-std
  2633. xapi-stdext-threads
  2634. xapi-stdext-unix
  2635. xapi-stdext-zerocheck
  2636. xdg-basedir
  2637. xen-evtchn >= "2.1.0"
  2638. xen-evtchn-unix >= "2.1.0"
  2639. xen-gnt >= "3.1.0"
  2640. xen-gnt-unix >= "3.1.0"
  2641. xenstore >= "2.1.0"
  2642. xenstore_transport >= "1.1.0"
  2643. xmelly
  2644. xml-light >= "2.5"
  2645. xmldiff >= "0.7.0"
  2646. xmldiff_js
  2647. xmlplaylist >= "0.1.5"
  2648. xoshiro
  2649. xtmpl >= "0.19.0"
  2650. xtmpl_js
  2651. xtmpl_ppx
  2652. yaml >= "1.0.0"
  2653. yaml-sexp
  2654. yara >= "0.2"
  2655. yocaml < "2.0.0"
  2656. yocaml_cmark
  2657. yocaml_git < "2.0.0"
  2658. yocaml_jingoo < "2.0.0"
  2659. yocaml_markdown
  2660. yocaml_mustache < "2.0.0"
  2661. yocaml_syndication < "2.0.0"
  2662. yocaml_unix < "2.0.0"
  2663. yocaml_yaml < "2.0.0"
  2664. yojson >= "1.5.0"
  2665. yojson-bench
  2666. yojson-five
  2667. yurt >= "0.6"
  2668. yuscii >= "0.2.1"
  2669. yuujinchou
  2670. zarith-ppx
  2671. zarith_stubs_js < "v0.17.0"
  2672. zed >= "2.0" & < "3.2.0"
  2673. zeit
  2674. zelus
  2675. zelus-gtk
  2676. zipperposition >= "1.5.1"
  2677. zipperposition-tools
  2678. zlib >= "0.6"
  2679. zlist >= "0.4.0"
  2680. zmq >= "5.1.0"
  2681. zmq-async >= "5.1.0"
  2682. zmq-eio
  2683. zmq-lwt >= "5.1.0"
  2684. zstandard >= "v0.12.1" & < "v0.17.0"
  2685. zstd = "0.3"
  2686. 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.