package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

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

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 23 Jan 2022

README

Dune - A composable build system

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

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

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

The example directory contains examples of projects using dune.

Overview

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

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

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

Strengths

Composable

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

This make simultaneous development on multiple packages trivial.

Gracefully handles multi-package repositories

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

The magic invocation is:

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

Building against several configurations at once

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

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

This feature requires opam.

Requirements

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

Installation

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

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

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

Migration from jbuilder

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

Status

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

Dependencies (5)

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

Dev Dependencies

None

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