package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-site-2.9.3.tbz
sha256=3e65ec73ab2c80d50d4ffd6c46cbfb22eacd0e5587a4be8af8ae69547d5f88d6
sha512=04b48501ac16c3608e3b6bfbdbabf810df0fb844ea3b7d25ba50f03b9d6cb1d2c933cf747d694029d82a9777a774e48e5c38ab010fe53ce1eae367da0ed04d6d

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: 28 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.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. 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-solo5 >= "0.6.0"
  1237. mirage-bootvar-unix
  1238. mirage-bootvar-xen >= "0.6.0"
  1239. mirage-channel >= "3.2.0"
  1240. mirage-channel-lwt >= "3.2.0"
  1241. mirage-clock >= "2.0.0"
  1242. mirage-clock-freestanding >= "2.0.0"
  1243. mirage-clock-lwt >= "2.0.0"
  1244. mirage-clock-solo5
  1245. mirage-clock-unix >= "2.0.0"
  1246. mirage-conduit = "1.3.0" | >= "3.1.0"
  1247. mirage-console >= "2.4.0"
  1248. mirage-console-lwt >= "2.4.0"
  1249. mirage-console-solo5 >= "0.6.0"
  1250. mirage-console-unix >= "2.4.1"
  1251. mirage-console-xen >= "2.4.0"
  1252. mirage-console-xen-backend >= "2.4.0"
  1253. mirage-console-xen-proto >= "2.4.0"
  1254. mirage-crypto
  1255. mirage-crypto-ec
  1256. mirage-crypto-entropy
  1257. mirage-crypto-pk
  1258. mirage-crypto-rng
  1259. mirage-crypto-rng-async
  1260. mirage-crypto-rng-eio >= "0.11.0"
  1261. mirage-crypto-rng-lwt
  1262. mirage-crypto-rng-mirage
  1263. mirage-device >= "1.2.0"
  1264. mirage-dns >= "3.1.0"
  1265. mirage-entropy >= "0.5.1"
  1266. mirage-flow >= "1.6.0"
  1267. mirage-flow-combinators
  1268. mirage-flow-lwt >= "1.6.0"
  1269. mirage-flow-rawlink >= "1.1.0"
  1270. mirage-flow-unix >= "1.6.0"
  1271. mirage-fs >= "1.2.0"
  1272. mirage-fs-lwt >= "1.2.0"
  1273. mirage-fs-mem
  1274. mirage-fs-unix >= "1.6.0"
  1275. mirage-kv >= "2.0.0"
  1276. mirage-kv-lwt >= "2.0.0"
  1277. mirage-kv-mem
  1278. mirage-kv-unix < "3.0.0"
  1279. mirage-logs >= "1.0.0" & < "2.0.0"
  1280. mirage-monitoring
  1281. mirage-nat >= "1.1.0"
  1282. mirage-net >= "2.0.0"
  1283. mirage-net-lwt >= "2.0.0"
  1284. mirage-net-macosx >= "1.5.0"
  1285. mirage-net-solo5 >= "0.4.3"
  1286. mirage-net-unix >= "2.5.0"
  1287. mirage-net-xen >= "1.9.0"
  1288. mirage-profile >= "0.9.0"
  1289. mirage-profile-unix >= "0.9.0"
  1290. mirage-profile-xen >= "0.9.0"
  1291. mirage-protocols >= "2.0.0"
  1292. mirage-protocols-lwt >= "2.0.0"
  1293. mirage-qubes >= "0.7.0"
  1294. mirage-qubes-ipv4 >= "0.7.0"
  1295. mirage-random >= "1.2.0"
  1296. mirage-random-stdlib
  1297. mirage-random-test
  1298. mirage-runtime >= "3.3.0"
  1299. mirage-solo5 >= "0.6.2"
  1300. mirage-stack >= "1.4.0"
  1301. mirage-stack-lwt >= "1.4.0"
  1302. mirage-time >= "1.3.0"
  1303. mirage-time-lwt >= "1.3.0"
  1304. mirage-time-unix >= "1.3.0"
  1305. mirage-types >= "3.3.0"
  1306. mirage-types-lwt >= "3.3.0"
  1307. mirage-unix >= "3.2.0"
  1308. mirage-vnetif >= "0.4.2"
  1309. mirage-vnetif-stack
  1310. mirage-xen >= "3.2.0"
  1311. mkaudio >= "1.1.0"
  1312. mkocaml
  1313. mlbdd >= "0.7.2"
  1314. mlfenv
  1315. mlmpfr >= "4.0.2+dune"
  1316. mlpost >= "0.9"
  1317. mlpost-lablgtk
  1318. mlt_parser >= "v0.12.0"
  1319. mm >= "0.7.0" & < "0.8.2"
  1320. mmap
  1321. mmdb
  1322. mock >= "0.1.1"
  1323. mock-ounit >= "0.1.1"
  1324. module-graph
  1325. molenc
  1326. monaco_jsoo
  1327. monolith
  1328. monomorphic >= "2.0"
  1329. monorobot
  1330. morbig >= "0.10.3"
  1331. morsmall
  1332. moss >= "0.1.1"
  1333. mparser >= "1.3"
  1334. mparser-pcre
  1335. mparser-re
  1336. mperf
  1337. mpg123
  1338. mpp >= "0.3.4"
  1339. mpris >= "0.2.0"
  1340. mpris-clients
  1341. mrmime
  1342. mrt-format >= "0.3.1"
  1343. msat >= "0.8"
  1344. msat-bin
  1345. msgpck >= "1.5"
  1346. msgpck-repr
  1347. mssql
  1348. mugen
  1349. mula
  1350. multibase
  1351. multicodec
  1352. multihash
  1353. multihash-digestif
  1354. multipart-form-data >= "0.3.0"
  1355. multipart_form
  1356. multipart_form-cohttp-lwt
  1357. multipart_form-eio
  1358. multipart_form-lwt
  1359. murmur3 >= "0.3"
  1360. mustache >= "3.1.0"
  1361. mustache-cli
  1362. mutf8
  1363. mwt
  1364. mysql8
  1365. mysql_protocol >= "3.0.1"
  1366. n_ary
  1367. naboris
  1368. nacc
  1369. nanoid
  1370. nanosvg
  1371. nanosvg_text
  1372. nbd >= "4.0.3"
  1373. nbd-tool
  1374. nbd-unix
  1375. netchannel >= "1.9.0"
  1376. netkat
  1377. netlink >= "0.3.4"
  1378. netsnmp
  1379. nice_parser
  1380. ninja_utils
  1381. nlopt
  1382. nmea
  1383. noCanren >= "0.3.0~alpha1"
  1384. nocoiner
  1385. node_of_ocaml
  1386. noise
  1387. non_empty_list
  1388. nottui
  1389. nottui-lwt
  1390. nottui-pretty
  1391. notty >= "0.2.3"
  1392. notty_async >= "v0.12.0"
  1393. np
  1394. npy >= "0.0.9"
  1395. nsq >= "0.4.0"
  1396. numeric_string
  1397. nuscr
  1398. OCanren < "0.3.0"
  1399. OCanren-ppx
  1400. obeam
  1401. obelisk >= "0.5.0"
  1402. obuilder < "0.5"
  1403. obuilder-spec < "0.5"
  1404. obus >= "1.2.0"
  1405. ocal >= "0.2.2"
  1406. ocaml-canvas
  1407. ocaml-compiler-libs >= "v0.12.0"
  1408. ocaml-embed-file
  1409. ocaml-in-python
  1410. ocaml-lsp-server < "1.12.3"
  1411. ocaml-lua >= "1.8"
  1412. ocaml-migrate-parsetree >= "1.2.0"
  1413. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1414. ocaml-monadic >= "0.4.1"
  1415. ocaml-print-intf
  1416. ocaml-probes
  1417. ocaml-protoc >= "2.0.1"
  1418. ocaml-protoc-plugin < "4.3.1"
  1419. ocaml-r >= "0.1.1"
  1420. ocaml-syntax-shims
  1421. ocaml-systemd >= "1.3"
  1422. ocaml-top >= "1.2.0"
  1423. ocaml-vdom < "transition"
  1424. ocaml-version >= "1.0.0" & < "3.6.0"
  1425. ocaml_db_model
  1426. ocaml_intrinsics
  1427. ocaml_pgsql_model
  1428. ocaml_plugin >= "v0.12.0"
  1429. ocamlapi
  1430. ocamlapi_async
  1431. ocamlapi_lwt_unix
  1432. ocamlapi_ppx
  1433. ocamlcodoc
  1434. ocamldiff >= "1.2"
  1435. ocamlformat >= "0.7"
  1436. ocamlformat-lib
  1437. ocamlformat-rpc < "removed"
  1438. ocamlformat-rpc-lib
  1439. ocamlfuse >= "2.7.1-cvs6" & < "2.7.1-cvs8"
  1440. ocamlgraph >= "2.0.0"
  1441. ocamlgraph_gtk
  1442. ocamline
  1443. ocamlog
  1444. ocb
  1445. ocf >= "0.8.0"
  1446. ocf_ppx
  1447. ockt
  1448. ocluster < "0.2"
  1449. ocluster-api < "0.2"
  1450. ocolor
  1451. ocp-browser >= "1.1.9"
  1452. ocp-indent >= "1.7.0"
  1453. ocp-indent-nlfork >= "1.5.4"
  1454. ocp-index >= "1.1.9"
  1455. ocp-search
  1456. ocp_reveal
  1457. ocplib-endian >= "1.1"
  1458. ocplib-json-typed >= "0.7"
  1459. ocplib-json-typed-browser
  1460. ocplib-json-typed-bson
  1461. ocplib-simplex >= "0.5"
  1462. ocplib_stuff != "0.3.0"
  1463. ocsigen-i18n >= "4.0.0"
  1464. ocsigen-ppx-rpc
  1465. ocsigenserver >= "4.0.1"
  1466. ocsipersist
  1467. ocsipersist-dbm
  1468. ocsipersist-lib
  1469. ocsipersist-pgsql
  1470. ocsipersist-sqlite
  1471. octavius >= "1.2.2"
  1472. odash
  1473. odate >= "0.6"
  1474. odep < "0.2.0"
  1475. odepack >= "0.6.9"
  1476. odnnr
  1477. odoc >= "1.4.0" & < "2.2.0"
  1478. odoc-parser < "2.3.0"
  1479. of_json
  1480. offheap
  1481. ogg = "0.6.0" | >= "0.7.0"
  1482. ohex
  1483. oidc
  1484. ojs
  1485. ojs_base
  1486. ojs_base_all
  1487. ojs_base_ppx
  1488. ojs_ed
  1489. ojs_filetree
  1490. ojs_list
  1491. olinq >= "0.3"
  1492. omd >= "1.3.2"
  1493. ometrics
  1494. omg
  1495. omigrate < "0.3.1"
  1496. omlr
  1497. oniguruma
  1498. opam-0install
  1499. opam-0install-cudf
  1500. opam-bin >= "1.0.0"
  1501. opam-build
  1502. opam-client >= "2.0.2"
  1503. opam-compiler
  1504. opam-core >= "2.0.2"
  1505. opam-custom-install
  1506. opam-devel >= "2.0.2"
  1507. opam-dune-lint < "0.3"
  1508. opam-ed >= "0.4"
  1509. opam-file-format >= "2.1.0" & < "2.1.5"
  1510. opam-format >= "2.0.2"
  1511. opam-graph
  1512. opam-grep >= "0.2.0"
  1513. opam-installer >= "2.0.2"
  1514. opam-monorepo < "0.3.1"
  1515. opam-package-upgrade >= "0.2"
  1516. opam-publish >= "2.0.2"
  1517. opam-repository >= "2.0.2"
  1518. opam-solver >= "2.0.2"
  1519. opam-spin
  1520. opam-state >= "2.0.2"
  1521. opam-test
  1522. opam2web >= "2.0"
  1523. opam_bin_lib != "0.9.5"
  1524. opasswd >= "1.3.1"
  1525. opazl
  1526. openai-gym
  1527. openapi
  1528. openapi_router
  1529. opencc0
  1530. opencc1
  1531. opencc1_1
  1532. openQASM
  1533. opentelemetry
  1534. opentelemetry-client-cohttp-lwt
  1535. opentelemetry-client-ocurl
  1536. opentelemetry-cohttp-lwt
  1537. opentelemetry-lwt
  1538. opium >= "0.17.0"
  1539. opium-graphql
  1540. opium-testing
  1541. opium_kernel >= "0.17.0"
  1542. oplot
  1543. oplsr
  1544. opomodoro
  1545. opsian
  1546. optal
  1547. opti
  1548. optimization1d >= "0.6.1"
  1549. optiml-transport
  1550. optint >= "0.0.2"
  1551. opus >= "0.2.0"
  1552. oraft < "0.3.0"
  1553. oranger >= "2.0.1"
  1554. order-i3-xfce
  1555. ordinal_abbreviation
  1556. ordma >= "0.0.5"
  1557. orec >= "1.0.1"
  1558. orewa
  1559. orf
  1560. orgeat
  1561. orpie
  1562. orrandomForest
  1563. orsvm_e1071 >= "4.0.0"
  1564. orun
  1565. orxgboost >= "1.1.0"
  1566. osc >= "0.2.0"
  1567. osc-lwt
  1568. osc-unix
  1569. oseq >= "0.2"
  1570. osh
  1571. oskel
  1572. osnap
  1573. osx-secure-transport >= "0.1.1"
  1574. otf
  1575. otoggl
  1576. otoml
  1577. otr >= "0.3.6"
  1578. ounit = "2.1.2"
  1579. ounit-lwt < "2.2.0"
  1580. ounit2 < "2.2.7"
  1581. ounit2-lwt < "2.2.7"
  1582. override
  1583. owee >= "0.3"
  1584. owl >= "0.4.0"
  1585. owl-base >= "0.4.0"
  1586. owl-jupyter
  1587. owl-ode
  1588. owl-ode-base
  1589. owl-ode-odepack
  1590. owl-ode-sundials
  1591. owl-opt
  1592. owl-opt-lbfgs
  1593. owl-plplot
  1594. owl-symbolic
  1595. owl-top >= "0.4.0"
  1596. owl-zoo >= "0.4.0"
  1597. owork
  1598. ozulip
  1599. p4pp
  1600. p5scm
  1601. packstream
  1602. pacomb
  1603. paf
  1604. paf-cohttp
  1605. paf-le
  1606. pam
  1607. pandoc
  1608. pandoc-abbreviations
  1609. pandoc-comment
  1610. pandoc-crossref
  1611. pandoc-include
  1612. pandoc-inspect
  1613. pandoc-pdf2png
  1614. pandoc-replace
  1615. papi >= "0.1.1"
  1616. parany >= "7.0.2"
  1617. pardi
  1618. parmap >= "1.1.1"
  1619. parse-argv >= "0.2.0"
  1620. parsexp >= "v0.12.0"
  1621. parsexp_io >= "v0.12.0"
  1622. parsley
  1623. patch < "2.0.0"
  1624. patdiff >= "v0.12.1"
  1625. path_glob
  1626. patience_diff >= "v0.12.0"
  1627. patoline >= "0.2"
  1628. patricia-tree
  1629. pattern
  1630. pb
  1631. pb-plugin
  1632. pbkdf >= "1.0.0"
  1633. pbrt
  1634. pbrt_services
  1635. pbrt_yojson
  1636. pcap-format >= "0.5.2"
  1637. pcre >= "7.3.5"
  1638. pcre2
  1639. pds-reachability >= "0.2.2"
  1640. pecu >= "0.2"
  1641. petr4
  1642. pf-qubes
  1643. pg_query
  1644. pgocaml >= "4.0"
  1645. pgocaml_ppx
  1646. pgx >= "1.0" & < "2.2"
  1647. pgx_async >= "1.0" & < "2.2"
  1648. pgx_lwt >= "1.0" & < "2.2"
  1649. pgx_lwt_mirage < "2.2"
  1650. pgx_lwt_unix < "2.2"
  1651. pgx_unix >= "1.0" & < "2.2"
  1652. pgx_value_core < "2.2"
  1653. pgx_value_ptime < "2.2"
  1654. phantom-algebra >= "1.0.1"
  1655. phonetic
  1656. phylogenetics < "0.2.0"
  1657. piaf
  1658. picasso
  1659. piqi >= "0.7.8"
  1660. piqilib >= "0.6.16"
  1661. pixel_pusher
  1662. pkcs11 >= "0.18.0"
  1663. pkcs11-cli
  1664. pkcs11-driver
  1665. pkcs11-rev
  1666. pla >= "1.3"
  1667. plateau
  1668. plato
  1669. plebeia < "2.0.0"
  1670. plist-xml
  1671. plist-xml-lwt
  1672. plotkicadsch >= "0.4.0"
  1673. plplot >= "5.11.0-1"
  1674. polka
  1675. poll
  1676. polling_state_rpc
  1677. polly
  1678. polynomial
  1679. pomap >= "4.1.0"
  1680. popper
  1681. portaudio >= "0.2.2"
  1682. portaudio_c_bindings
  1683. portmidi
  1684. posix-base
  1685. posix-bindings
  1686. posix-getopt >= "2.0.0"
  1687. posix-signal
  1688. posix-socket
  1689. posix-socket-unix
  1690. posix-time2
  1691. posix-types >= "2.0.0"
  1692. posix-uname
  1693. posixat >= "v0.12.0"
  1694. postgres_async
  1695. postgresql >= "4.4.1"
  1696. pp
  1697. pp-binary-ints
  1698. pp_loc
  1699. pprint >= "20200226"
  1700. ppx-owl-opt
  1701. ppx_accessor
  1702. ppx_assert >= "v0.12.0"
  1703. ppx_bap
  1704. ppx_base >= "v0.12.0"
  1705. ppx_bench >= "v0.12.0"
  1706. ppx_bigarray >= "3.0.0"
  1707. ppx_bin_prot >= "v0.12.0"
  1708. ppx_bitstring >= "4.0.0"
  1709. ppx_blob >= "0.6.0"
  1710. ppx_bsx
  1711. ppx_camlrack
  1712. ppx_catch
  1713. ppx_cold
  1714. ppx_compare >= "v0.12.0"
  1715. ppx_compose >= "0.1.0"
  1716. ppx_const >= "2.0"
  1717. ppx_conv_func >= "v0.12.0"
  1718. ppx_counters
  1719. ppx_css
  1720. ppx_cstruct >= "3.3.0"
  1721. ppx_cstubs
  1722. ppx_csv_conv >= "v0.12.0"
  1723. ppx_custom_printf >= "v0.12.0"
  1724. ppx_decimal
  1725. ppx_defer >= "0.4.0"
  1726. ppx_demo
  1727. ppx_derive_at_runtime
  1728. ppx_derivers >= "1.2.1"
  1729. ppx_deriving >= "4.3"
  1730. ppx_deriving_cmdliner >= "0.5.1"
  1731. ppx_deriving_encoding
  1732. ppx_deriving_hardcaml >= "v0.12.0"
  1733. ppx_deriving_hash
  1734. ppx_deriving_jsoo
  1735. ppx_deriving_madcast >= "0.2"
  1736. ppx_deriving_popper
  1737. ppx_deriving_protobuf >= "2.7"
  1738. ppx_deriving_qcheck
  1739. ppx_deriving_rpc >= "6.1.0"
  1740. ppx_deriving_scad
  1741. ppx_deriving_yaml < "0.2.2"
  1742. ppx_deriving_yojson >= "3.3"
  1743. ppx_disable_unused_warnings
  1744. ppx_distr_guards >= "0.2"
  1745. ppx_enum
  1746. ppx_enumerate >= "v0.12.0"
  1747. ppx_expect >= "v0.12.0"
  1748. ppx_factory
  1749. ppx_fail >= "v0.12.0"
  1750. ppx_fast_pipe
  1751. ppx_fields_conv >= "v0.12.0"
  1752. ppx_fixed_literal
  1753. ppx_gen_rec >= "1.1.0"
  1754. ppx_getenv >= "2.0"
  1755. ppx_globalize
  1756. ppx_hash >= "v0.12.0"
  1757. ppx_here >= "v0.12.0"
  1758. ppx_ignore_instrumentation
  1759. ppx_import >= "1.5-3-gbd627d5"
  1760. ppx_inline_alcotest
  1761. ppx_inline_test >= "v0.12.0" & < "v0.16.1"
  1762. ppx_irmin
  1763. ppx_jane >= "v0.12.0"
  1764. ppx_js_style >= "v0.12.0"
  1765. ppx_jsobject_conv >= "0.6.0"
  1766. ppx_jsonaf_conv
  1767. ppx_let >= "v0.12.0"
  1768. ppx_log
  1769. ppx_make
  1770. ppx_map
  1771. ppx_matches
  1772. ppx_meta_conv >= "4.0.1"
  1773. ppx_module_timer
  1774. ppx_monad
  1775. ppx_monoid >= "0.3.2"
  1776. ppx_mysql
  1777. ppx_mysql_identity
  1778. ppx_open
  1779. ppx_optcomp >= "v0.12.0"
  1780. ppx_optional >= "v0.12.0"
  1781. ppx_parser
  1782. ppx_pattern_bind
  1783. ppx_pbt
  1784. ppx_pipebang >= "v0.12.0"
  1785. ppx_protocol_conv >= "3.1.0"
  1786. ppx_protocol_conv_json >= "3.1.0"
  1787. ppx_protocol_conv_jsonm
  1788. ppx_protocol_conv_msgpack >= "3.1.0"
  1789. ppx_protocol_conv_xml_light >= "3.1.0"
  1790. ppx_protocol_conv_xmlm
  1791. ppx_protocol_conv_yaml >= "3.1.0"
  1792. ppx_pyformat
  1793. ppx_python
  1794. ppx_rapper
  1795. ppx_rapper_async
  1796. ppx_rapper_lwt
  1797. ppx_regexp >= "0.4.0"
  1798. ppx_relit
  1799. ppx_repr
  1800. ppx_seq
  1801. ppx_sexp_conv >= "v0.12.0"
  1802. ppx_sexp_message >= "v0.12.0"
  1803. ppx_sexp_value >= "v0.12.0"
  1804. ppx_show
  1805. ppx_stable
  1806. ppx_stable_witness
  1807. ppx_string
  1808. ppx_string_interpolation
  1809. ppx_subliner
  1810. ppx_test >= "1.7.0"
  1811. ppx_there
  1812. ppx_tools >= "6.0+4.08.0"
  1813. ppx_tools_versioned >= "5.2.2"
  1814. ppx_trace
  1815. ppx_tydi
  1816. ppx_type_directed_value
  1817. ppx_typed_fields
  1818. ppx_typerep_conv >= "v0.12.0"
  1819. ppx_tyre
  1820. ppx_units
  1821. ppx_variants_conv >= "v0.12.0"
  1822. ppx_viewpattern
  1823. ppx_wideopen
  1824. ppx_xml_conv >= "v0.12.0"
  1825. ppx_yojson
  1826. ppx_yojson_conv
  1827. ppx_yojson_conv_lib
  1828. ppxfind >= "1.3"
  1829. ppxlib >= "0.4.0"
  1830. ppxx >= "2.4.0"
  1831. pratter
  1832. prbnmcn-basic-structures
  1833. prbnmcn-cgrph
  1834. prbnmcn-clustering
  1835. prbnmcn-dagger
  1836. prbnmcn-dagger-gsl
  1837. prbnmcn-dagger-stats
  1838. prbnmcn-dagger-test
  1839. prbnmcn-gnuplot
  1840. prbnmcn-linalg
  1841. prbnmcn-mcts
  1842. prbnmcn-proptest
  1843. prbnmcn-stats
  1844. prbnmcn-ucb1
  1845. prc
  1846. preface
  1847. prettym
  1848. printbox >= "0.2" & < "0.8"
  1849. printbox-html < "0.8"
  1850. printbox-text < "0.8"
  1851. proc-smaps
  1852. prof_spacetime >= "0.3.0"
  1853. profunctor
  1854. progress
  1855. prom
  1856. prometheus >= "0.6"
  1857. prometheus-app >= "0.6"
  1858. promise
  1859. promise_jsoo
  1860. promise_jsoo_lwt
  1861. protocell
  1862. protocol-9p >= "1.0.0"
  1863. protocol-9p-tool >= "1.0.0"
  1864. protocol-9p-unix >= "1.0.0"
  1865. protocol_version_header >= "v0.12.0"
  1866. prr
  1867. psmt2-frontend = "0.3.0" | >= "0.4.0"
  1868. psq >= "0.1.1"
  1869. ptmap >= "2.0.5"
  1870. ptset >= "1.0.1"
  1871. pulseaudio >= "0.1.4"
  1872. pure-splitmix >= "0.3"
  1873. py >= "1.1"
  1874. pyast
  1875. pyml >= "20210924"
  1876. pyml_bindgen < "0.3.0"
  1877. pyre-ast
  1878. pythonlib
  1879. qbf >= "0.3"
  1880. qcheck >= "0.9"
  1881. qcheck-alcotest
  1882. qcheck-core
  1883. qcheck-lin < "0.1.1"
  1884. qcheck-multicoretests-util < "0.1.1"
  1885. qcheck-ounit
  1886. qcheck-stm < "0.1.1"
  1887. qinap
  1888. qiskit < "0.44.0"
  1889. qmp >= "0.19.0"
  1890. qrencode >= "0.2"
  1891. qtest >= "2.10.1"
  1892. queenshead
  1893. quests
  1894. radamsa
  1895. radare2 >= "0.0.3"
  1896. randomconv >= "0.1.1"
  1897. randoml
  1898. range
  1899. rangeSet
  1900. rankers
  1901. rawlink >= "1.0" & < "2.1"
  1902. raygui
  1903. raylib
  1904. rdbg >= "1.196.12"
  1905. rdf >= "0.13.0"
  1906. rdf_impls
  1907. rdf_json_ld
  1908. rdf_lwt
  1909. rdf_mysql
  1910. rdf_postgresql
  1911. rdf_ppx
  1912. re >= "1.9.0"
  1913. re2 >= "v0.12.1"
  1914. re2_stable
  1915. re_parser
  1916. reactiveData >= "0.3.0"
  1917. reanalyze
  1918. reason >= "3.5.0"
  1919. reason-standard
  1920. received
  1921. record_builder >= "v0.12.0"
  1922. records >= "1.0.0"
  1923. reddit_api_async
  1924. reddit_api_kernel
  1925. redirect
  1926. redis >= "0.4"
  1927. redis-async
  1928. redis-lwt >= "0.4"
  1929. redis-sync >= "0.4"
  1930. reed-solomon-erasure >= "1.0.2"
  1931. reedsolomon >= "0.3"
  1932. refl
  1933. regenerate >= "0.2"
  1934. regex_parser_intf
  1935. relit_helper
  1936. remu_ts
  1937. reparse
  1938. reparse-lwt
  1939. reparse-lwt-unix
  1940. reparse-unix
  1941. repr
  1942. repr-bench
  1943. repr-fuzz
  1944. res >= "5.0.1"
  1945. res_tailwindcss
  1946. resource-pooling >= "1.1"
  1947. resource_cache >= "v0.12.0"
  1948. resp
  1949. resp-client
  1950. resp-mirage
  1951. resp-server >= "0.9"
  1952. resp-unix
  1953. resto
  1954. resto-acl
  1955. resto-cohttp
  1956. resto-cohttp-client
  1957. resto-cohttp-self-serving-client
  1958. resto-cohttp-server
  1959. resto-directory
  1960. resto-json
  1961. result >= "1.4"
  1962. rfc1951 >= "0.8.1" & != "1.0.0"
  1963. rfc6287 >= "1.0.4"
  1964. rfc7748
  1965. rfsm >= "1.6-alpha-3" & < "2.0"
  1966. rhythm
  1967. ringo
  1968. ringo-lwt
  1969. rock
  1970. roman
  1971. root1d >= "0.5.1"
  1972. rope >= "0.6.2"
  1973. rosetta >= "0.2.0"
  1974. routes
  1975. rpc >= "6.1.0"
  1976. rpc_parallel >= "v0.12.0"
  1977. rpclib >= "6.1.0"
  1978. rpclib-async >= "6.1.0"
  1979. rpclib-html
  1980. rpclib-js
  1981. rpclib-lwt >= "6.1.0"
  1982. rsdd
  1983. rss
  1984. rtop >= "3.5.0"
  1985. rungen
  1986. rusage
  1987. SZXX
  1988. safepass >= "3.1"
  1989. salsa20 >= "1.0.0"
  1990. salsa20-core >= "1.0.0"
  1991. samplerate >= "0.1.5"
  1992. sanddb = "0.2"
  1993. sarek >= "20210823"
  1994. satex
  1995. satyrographos
  1996. scad_ml
  1997. scaml < "1.5.0"
  1998. scfg
  1999. scgi
  2000. scipy
  2001. scrypt-kdf >= "1.0.0"
  2002. sd_logic
  2003. search < "0.1.1"
  2004. searchTree
  2005. secp256k1 >= "0.4.1"
  2006. secp256k1-internal
  2007. sedlex >= "2.0" & < "3.2"
  2008. sek
  2009. selective
  2010. semantic_version
  2011. semaphore-compat
  2012. semver >= "0.2.1"
  2013. semver2
  2014. sendmail
  2015. sendmail-lwt
  2016. sentry
  2017. seq >= "0.2" & < "base"
  2018. sequencer_table >= "v0.12.0"
  2019. serial
  2020. session >= "0.4.1"
  2021. session-cohttp >= "0.4.1"
  2022. session-cohttp-async >= "0.4.1"
  2023. session-cohttp-lwt >= "0.4.1"
  2024. session-cookie
  2025. session-cookie-async
  2026. session-cookie-lwt
  2027. session-postgresql >= "0.4.1"
  2028. session-postgresql-async >= "0.4.1"
  2029. session-postgresql-lwt >= "0.4.1"
  2030. session-redis-lwt >= "0.4.1"
  2031. session-webmachine >= "0.4.1"
  2032. setcore >= "1.0.2"
  2033. sexp
  2034. sexp_decode
  2035. sexp_diff
  2036. sexp_diff_kernel
  2037. sexp_grammar
  2038. sexp_macro
  2039. sexp_pretty >= "v0.12.0"
  2040. sexp_select
  2041. sexp_string_quickcheck
  2042. sexplib >= "v0.12.0"
  2043. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2044. sgf >= "1.0.1"
  2045. sha >= "1.13"
  2046. shapefile
  2047. shared-block-ring >= "3.0.0"
  2048. shared-memory-ring >= "3.1.0"
  2049. shared-memory-ring-lwt >= "3.1.0"
  2050. shared-secret >= "0.4"
  2051. shell
  2052. shexp >= "v0.12.0"
  2053. shine >= "0.2.2"
  2054. shuttle
  2055. shuttle_http < "0.11.0"
  2056. shuttle_ssl
  2057. sifun
  2058. sihl
  2059. sihl-cache
  2060. sihl-contract
  2061. sihl-core
  2062. sihl-email
  2063. sihl-facade
  2064. sihl-persistence
  2065. sihl-queue
  2066. sihl-session
  2067. sihl-storage
  2068. sihl-token
  2069. sihl-type
  2070. sihl-user
  2071. sihl-web
  2072. simple63
  2073. sklearn
  2074. slacko >= "0.14.1"
  2075. slug
  2076. smart-print >= "0.3.0"
  2077. smbc >= "0.5"
  2078. smol
  2079. smol-helpers
  2080. smtlib-utils
  2081. snappy >= "0.1.2"
  2082. snoke
  2083. so
  2084. solid
  2085. solid_server
  2086. solid_tools
  2087. solidity-alcotest
  2088. solidity-common
  2089. solidity-parser
  2090. solidity-test
  2091. solidity-typechecker
  2092. solo5-elftool
  2093. sortedseq_intersect
  2094. soundtouch >= "0.1.9"
  2095. soupault
  2096. spacetime_lib >= "0.3.0"
  2097. spawn < "v0.9.0" | >= "v0.13.0"
  2098. spdx_licenses
  2099. spectrum
  2100. speex >= "0.4.0"
  2101. spelll >= "0.3"
  2102. spin
  2103. splay_tree >= "v0.12.0"
  2104. splittable_random >= "v0.12.0"
  2105. spoc >= "20210823"
  2106. spoc_ppx
  2107. spoke
  2108. spotify-web-api >= "0.2.1"
  2109. spotlib >= "4.1.0"
  2110. sqlgg >= "20200521"
  2111. sqlite3 >= "4.4.1"
  2112. sqlite3_utils
  2113. srt
  2114. ssh-agent >= "0.2.0"
  2115. ssh-agent-unix
  2116. ssl >= "0.5.6"
  2117. stdcompat >= "19"
  2118. stdint >= "0.6.0" & < "0.7.2"
  2119. stdint-literals
  2120. stdio >= "v0.12.0"
  2121. stdlib-diff
  2122. stdlib-random
  2123. stdlib-shims
  2124. stitch
  2125. stk
  2126. stk_iconv
  2127. stog >= "0.20.0"
  2128. stog_all
  2129. stog_asy
  2130. stog_dot
  2131. stog_extern
  2132. stog_markdown
  2133. stog_multi_doc
  2134. stog_nocaml
  2135. stog_noexec
  2136. stog_plugins
  2137. stog_rdf
  2138. stog_rel_href
  2139. stog_server
  2140. stog_server_multi
  2141. stog_sitemap
  2142. stog_writing
  2143. stored_reversed
  2144. streamable
  2145. streaming
  2146. string_dict >= "v0.12.0"
  2147. stringext >= "1.6.0"
  2148. sturgeon >= "0.4.2"
  2149. subscriptions-transport-ws
  2150. subtype-refinement >= "0.2"
  2151. sun
  2152. svmwrap
  2153. swagger >= "0.2.0"
  2154. swhid
  2155. swhid_compute
  2156. swhid_core
  2157. swhid_types
  2158. swipl
  2159. syguslib-utils
  2160. syndic >= "1.6.0"
  2161. sys-socket
  2162. sys-socket-unix
  2163. syslog >= "2.0.0"
  2164. syslog-message >= "1.0.0"
  2165. syslog-rfc5424
  2166. systemverilog >= "0.0.2"
  2167. tablecloth-base
  2168. tablecloth-native < "transition"
  2169. taglib >= "0.3.7"
  2170. talaria-bibtex
  2171. tar >= "1.0.0"
  2172. tar-eio
  2173. tar-mirage >= "1.0.0"
  2174. tar-unix >= "1.0.0"
  2175. tcalc
  2176. tcpip >= "3.7.0"
  2177. tdigest
  2178. teash
  2179. telltime
  2180. tensorboard
  2181. terminal
  2182. terminal_size >= "0.1.4"
  2183. testu01
  2184. textmate-language
  2185. textrazor
  2186. textutils >= "v0.12.0"
  2187. textutils_kernel >= "v0.12.0"
  2188. textwrap >= "0.2.1"
  2189. tezos-008-PtEdo2Zk-test-helpers
  2190. tezos-009-PsFLoren-test-helpers
  2191. tezos-010-PtGRANAD-test-helpers
  2192. tezos-011-PtHangz2-test-helpers
  2193. tezos-012-Psithaca-test-helpers < "14.0"
  2194. tezos-accuser-006-PsCARTHA
  2195. tezos-accuser-007-PsDELPH1
  2196. tezos-accuser-008-PtEdo2Zk
  2197. tezos-accuser-008-PtEdoTez
  2198. tezos-accuser-009-PsFLoren
  2199. tezos-accuser-010-PtGRANAD
  2200. tezos-accuser-011-PtHangz2
  2201. tezos-accuser-012-Psithaca < "14.0"
  2202. tezos-accuser-013-PtJakart < "14.0"
  2203. tezos-accuser-alpha < "14.0"
  2204. tezos-alpha-test-helpers < "14.0"
  2205. tezos-baker-006-PsCARTHA
  2206. tezos-baker-007-PsDELPH1
  2207. tezos-baker-008-PtEdo2Zk
  2208. tezos-baker-008-PtEdoTez
  2209. tezos-baker-009-PsFLoren
  2210. tezos-baker-010-PtGRANAD
  2211. tezos-baker-011-PtHangz2
  2212. tezos-baker-012-Psithaca < "14.0"
  2213. tezos-baker-013-PtJakart < "14.0"
  2214. tezos-baker-alpha < "14.0"
  2215. tezos-baking-006-PsCARTHA
  2216. tezos-baking-006-PsCARTHA-commands
  2217. tezos-baking-007-PsDELPH1
  2218. tezos-baking-007-PsDELPH1-commands
  2219. tezos-baking-008-PtEdo2Zk
  2220. tezos-baking-008-PtEdo2Zk-commands
  2221. tezos-baking-008-PtEdoTez
  2222. tezos-baking-008-PtEdoTez-commands
  2223. tezos-baking-009-PsFLoren
  2224. tezos-baking-009-PsFLoren-commands
  2225. tezos-baking-010-PtGRANAD
  2226. tezos-baking-010-PtGRANAD-commands
  2227. tezos-baking-011-PtHangz2
  2228. tezos-baking-011-PtHangz2-commands
  2229. tezos-baking-012-Psithaca < "14.0"
  2230. tezos-baking-012-Psithaca-commands < "14.0"
  2231. tezos-baking-013-PtJakart < "14.0"
  2232. tezos-baking-013-PtJakart-commands < "14.0"
  2233. tezos-baking-alpha < "14.0"
  2234. tezos-baking-alpha-commands < "14.0"
  2235. tezos-base < "14.0"
  2236. tezos-base-test-helpers < "14.0"
  2237. tezos-base58
  2238. tezos-bls12-381-polynomial
  2239. tezos-clic < "14.0"
  2240. tezos-client < "14.0"
  2241. tezos-client-000-Ps9mPmXa < "14.0"
  2242. tezos-client-001-PtCJ7pwo < "14.0"
  2243. tezos-client-001-PtCJ7pwo-commands
  2244. tezos-client-002-PsYLVpVv < "14.0"
  2245. tezos-client-002-PsYLVpVv-commands
  2246. tezos-client-003-PsddFKi3 < "14.0"
  2247. tezos-client-003-PsddFKi3-commands
  2248. tezos-client-004-Pt24m4xi < "14.0"
  2249. tezos-client-004-Pt24m4xi-commands
  2250. tezos-client-005-PsBabyM1 < "14.0"
  2251. tezos-client-005-PsBabyM1-commands
  2252. tezos-client-006-PsCARTHA < "14.0"
  2253. tezos-client-006-PsCARTHA-commands
  2254. tezos-client-007-PsDELPH1 < "14.0"
  2255. tezos-client-007-PsDELPH1-commands
  2256. tezos-client-007-PsDELPH1-commands-registration
  2257. tezos-client-008-PtEdo2Zk < "14.0"
  2258. tezos-client-008-PtEdo2Zk-commands
  2259. tezos-client-008-PtEdo2Zk-commands-registration
  2260. tezos-client-008-PtEdoTez
  2261. tezos-client-008-PtEdoTez-commands
  2262. tezos-client-008-PtEdoTez-commands-registration
  2263. tezos-client-009-PsFLoren < "14.0"
  2264. tezos-client-009-PsFLoren-commands
  2265. tezos-client-009-PsFLoren-commands-registration
  2266. tezos-client-010-PtGRANAD < "14.0"
  2267. tezos-client-010-PtGRANAD-commands
  2268. tezos-client-010-PtGRANAD-commands-registration
  2269. tezos-client-011-PtHangz2 < "14.0"
  2270. tezos-client-011-PtHangz2-commands
  2271. tezos-client-011-PtHangz2-commands-registration
  2272. tezos-client-012-Psithaca < "14.0"
  2273. tezos-client-012-Psithaca-commands
  2274. tezos-client-012-Psithaca-commands-registration
  2275. tezos-client-013-PtJakart < "14.0"
  2276. tezos-client-013-PtJakart-commands
  2277. tezos-client-013-PtJakart-commands-registration
  2278. tezos-client-alpha < "14.0"
  2279. tezos-client-alpha-commands
  2280. tezos-client-alpha-commands-registration
  2281. tezos-client-base < "14.0"
  2282. tezos-client-base-unix < "14.0"
  2283. tezos-client-commands < "14.0"
  2284. tezos-client-demo-counter < "14.0"
  2285. tezos-client-genesis < "14.0"
  2286. tezos-client-genesis-carthagenet
  2287. tezos-client-sapling-008-PtEdo2Zk
  2288. tezos-client-sapling-008-PtEdoTez
  2289. tezos-client-sapling-009-PsFLoren
  2290. tezos-client-sapling-010-PtGRANAD
  2291. tezos-client-sapling-011-PtHangz2
  2292. tezos-client-sapling-012-Psithaca
  2293. tezos-client-sapling-013-PtJakart
  2294. tezos-client-sapling-alpha
  2295. tezos-codec < "14.0"
  2296. tezos-context < "14.0"
  2297. tezos-context-hash
  2298. tezos-context-hash-irmin
  2299. tezos-crypto < "14.0"
  2300. tezos-embedded-protocol-000-Ps9mPmXa < "14.0"
  2301. tezos-embedded-protocol-001-PtCJ7pwo < "14.0"
  2302. tezos-embedded-protocol-002-PsYLVpVv < "14.0"
  2303. tezos-embedded-protocol-003-PsddFKi3 < "14.0"
  2304. tezos-embedded-protocol-004-Pt24m4xi < "14.0"
  2305. tezos-embedded-protocol-005-PsBABY5H < "14.0"
  2306. tezos-embedded-protocol-005-PsBabyM1 < "14.0"
  2307. tezos-embedded-protocol-006-PsCARTHA < "14.0"
  2308. tezos-embedded-protocol-007-PsDELPH1 < "14.0"
  2309. tezos-embedded-protocol-008-PtEdo2Zk < "14.0"
  2310. tezos-embedded-protocol-008-PtEdoTez < "14.0"
  2311. tezos-embedded-protocol-009-PsFLoren < "14.0"
  2312. tezos-embedded-protocol-010-PtGRANAD < "14.0"
  2313. tezos-embedded-protocol-011-PtHangz2 < "14.0"
  2314. tezos-embedded-protocol-012-Psithaca < "14.0"
  2315. tezos-embedded-protocol-013-PtJakart < "14.0"
  2316. tezos-embedded-protocol-alpha < "14.0"
  2317. tezos-embedded-protocol-demo-counter < "14.0"
  2318. tezos-embedded-protocol-demo-noops < "14.0"
  2319. tezos-embedded-protocol-genesis < "14.0"
  2320. tezos-embedded-protocol-genesis-carthagenet
  2321. tezos-endorser-006-PsCARTHA
  2322. tezos-endorser-007-PsDELPH1
  2323. tezos-endorser-008-PtEdo2Zk
  2324. tezos-endorser-008-PtEdoTez
  2325. tezos-endorser-009-PsFLoren
  2326. tezos-endorser-010-PtGRANAD
  2327. tezos-endorser-011-PtHangz2
  2328. tezos-endorser-alpha
  2329. tezos-error-monad < "14.0"
  2330. tezos-event-logging < "14.0"
  2331. tezos-event-logging-test-helpers < "14.0"
  2332. tezos-hacl < "14.0"
  2333. tezos-hacl-glue
  2334. tezos-hacl-glue-unix
  2335. tezos-legacy-store
  2336. tezos-lmdb
  2337. tezos-lwt-result-stdlib < "14.0"
  2338. tezos-mempool-006-PsCARTHA
  2339. tezos-mempool-007-PsDELPH1
  2340. tezos-mempool-008-PtEdoTez
  2341. tezos-micheline < "14.0"
  2342. tezos-micheline-rewriting
  2343. tezos-mockup < "14.0"
  2344. tezos-mockup-commands < "14.0"
  2345. tezos-mockup-proxy < "14.0"
  2346. tezos-mockup-registration < "14.0"
  2347. tezos-node < "14.0"
  2348. tezos-openapi
  2349. tezos-p2p < "14.0"
  2350. tezos-p2p-services < "14.0"
  2351. tezos-plompiler
  2352. tezos-plonk
  2353. tezos-protocol-000-Ps9mPmXa < "14.0"
  2354. tezos-protocol-001-PtCJ7pwo < "14.0"
  2355. tezos-protocol-002-PsYLVpVv < "14.0"
  2356. tezos-protocol-003-PsddFKi3 < "14.0"
  2357. tezos-protocol-004-Pt24m4xi < "14.0"
  2358. tezos-protocol-005-PsBABY5H < "14.0"
  2359. tezos-protocol-005-PsBabyM1 < "14.0"
  2360. tezos-protocol-006-PsCARTHA < "14.0"
  2361. tezos-protocol-006-PsCARTHA-parameters
  2362. tezos-protocol-007-PsDELPH1 < "14.0"
  2363. tezos-protocol-007-PsDELPH1-parameters
  2364. tezos-protocol-008-PtEdo2Zk < "14.0"
  2365. tezos-protocol-008-PtEdo2Zk-parameters
  2366. tezos-protocol-008-PtEdoTez < "14.0"
  2367. tezos-protocol-008-PtEdoTez-parameters
  2368. tezos-protocol-009-PsFLoren < "14.0"
  2369. tezos-protocol-009-PsFLoren-parameters
  2370. tezos-protocol-010-PtGRANAD < "14.0"
  2371. tezos-protocol-010-PtGRANAD-parameters
  2372. tezos-protocol-011-PtHangz2 < "14.0"
  2373. tezos-protocol-011-PtHangz2-parameters
  2374. tezos-protocol-012-Psithaca < "14.0"
  2375. tezos-protocol-012-Psithaca-parameters
  2376. tezos-protocol-013-PtJakart < "14.0"
  2377. tezos-protocol-013-PtJakart-parameters
  2378. tezos-protocol-alpha < "14.0"
  2379. tezos-protocol-alpha-parameters
  2380. tezos-protocol-compiler < "14.0"
  2381. tezos-protocol-demo-counter < "14.0"
  2382. tezos-protocol-demo-noops < "14.0"
  2383. tezos-protocol-environment < "14.0"
  2384. tezos-protocol-environment-packer
  2385. tezos-protocol-environment-sigs
  2386. tezos-protocol-environment-structs
  2387. tezos-protocol-genesis < "14.0"
  2388. tezos-protocol-genesis-carthagenet
  2389. tezos-protocol-plugin-007-PsDELPH1 < "14.0"
  2390. tezos-protocol-plugin-007-PsDELPH1-registerer < "14.0"
  2391. tezos-protocol-plugin-008-PtEdo2Zk < "14.0"
  2392. tezos-protocol-plugin-008-PtEdo2Zk-registerer < "14.0"
  2393. tezos-protocol-plugin-009-PsFLoren < "14.0"
  2394. tezos-protocol-plugin-009-PsFLoren-registerer < "14.0"
  2395. tezos-protocol-plugin-010-PtGRANAD < "14.0"
  2396. tezos-protocol-plugin-010-PtGRANAD-registerer < "14.0"
  2397. tezos-protocol-plugin-011-PtHangz2 < "14.0"
  2398. tezos-protocol-plugin-011-PtHangz2-registerer < "14.0"
  2399. tezos-protocol-plugin-012-Psithaca < "14.0"
  2400. tezos-protocol-plugin-012-Psithaca-registerer < "14.0"
  2401. tezos-protocol-plugin-012-Psithaca-tests
  2402. tezos-protocol-plugin-013-PtJakart < "14.0"
  2403. tezos-protocol-plugin-013-PtJakart-registerer < "14.0"
  2404. tezos-protocol-plugin-013-PtJakart-tests
  2405. tezos-protocol-plugin-alpha < "14.0"
  2406. tezos-protocol-plugin-alpha-registerer < "14.0"
  2407. tezos-protocol-plugin-alpha-tests
  2408. tezos-protocol-updater < "14.0"
  2409. tezos-proxy < "14.0"
  2410. tezos-proxy-server < "14.0"
  2411. tezos-proxy-server-config < "14.0"
  2412. tezos-requester < "14.0"
  2413. tezos-rpc < "14.0"
  2414. tezos-rpc-http < "14.0"
  2415. tezos-rpc-http-client < "14.0"
  2416. tezos-rpc-http-client-unix < "14.0"
  2417. tezos-rpc-http-server < "14.0"
  2418. tezos-sapling < "14.0"
  2419. tezos-shell < "14.0"
  2420. tezos-shell-benchmarks
  2421. tezos-shell-context < "14.0"
  2422. tezos-shell-context-test
  2423. tezos-shell-services < "14.0"
  2424. tezos-shell-services-test-helpers < "14.0"
  2425. tezos-signer < "14.0"
  2426. tezos-signer-backends < "14.0"
  2427. tezos-signer-services < "14.0"
  2428. tezos-stdlib < "14.0"
  2429. tezos-stdlib-unix < "14.0"
  2430. tezos-storage
  2431. tezos-store < "14.0"
  2432. tezos-test-helpers < "14.0"
  2433. tezos-test-helpers-extra < "14.0"
  2434. tezos-test-services
  2435. tezos-tooling
  2436. tezos-validation < "14.0"
  2437. tezos-validator < "14.0"
  2438. tezos-version < "14.0"
  2439. tezos-workers < "14.0"
  2440. tezt < "3.0.0"
  2441. theora >= "0.4.0"
  2442. thread-local-storage
  2443. thrift >= "0.10.0"
  2444. tidy >= "5-0.2"
  2445. tidy_email
  2446. tidy_email_mailgun
  2447. tidy_email_sendgrid
  2448. tidy_email_smtp
  2449. tilde_f
  2450. time_now
  2451. timed >= "1.1"
  2452. timedesc
  2453. timedesc-json
  2454. timedesc-sexp
  2455. timedesc-tzdb
  2456. timedesc-tzlocal
  2457. timedesc-tzlocal-js
  2458. timere
  2459. timere-parse
  2460. timezone
  2461. tiny_httpd
  2462. tiny_httpd_camlzip
  2463. tip-parser >= "0.4"
  2464. tldr
  2465. tls >= "0.11.0" & < "0.15.4"
  2466. tls-async < "0.15.4"
  2467. tls-mirage < "0.15.4"
  2468. tofn
  2469. toml >= "5.0.0" & < "7.1.0"
  2470. toml-cconv
  2471. toml_cconv
  2472. toplevel_backend
  2473. toplevel_expect_test >= "v0.12.0"
  2474. topological_sort >= "v0.12.0"
  2475. torch
  2476. tqdm
  2477. trace
  2478. trace-fuchsia
  2479. trace-tef
  2480. tracing
  2481. tracy-client
  2482. transept
  2483. traverse
  2484. travesty < "0.7.2"
  2485. travis-opam >= "1.5.0"
  2486. trax >= "0.4.0"
  2487. tree_layout >= "0.2"
  2488. treeprint >= "2.3.0"
  2489. trie >= "1.0.0"
  2490. tsdl-image >= "0.3.0"
  2491. tsdl-mixer >= "0.3.0"
  2492. tsdl-ttf >= "0.3"
  2493. tsort
  2494. tube >= "4.4.0"
  2495. tuntap >= "1.7.0"
  2496. twostep
  2497. tyabt
  2498. typerep >= "v0.12.0"
  2499. typeset < "0.4"
  2500. tyre >= "0.5"
  2501. tyxml >= "4.3.0"
  2502. tyxml-jsx
  2503. tyxml-lwd
  2504. tyxml-ppx >= "4.3.0"
  2505. tyxml-syntax
  2506. u2f
  2507. ubase
  2508. ubpf
  2509. uecc >= "0.2"
  2510. uint >= "2.0.1"
  2511. ulid
  2512. um-abt
  2513. unidecode
  2514. unionFind
  2515. unisim_archisec < "0.0.1"
  2516. unison >= "2.51.4" & < "2.53.4"
  2517. universo
  2518. unix-errno >= "0.6.0"
  2519. unstrctrd
  2520. uri >= "2.2.0"
  2521. uri-bench
  2522. uri-re
  2523. uri-sexp
  2524. uring < "0.4"
  2525. uritemplate
  2526. user-agent-parser
  2527. username_kernel
  2528. uspf
  2529. uspf-lwt
  2530. uspf-unix
  2531. utop >= "2.3.0"
  2532. uuuu >= "0.1.1"
  2533. validator
  2534. variantslib >= "v0.12.0"
  2535. varray
  2536. vcaml
  2537. vcardgen >= "1.2"
  2538. vchan >= "4.0.0"
  2539. vchan-unix >= "4.0.0"
  2540. vchan-xen >= "4.0.0"
  2541. vec
  2542. vector
  2543. vector3 >= "1.0.0"
  2544. vercel
  2545. vhd-format >= "0.12.0"
  2546. vhd-format-lwt >= "0.12.0"
  2547. virtual_dom >= "v0.12.0"
  2548. visitors >= "20200207"
  2549. vlq >= "0.2.1"
  2550. vmnet >= "1.3.2"
  2551. vocal
  2552. voqc
  2553. vorbis >= "0.8.0"
  2554. vpt >= "5.0.0"
  2555. vue-jsoo
  2556. wall >= "0.4"
  2557. wasmer
  2558. wasmtime
  2559. wayland
  2560. waylaunch
  2561. webauthn
  2562. weberizer >= "0.8"
  2563. webmachine >= "0.6.2"
  2564. websocket >= "2.12"
  2565. websocket-async >= "2.12"
  2566. websocket-lwt >= "2.12"
  2567. websocket-lwt-unix
  2568. websocketaf
  2569. webtest >= "2.0.0"
  2570. webtest-js
  2571. wikitext
  2572. win-error >= "1.0"
  2573. win-eventlog >= "0.3"
  2574. winsvc
  2575. ws
  2576. ws-server
  2577. wseg
  2578. wtf8 >= "1.0.2"
  2579. wtr
  2580. wtr-ppx
  2581. wu-manber-fuzzy-search
  2582. x509 >= "0.6.3"
  2583. xapi-backtrace >= "0.7"
  2584. xapi-inventory >= "1.2.1"
  2585. xapi-rrd >= "1.8.2"
  2586. xapi-stdext-date
  2587. xapi-stdext-encodings
  2588. xapi-stdext-pervasives
  2589. xapi-stdext-std
  2590. xapi-stdext-threads
  2591. xapi-stdext-unix
  2592. xapi-stdext-zerocheck
  2593. xdg-basedir
  2594. xen-evtchn >= "2.1.0"
  2595. xen-evtchn-unix >= "2.1.0"
  2596. xen-gnt >= "3.1.0"
  2597. xen-gnt-unix >= "3.1.0"
  2598. xenstore >= "2.1.0"
  2599. xenstore_transport >= "1.1.0"
  2600. xmelly
  2601. xml-light >= "2.5"
  2602. xmldiff >= "0.7.0"
  2603. xmldiff_js
  2604. xmlplaylist >= "0.1.5"
  2605. xoshiro
  2606. xtmpl >= "0.19.0"
  2607. xtmpl_js
  2608. xtmpl_ppx
  2609. yaml >= "1.0.0"
  2610. yaml-sexp
  2611. yara >= "0.2"
  2612. yocaml
  2613. yocaml_cmark
  2614. yocaml_git
  2615. yocaml_jingoo
  2616. yocaml_markdown
  2617. yocaml_mustache
  2618. yocaml_syndication
  2619. yocaml_unix
  2620. yocaml_yaml
  2621. yojson >= "1.5.0"
  2622. yojson-bench
  2623. yurt >= "0.6"
  2624. yuscii >= "0.2.1"
  2625. yuujinchou
  2626. zarith-ppx
  2627. zarith_stubs_js
  2628. zed >= "2.0" & < "3.2.0"
  2629. zeit
  2630. zelus
  2631. zelus-gtk
  2632. zipperposition >= "1.5.1"
  2633. zipperposition-tools
  2634. zlib >= "0.6"
  2635. zlist >= "0.4.0"
  2636. zmq >= "5.1.0"
  2637. zmq-async >= "5.1.0"
  2638. zmq-eio
  2639. zmq-lwt >= "5.1.0"
  2640. zstandard >= "v0.12.1"
  2641. zstd = "0.3"
  2642. 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.