package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.3.0.tbz
sha256=14a4321e38e8f6508f0d522649c6c580efd5e87805a370a66cc8aafcc46d5cff
sha512=6db9eed508e59b832a80b24c62e1de4d8bcf2bff2ef75eb3a396dbe9f899f351875027b0a7d7156ac1a7f6eb7bdfdcb09a933cb4f81d5ca3174c8f74356aeda9

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: 17 Feb 2020

README

Dune - A composable build system

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most of the low-level details of OCaml compilation. All you have to do is provide a description of your project and dune will do the rest.

The scheme it implements is inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, which means that it is highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, you can look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as merlin, handle installation, etc...

Dune itself is fast, has very low overhead and supports parallel builds on all platforms. It has no system dependencies: all you need to build dune and packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build dune and packages using dune.

Strengths

Composable

Take n repositories that use dune, arrange them in any way on the file system and the result is still a single repository that dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

Gracefully handles multi-package repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Building against several configurations at once

Dune is able to build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation.

This feature requires opam.

Requirements

Dune requires OCaml version 4.07.0 to build itself and can build OCaml projects using ocaml 4.02.3 or greater.

Installation

The recommended way to install dune is via the opam package manager:

$ opam install dune

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files that are installed by dune, such as the man pages, and the last simply installs all of that on the system.

Note that unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions about dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from jbuilder

Dune was formerly known as jbuilder. Migration from jbuilder to dune is described in the manual.

Status

Dune is now fairly stable and is used by the majority of packages on opam. Note that dune retains backward compatibility with Jbuilder, and in particular existing Jbuilder projects will continue to be buildable with dune.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.07~~"
  5. ocaml >= "4.07" & < "4.12"

Dev Dependencies

None

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

Conflicts (4)

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

Innovation. Community. Security.