package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.8.1.tbz
sha256=e7b405c75af321ce6518aa8e70ebdd403dbcc2ede931713e69c2b5addda4bd44
sha512=300c9f5074af5db78c8ffb17b4a1c402fce322d9af4b213aa847bfd9f9fd053e757182f3da8b207f2d24afbd609a227e8c0e57ef038ab236322229c41e240c43

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