package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.8.4.tbz
sha256=4e6420177584aabdc3b7b37aee3026b094b82bf5d7ed175344a68e321f72e8ac
sha512=efc1834c4add40138a101734665a1f462c19fe76d1cbb457b1fc20f95991118a50b24d485fb98d39046e41bec03885a8dc071bf8add51083ac9780bff9f6668a

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: 10 Mar 2021

README

Dune - A composable build system

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

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

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

The example directory contains examples of projects using dune.

Overview

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

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

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

Strengths

Composable

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

This make simultaneous development on multiple packages trivial.

Gracefully handles multi-package repositories

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

The magic invocation is:

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

Building against several configurations at once

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

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

This feature requires opam.

Requirements

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

Installation

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

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

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

Migration from jbuilder

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

Status

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

Dependencies (5)

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

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