package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.8.5.tbz
sha256=79011283fb74c7a27eb17ad752efbcc39b39633cbacc8d7be97e8ea869443629
sha512=4ef6cdea0768a29de0108cb61b04ef471cb494762c865265f20d7d15ed65a39557f7e34f2dbd466352a6567cce29d7ba21be6569afafbcfc2871720b9466dcae

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

Dev Dependencies

None

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