package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.9.0.tbz
sha256=bb217cfb17e893a0b1eb002ac83c14f96adc9d0703cb51ff34ed3ef5a639a41e
sha512=fcd8bc3ea7e9a14e6787a3b0384a488e45fa51e164a175ad1b147bebb3fbcccfd8f321b9b6a7665ac3dafeb18a2a6f8626d182af3b1796691f6ed79c166a5f44

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: 01 Jul 2021

README

Dune - A composable build system

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

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

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

The example directory contains examples of projects using dune.

Overview

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

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

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

Strengths

Composable

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

This make simultaneous development on multiple packages trivial.

Gracefully handles multi-package repositories

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

The magic invocation is:

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

Building against several configurations at once

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

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

This feature requires opam.

Requirements

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

Installation

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

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

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

Migration from jbuilder

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

Status

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

Dependencies (5)

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

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. 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.11.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-cil >= "1.8.0"
  805. google-drive-ocamlfuse >= "0.6.26"
  806. gopcaml-mode >= "0.0.2"
  807. gopcaml-mode-merlin
  808. gospel < "0.2.0"
  809. gotd
  810. gperftools >= "0.4"
  811. gpiod
  812. gpr >= "1.4.0"
  813. gr
  814. graphics >= "5.0.0"
  815. graphql >= "0.8.0"
  816. graphql-async >= "0.8.0"
  817. graphql-cohttp >= "0.9.0"
  818. graphql-lwt >= "0.8.0"
  819. graphql_parser >= "0.9.0"
  820. graphql_ppx >= "0.7.1"
  821. graphv
  822. graphv_core
  823. graphv_core_lib
  824. graphv_font
  825. graphv_font_js
  826. graphv_font_stb_truetype
  827. graphv_gles2
  828. graphv_gles2_native
  829. graphv_gles2_native_impl
  830. graphv_webgl
  831. graphv_webgl_impl
  832. gremlin
  833. grenier >= "0.8" & < "0.15"
  834. grid
  835. grpc < "0.2.0"
  836. grpc-async < "0.2.0"
  837. grpc-lwt < "0.2.0"
  838. gsl >= "1.24.0"
  839. gstreamer >= "0.3.1"
  840. guardian
  841. guile
  842. h1_parser
  843. h2
  844. h2-async
  845. h2-eio
  846. h2-lwt
  847. h2-lwt-unix
  848. h2-mirage
  849. hack_parallel >= "1.0.0"
  850. hacl >= "0.3"
  851. hacl-star
  852. hacl-star-raw >= "0.5.0"
  853. hacl_x25519
  854. happy-eyeballs
  855. happy-eyeballs-lwt
  856. happy-eyeballs-mirage
  857. hardcaml >= "v0.12.0"
  858. hardcaml_axi
  859. hardcaml_c
  860. hardcaml_circuits
  861. hardcaml_fixed_point
  862. hardcaml_handshake
  863. hardcaml_of_verilog
  864. hardcaml_step_testbench
  865. hardcaml_verify
  866. hardcaml_verilator
  867. hardcaml_waveterm
  868. hardcaml_xilinx
  869. hardcaml_xilinx_components
  870. hardcaml_xilinx_reports
  871. hashcons >= "1.4.0"
  872. hashids >= "1.0.1"
  873. haxe >= "4.1.1"
  874. hc < "0.2"
  875. hdf5 >= "0.1.5"
  876. headache >= "1.04" & < "1.07"
  877. header-check
  878. herdtools7 >= "7.55"
  879. hex >= "1.3.0"
  880. hex_encode
  881. hexstring
  882. hg_lib
  883. hidapi >= "1.1"
  884. hidapi-lwt
  885. higher_kinded
  886. higlo >= "0.8"
  887. hilite
  888. hkdf >= "1.0.3"
  889. hl_yaml
  890. hockmd
  891. horned_worm >= "0.3.4"
  892. hpack
  893. htmlfromtexbooks
  894. hts_shrink >= "2.0.0"
  895. http < "6.0.0~alpha1"
  896. http-cookie < "4.3.0"
  897. http-lwt-client
  898. http-mirage-client
  899. http-multipart-formdata
  900. http_async
  901. httpaf >= "0.6.0"
  902. httpaf-async >= "0.6.0"
  903. httpaf-lwt-unix
  904. httpaf_caged
  905. httph
  906. huffman
  907. hvsock >= "2.0.0"
  908. hxd
  909. hyper
  910. ISO3166
  911. ISO8601 >= "0.2.6"
  912. i3ipc >= "0.1.4"
  913. icalendar
  914. idd
  915. idds
  916. imagelib >= "20200929"
  917. incr_dom >= "v0.12.0"
  918. incr_dom_interactive
  919. incr_dom_keyboard
  920. incr_dom_partial_render
  921. incr_dom_sexp_form
  922. incr_dom_widgets >= "v0.12.0"
  923. incr_map >= "v0.12.0"
  924. incr_select >= "v0.12.0"
  925. incremental >= "v0.12.0"
  926. indentation_buffer
  927. index
  928. index-bench
  929. inferno >= "20190924"
  930. influxdb
  931. influxdb-async
  932. influxdb-lwt
  933. inotify >= "2.4"
  934. inquire
  935. int_repr
  936. integers >= "0.3.0"
  937. integers_stubs_js
  938. integration1d >= "0.5.1"
  939. interface-prime
  940. interface-prime-lwt
  941. interval >= "1.5" & < "1.6"
  942. interval-map
  943. interval_base
  944. interval_crlibm
  945. interval_intel
  946. io-page >= "2.1.0"
  947. io-page-unix >= "2.1.0"
  948. io-page-xen >= "2.1.0"
  949. iostream
  950. iostream-camlzip
  951. ipaddr >= "2.9.0"
  952. ipaddr-cstruct
  953. ipaddr-sexp
  954. irc-client >= "0.6.2"
  955. irc-client-lwt >= "0.6.2"
  956. irc-client-lwt-ssl
  957. irc-client-tls >= "0.6.2"
  958. irc-client-unix >= "0.6.2"
  959. iri >= "0.6.0"
  960. irmin >= "2.0.0"
  961. irmin-bench
  962. irmin-chunk >= "2.0.0"
  963. irmin-cli
  964. irmin-client
  965. irmin-containers
  966. irmin-fs >= "2.0.0"
  967. irmin-git >= "2.0.0"
  968. irmin-graphql
  969. irmin-http >= "2.0.0"
  970. irmin-indexeddb >= "2.0"
  971. irmin-layers
  972. irmin-mem >= "2.0.0"
  973. irmin-mirage >= "2.0.0"
  974. irmin-mirage-git
  975. irmin-mirage-graphql
  976. irmin-pack
  977. irmin-pack-tools
  978. irmin-server
  979. irmin-test
  980. irmin-tezos
  981. irmin-tezos-utils
  982. irmin-unix >= "2.0.0"
  983. irmin-watcher >= "0.5.0"
  984. iso639
  985. iter
  986. itv-tree >= "2.2"
  987. JsOfOCairo >= "2.0.0"
  988. jane-street-headers >= "v0.12.0"
  989. jane_rope
  990. janestreet_cpuid
  991. janestreet_csv
  992. janestreet_lru_cache
  993. jekyll-format >= "0.2.0"
  994. jemalloc >= "0.2"
  995. jerboa
  996. jhupllib >= "0.2.1"
  997. jingoo >= "1.3.0"
  998. jose
  999. js_of_ocaml >= "3.3.0" & < "4.1.0"
  1000. js_of_ocaml-compiler >= "3.3.0" & < "4.1.0"
  1001. js_of_ocaml-lwt >= "3.3.0" & < "4.1.0"
  1002. js_of_ocaml-ocamlbuild >= "3.5.0"
  1003. js_of_ocaml-ppx >= "3.3.0" & < "4.1.0"
  1004. js_of_ocaml-ppx_deriving_json >= "3.3.0" & < "4.1.0"
  1005. js_of_ocaml-toplevel >= "3.3.0" & < "4.1.0"
  1006. js_of_ocaml-tyxml >= "3.3.0" & < "4.1.0"
  1007. js_of_ocaml-webgpu
  1008. js_of_ocaml-webidl
  1009. js_of_ocaml_patches
  1010. json-data-encoding < "1.0.0"
  1011. json-data-encoding-browser < "1.0.0"
  1012. json-data-encoding-bson < "1.0.0"
  1013. json_decoder
  1014. jsonaf
  1015. jsonoo
  1016. jsonrpc < "1.12.3"
  1017. jsonxt
  1018. jsoo-react
  1019. jsoo_broadcastchannel >= "2.0.0"
  1020. jsoo_storage >= "1.0.1"
  1021. jst-config
  1022. junit >= "2.0.1"
  1023. junit_alcotest >= "2.0.1"
  1024. junit_ounit >= "2.0.1"
  1025. jupyter >= "2.3.2"
  1026. jupyter-archimedes >= "2.3.2"
  1027. jupyter-kernel >= "0.4"
  1028. jwto
  1029. kafka >= "0.5"
  1030. kafka_async
  1031. kafka_lwt
  1032. kappa-agents
  1033. kappa-binaries
  1034. kappa-library
  1035. kappa-server
  1036. kcas < "0.1.6"
  1037. ke
  1038. key-parsers >= "0.10.0"
  1039. kicadsch >= "0.4.0"
  1040. kind2
  1041. kinetic-client >= "0.0.11"
  1042. kittyimg
  1043. kqueue
  1044. krb
  1045. lab < "0.1.8"
  1046. lablgtk3 >= "3.0.beta4"
  1047. lablgtk3-extras >= "3.0.1"
  1048. lablgtk3-goocanvas2
  1049. lablgtk3-gtkspell3
  1050. lablgtk3-rsvg2
  1051. lablgtk3-sourceview3
  1052. lablqml >= "0.6"
  1053. labrys
  1054. lacaml >= "11.0.2"
  1055. ladspa >= "0.2.0"
  1056. lambda
  1057. lambda-runtime
  1058. lambda-term >= "2.0" & < "3.3.0"
  1059. lambda_streams
  1060. lambda_streams_async
  1061. lambda_streams_lwt
  1062. lambdapi >= "2.0.0" & < "2.3.1"
  1063. lambdasoup >= "0.6.4"
  1064. lame >= "0.3.4"
  1065. landmarks >= "1.4"
  1066. landmarks-ppx
  1067. lascar >= "0.6-alpha"
  1068. lastfm = "0.3.3"
  1069. launchd >= "1.3"
  1070. lazy-trie >= "1.2.0"
  1071. lbfgs >= "0.9.1"
  1072. lbvs_consent >= "2.1.0"
  1073. ldap >= "2.4.1"
  1074. ldp
  1075. ldp_curl
  1076. ldp_js
  1077. ldp_tls
  1078. leaflet
  1079. learn-ocaml
  1080. learn-ocaml-client
  1081. ledgerwallet
  1082. ledgerwallet-tezos
  1083. lens >= "1.2.3"
  1084. let-if >= "0.2.0"
  1085. letsencrypt
  1086. letsencrypt-app
  1087. letsencrypt-dns
  1088. letsencrypt-mirage
  1089. letters
  1090. leveldb >= "1.3.0"
  1091. libabsolute
  1092. libirmin
  1093. libsvm >= "0.10.0"
  1094. libzipperposition
  1095. lilac
  1096. lilv
  1097. line-up-words >= "v0.12.0"
  1098. line_oriented
  1099. linenoise >= "1.2.0"
  1100. links >= "0.9"
  1101. links-mysql
  1102. links-postgresql >= "0.9"
  1103. links-sqlite3
  1104. linol
  1105. linol-lwt
  1106. lintcstubs-arity < "0.2.0" | >= "0.4.1"
  1107. linwrap
  1108. liquid_interpreter
  1109. liquid_ml
  1110. liquid_parser
  1111. liquid_std
  1112. liquid_syntax
  1113. little_logger
  1114. llama-cpp-ocaml
  1115. llvm >= "15.0.7+nnp-2"
  1116. lmdb >= "1.0"
  1117. lo >= "0.2.0"
  1118. loga >= "0.0.5"
  1119. logical
  1120. logs-async < "1.3"
  1121. logs-async-reporter < "1.3"
  1122. logs-ppx
  1123. logs-syslog >= "0.2.0"
  1124. logtk >= "1.5.1"
  1125. lp
  1126. lp-glpk
  1127. lp-glpk-js
  1128. lp-gurobi
  1129. lpd >= "1.2.2"
  1130. lru >= "0.3.0"
  1131. lru_cache
  1132. lsp < "1.12.3"
  1133. lt-code
  1134. lua-ml >= "0.9.3"
  1135. lua_parser
  1136. lun
  1137. lustre-v6 >= "6.103.3"
  1138. lutils >= "1.51.2"
  1139. lutin >= "2.71.10"
  1140. luv
  1141. luv_unix
  1142. lwd
  1143. lwt >= "4.2.0"
  1144. lwt-canceler
  1145. lwt-dllist
  1146. lwt-exit
  1147. lwt-parallel >= "1.0.0"
  1148. lwt-pipe
  1149. lwt-pipeline >= "0.2"
  1150. lwt-watcher
  1151. lwt_domain
  1152. lwt_eio < "0.4"
  1153. lwt_glib >= "1.1.1"
  1154. lwt_log >= "1.1.1"
  1155. lwt_ppx >= "1.2.2"
  1156. lwt_ppx_let
  1157. lwt_react >= "1.1.2"
  1158. lwt_ssl >= "1.1.3"
  1159. lz4 >= "1.2.0"
  1160. lz4_chans
  1161. macaddr
  1162. macaddr-cstruct
  1163. macaddr-sexp
  1164. mad >= "0.5.0"
  1165. magic-mime >= "1.1.2"
  1166. magic-trace
  1167. make-random
  1168. malfunction >= "0.3" & < "0.5"
  1169. man_in_the_middle_debugger
  1170. markdown
  1171. markup >= "0.8.0"
  1172. markup-lwt
  1173. mastodon-archive-viewer >= "0.2" & < "0.4.0"
  1174. matplotlib
  1175. mc2
  1176. mccs >= "1.1+10"
  1177. md2mld < "0.7.0"
  1178. mdx != "1.7.0" & < "2.2.0"
  1179. mec
  1180. mechaml >= "1.1.0"
  1181. mehari-eio < "0.2"
  1182. mehari-eio-unix
  1183. mehari-lwt-unix < "0.2"
  1184. mehari-mirage < "0.2"
  1185. mem_usage
  1186. memcad >= "1.1.0"
  1187. memgraph
  1188. memgraph_kitty
  1189. memo
  1190. memprof-limits
  1191. memtrace
  1192. memtrace-mirage
  1193. memtrace_viewer
  1194. menhir >= "20200123"
  1195. menhirCST
  1196. menhirLib
  1197. menhirSdk
  1198. merge-fmt
  1199. merlin >= "3.2.1"
  1200. merlin-extend >= "0.4"
  1201. merlin-lib
  1202. mesh >= "0.9.5"
  1203. mesh-easymesh >= "0.9.5"
  1204. mesh-graphics >= "0.9.5"
  1205. mesh-triangle >= "0.9.5"
  1206. metadb
  1207. metapp
  1208. metaquot
  1209. metrics
  1210. metrics-influx
  1211. metrics-lwt
  1212. metrics-mirage
  1213. metrics-rusage
  1214. metrics-unix
  1215. mew
  1216. mew_vi
  1217. mimic
  1218. mimic-happy-eyeballs
  1219. mindstorm >= "0.8"
  1220. mindstorm-lwt
  1221. minicaml
  1222. minicli >= "5.0.2"
  1223. minisat >= "0.3"
  1224. miou
  1225. mirage >= "3.3.0" & < "4.2.1" | >= "4.5.0"
  1226. mirage-block >= "1.2.0"
  1227. mirage-block-ccm >= "1.1.0"
  1228. mirage-block-combinators
  1229. mirage-block-lwt >= "1.2.0"
  1230. mirage-block-ramdisk >= "0.4"
  1231. mirage-block-solo5 >= "0.6.0"
  1232. mirage-block-unix >= "2.11.0"
  1233. mirage-block-xen >= "1.6.0"
  1234. mirage-bootvar-solo5 >= "0.6.0"
  1235. mirage-bootvar-unix
  1236. mirage-bootvar-xen >= "0.6.0"
  1237. mirage-channel >= "3.2.0"
  1238. mirage-channel-lwt >= "3.2.0"
  1239. mirage-clock >= "2.0.0"
  1240. mirage-clock-freestanding >= "2.0.0"
  1241. mirage-clock-lwt >= "2.0.0"
  1242. mirage-clock-solo5
  1243. mirage-clock-unix >= "2.0.0"
  1244. mirage-conduit = "1.3.0" | >= "3.1.0"
  1245. mirage-console >= "2.4.0"
  1246. mirage-console-lwt >= "2.4.0"
  1247. mirage-console-solo5 >= "0.6.0"
  1248. mirage-console-unix >= "2.4.1"
  1249. mirage-console-xen >= "2.4.0"
  1250. mirage-console-xen-backend >= "2.4.0"
  1251. mirage-console-xen-proto >= "2.4.0"
  1252. mirage-crypto
  1253. mirage-crypto-ec
  1254. mirage-crypto-entropy
  1255. mirage-crypto-pk
  1256. mirage-crypto-rng
  1257. mirage-crypto-rng-async
  1258. mirage-crypto-rng-eio >= "0.11.0"
  1259. mirage-crypto-rng-lwt
  1260. mirage-crypto-rng-mirage
  1261. mirage-device >= "1.2.0"
  1262. mirage-dns >= "3.1.0"
  1263. mirage-entropy >= "0.5.1"
  1264. mirage-flow >= "1.6.0"
  1265. mirage-flow-combinators
  1266. mirage-flow-lwt >= "1.6.0"
  1267. mirage-flow-rawlink >= "1.1.0"
  1268. mirage-flow-unix >= "1.6.0"
  1269. mirage-fs >= "1.2.0"
  1270. mirage-fs-lwt >= "1.2.0"
  1271. mirage-fs-mem
  1272. mirage-fs-unix >= "1.6.0"
  1273. mirage-kv >= "2.0.0"
  1274. mirage-kv-lwt >= "2.0.0"
  1275. mirage-kv-mem
  1276. mirage-kv-unix < "3.0.0"
  1277. mirage-logs >= "1.0.0" & < "2.0.0"
  1278. mirage-monitoring
  1279. mirage-nat >= "1.1.0"
  1280. mirage-net >= "2.0.0"
  1281. mirage-net-lwt >= "2.0.0"
  1282. mirage-net-macosx >= "1.5.0"
  1283. mirage-net-solo5 >= "0.4.3"
  1284. mirage-net-unix >= "2.5.0"
  1285. mirage-net-xen >= "1.9.0"
  1286. mirage-profile >= "0.9.0"
  1287. mirage-profile-unix >= "0.9.0"
  1288. mirage-profile-xen >= "0.9.0"
  1289. mirage-protocols >= "2.0.0"
  1290. mirage-protocols-lwt >= "2.0.0"
  1291. mirage-qubes >= "0.7.0"
  1292. mirage-qubes-ipv4 >= "0.7.0"
  1293. mirage-random >= "1.2.0"
  1294. mirage-random-stdlib
  1295. mirage-random-test
  1296. mirage-runtime >= "3.3.0"
  1297. mirage-solo5 >= "0.6.2"
  1298. mirage-stack >= "1.4.0"
  1299. mirage-stack-lwt >= "1.4.0"
  1300. mirage-time >= "1.3.0"
  1301. mirage-time-lwt >= "1.3.0"
  1302. mirage-time-unix >= "1.3.0"
  1303. mirage-types >= "3.3.0"
  1304. mirage-types-lwt >= "3.3.0"
  1305. mirage-unix >= "3.2.0"
  1306. mirage-vnetif >= "0.4.2"
  1307. mirage-vnetif-stack
  1308. mirage-xen >= "3.2.0"
  1309. mkaudio >= "1.1.0"
  1310. mkocaml
  1311. mlbdd >= "0.7.2"
  1312. mlfenv
  1313. mlmpfr >= "4.0.2+dune"
  1314. mlpost >= "0.9"
  1315. mlpost-lablgtk
  1316. mlt_parser >= "v0.12.0"
  1317. mm >= "0.7.0" & < "0.8.2"
  1318. mmap
  1319. mmdb
  1320. mock >= "0.1.1"
  1321. mock-ounit >= "0.1.1"
  1322. module-graph
  1323. molenc
  1324. monaco_jsoo
  1325. monolith
  1326. monomorphic >= "2.0"
  1327. monorobot
  1328. morbig >= "0.10.3"
  1329. morsmall
  1330. moss >= "0.1.1"
  1331. mparser >= "1.3"
  1332. mparser-pcre
  1333. mparser-re
  1334. mperf
  1335. mpg123
  1336. mpp >= "0.3.4"
  1337. mpris >= "0.2.0"
  1338. mpris-clients
  1339. mrmime
  1340. mrt-format >= "0.3.1"
  1341. msat >= "0.8"
  1342. msat-bin
  1343. msgpck >= "1.5"
  1344. msgpck-repr
  1345. mssql
  1346. mugen
  1347. mula
  1348. multibase
  1349. multicodec
  1350. multihash
  1351. multihash-digestif
  1352. multipart-form-data >= "0.3.0"
  1353. multipart_form
  1354. multipart_form-cohttp-lwt
  1355. multipart_form-eio
  1356. multipart_form-lwt
  1357. murmur3 >= "0.3"
  1358. mustache >= "3.1.0"
  1359. mustache-cli
  1360. mutf8
  1361. mwt
  1362. mysql8
  1363. mysql_protocol >= "3.0.1"
  1364. n_ary
  1365. naboris
  1366. nacc
  1367. nanoid
  1368. nanosvg
  1369. nanosvg_text
  1370. nbd >= "4.0.3"
  1371. nbd-tool
  1372. nbd-unix
  1373. netchannel >= "1.9.0"
  1374. netkat
  1375. netlink >= "0.3.4"
  1376. netsnmp
  1377. nice_parser
  1378. ninja_utils
  1379. nlopt
  1380. nmea
  1381. noCanren >= "0.3.0~alpha1"
  1382. nocoiner
  1383. node_of_ocaml
  1384. noise
  1385. non_empty_list
  1386. nottui
  1387. nottui-lwt
  1388. nottui-pretty
  1389. notty >= "0.2.3"
  1390. notty_async >= "v0.12.0"
  1391. np
  1392. npy >= "0.0.9"
  1393. nsq >= "0.4.0"
  1394. numeric_string
  1395. nuscr
  1396. OCanren < "0.3.0"
  1397. OCanren-ppx
  1398. obeam
  1399. obelisk >= "0.5.0"
  1400. obuilder < "0.5"
  1401. obuilder-spec < "0.5"
  1402. obus >= "1.2.0"
  1403. ocal >= "0.2.2"
  1404. ocaml-canvas
  1405. ocaml-compiler-libs >= "v0.12.0"
  1406. ocaml-embed-file
  1407. ocaml-in-python
  1408. ocaml-lsp-server < "1.12.3"
  1409. ocaml-lua >= "1.8"
  1410. ocaml-migrate-parsetree >= "1.2.0"
  1411. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1412. ocaml-monadic >= "0.4.1"
  1413. ocaml-print-intf
  1414. ocaml-probes
  1415. ocaml-protoc >= "2.0.1"
  1416. ocaml-protoc-plugin < "4.3.1"
  1417. ocaml-r >= "0.1.1"
  1418. ocaml-syntax-shims
  1419. ocaml-systemd >= "1.3"
  1420. ocaml-top >= "1.2.0"
  1421. ocaml-vdom < "transition"
  1422. ocaml-version >= "1.0.0" & < "3.6.0"
  1423. ocaml_db_model
  1424. ocaml_intrinsics
  1425. ocaml_pgsql_model
  1426. ocaml_plugin >= "v0.12.0"
  1427. ocamlapi
  1428. ocamlapi_async
  1429. ocamlapi_lwt_unix
  1430. ocamlapi_ppx
  1431. ocamlcodoc
  1432. ocamldiff >= "1.2"
  1433. ocamlformat >= "0.7"
  1434. ocamlformat-lib
  1435. ocamlformat-rpc < "removed"
  1436. ocamlformat-rpc-lib
  1437. ocamlfuse >= "2.7.1-cvs6" & < "2.7.1-cvs8"
  1438. ocamlgraph >= "2.0.0"
  1439. ocamlgraph_gtk
  1440. ocamline
  1441. ocamlog
  1442. ocb
  1443. ocf >= "0.8.0"
  1444. ocf_ppx
  1445. ockt
  1446. ocluster < "0.2"
  1447. ocluster-api < "0.2"
  1448. ocolor
  1449. ocp-browser >= "1.1.9"
  1450. ocp-indent >= "1.7.0"
  1451. ocp-indent-nlfork >= "1.5.4"
  1452. ocp-index >= "1.1.9"
  1453. ocp-search
  1454. ocp_reveal
  1455. ocplib-endian >= "1.1"
  1456. ocplib-json-typed >= "0.7"
  1457. ocplib-json-typed-browser
  1458. ocplib-json-typed-bson
  1459. ocplib-simplex >= "0.5"
  1460. ocplib_stuff != "0.3.0"
  1461. ocsigen-i18n >= "4.0.0"
  1462. ocsigen-ppx-rpc
  1463. ocsigenserver >= "4.0.1"
  1464. ocsipersist
  1465. ocsipersist-dbm
  1466. ocsipersist-lib
  1467. ocsipersist-pgsql
  1468. ocsipersist-sqlite
  1469. octavius >= "1.2.2"
  1470. odash
  1471. odate >= "0.6"
  1472. odep < "0.2.0"
  1473. odepack >= "0.6.9"
  1474. odnnr
  1475. odoc >= "1.4.0" & < "2.0.0"
  1476. odoc-parser < "2.3.0"
  1477. of_json
  1478. offheap
  1479. ogg = "0.6.0" | >= "0.7.0"
  1480. ohex
  1481. oidc
  1482. ojs
  1483. ojs_base
  1484. ojs_base_all
  1485. ojs_base_ppx
  1486. ojs_ed
  1487. ojs_filetree
  1488. ojs_list
  1489. olinq >= "0.3"
  1490. omd >= "1.3.2"
  1491. omg
  1492. omigrate < "0.3.1"
  1493. omlr
  1494. oniguruma
  1495. opam-0install
  1496. opam-0install-cudf
  1497. opam-bin >= "1.0.0"
  1498. opam-build
  1499. opam-client >= "2.0.2"
  1500. opam-compiler
  1501. opam-core >= "2.0.2"
  1502. opam-custom-install
  1503. opam-devel >= "2.0.2"
  1504. opam-dune-lint < "0.3"
  1505. opam-ed >= "0.4"
  1506. opam-file-format >= "2.1.0" & < "2.1.5"
  1507. opam-format >= "2.0.2"
  1508. opam-graph
  1509. opam-grep >= "0.2.0"
  1510. opam-installer >= "2.0.2"
  1511. opam-monorepo < "0.3.1"
  1512. opam-package-upgrade >= "0.2"
  1513. opam-publish >= "2.0.2"
  1514. opam-repository >= "2.0.2"
  1515. opam-solver >= "2.0.2"
  1516. opam-spin
  1517. opam-state >= "2.0.2"
  1518. opam-test
  1519. opam2web >= "2.0"
  1520. opam_bin_lib != "0.9.5"
  1521. opasswd >= "1.3.1"
  1522. opazl
  1523. openai-gym
  1524. openapi
  1525. openapi_router
  1526. opencc0
  1527. opencc1
  1528. opencc1_1
  1529. openQASM
  1530. opentelemetry
  1531. opentelemetry-client-cohttp-lwt
  1532. opentelemetry-client-ocurl
  1533. opentelemetry-cohttp-lwt
  1534. opentelemetry-lwt
  1535. opium >= "0.17.0"
  1536. opium-graphql
  1537. opium-testing
  1538. opium_kernel >= "0.17.0"
  1539. oplot
  1540. oplsr
  1541. opomodoro
  1542. opsian
  1543. optal
  1544. opti
  1545. optimization1d >= "0.6.1"
  1546. optiml-transport
  1547. optint >= "0.0.2"
  1548. opus >= "0.2.0"
  1549. oraft < "0.3.0"
  1550. oranger >= "2.0.1"
  1551. order-i3-xfce
  1552. ordinal_abbreviation
  1553. ordma >= "0.0.5"
  1554. orec >= "1.0.1"
  1555. orewa
  1556. orf
  1557. orgeat
  1558. orpie
  1559. orrandomForest
  1560. orsvm_e1071 >= "4.0.0"
  1561. orun
  1562. orxgboost >= "1.1.0"
  1563. osc >= "0.2.0"
  1564. osc-lwt
  1565. osc-unix
  1566. oseq >= "0.2"
  1567. osh
  1568. oskel
  1569. osnap
  1570. osx-secure-transport >= "0.1.1"
  1571. otf
  1572. otoggl
  1573. otoml
  1574. otr >= "0.3.6"
  1575. ounit = "2.1.2"
  1576. ounit-lwt < "2.2.0"
  1577. ounit2 < "2.2.7"
  1578. ounit2-lwt < "2.2.7"
  1579. override
  1580. owee >= "0.3"
  1581. owl >= "0.4.0"
  1582. owl-base >= "0.4.0"
  1583. owl-jupyter
  1584. owl-ode
  1585. owl-ode-base
  1586. owl-ode-odepack
  1587. owl-ode-sundials
  1588. owl-opt
  1589. owl-opt-lbfgs
  1590. owl-plplot
  1591. owl-symbolic
  1592. owl-top >= "0.4.0"
  1593. owl-zoo >= "0.4.0"
  1594. owork
  1595. ozulip
  1596. p4pp
  1597. p5scm
  1598. packstream
  1599. pacomb
  1600. paf
  1601. paf-cohttp
  1602. paf-le
  1603. pam
  1604. pandoc
  1605. pandoc-abbreviations
  1606. pandoc-comment
  1607. pandoc-crossref
  1608. pandoc-include
  1609. pandoc-inspect
  1610. pandoc-pdf2png
  1611. pandoc-replace
  1612. papi >= "0.1.1"
  1613. parany >= "7.0.2"
  1614. pardi
  1615. parmap >= "1.1.1"
  1616. parse-argv >= "0.2.0"
  1617. parsexp >= "v0.12.0"
  1618. parsexp_io >= "v0.12.0"
  1619. parsley
  1620. patch < "2.0.0"
  1621. patdiff >= "v0.12.1"
  1622. path_glob
  1623. patience_diff >= "v0.12.0"
  1624. patoline >= "0.2"
  1625. patricia-tree
  1626. pattern
  1627. pb
  1628. pb-plugin
  1629. pbkdf >= "1.0.0"
  1630. pbrt
  1631. pbrt_services
  1632. pbrt_yojson
  1633. pcap-format >= "0.5.2"
  1634. pcre >= "7.3.5"
  1635. pcre2
  1636. pds-reachability >= "0.2.2"
  1637. pecu >= "0.2"
  1638. petr4
  1639. pf-qubes
  1640. pg_query
  1641. pgocaml >= "4.0"
  1642. pgocaml_ppx
  1643. pgx >= "1.0" & < "2.2"
  1644. pgx_async >= "1.0" & < "2.2"
  1645. pgx_lwt >= "1.0" & < "2.2"
  1646. pgx_lwt_mirage < "2.2"
  1647. pgx_lwt_unix < "2.2"
  1648. pgx_unix >= "1.0" & < "2.2"
  1649. pgx_value_core < "2.2"
  1650. pgx_value_ptime < "2.2"
  1651. phantom-algebra >= "1.0.1"
  1652. phonetic
  1653. phylogenetics < "0.2.0"
  1654. piaf
  1655. picasso
  1656. piqi >= "0.7.8"
  1657. piqilib >= "0.6.16"
  1658. pixel_pusher
  1659. pkcs11 >= "0.18.0"
  1660. pkcs11-cli
  1661. pkcs11-driver
  1662. pkcs11-rev
  1663. pla >= "1.3"
  1664. plateau
  1665. plato
  1666. plebeia < "2.0.0"
  1667. plist-xml
  1668. plist-xml-lwt
  1669. plotkicadsch >= "0.4.0"
  1670. plplot >= "5.11.0-1"
  1671. polka
  1672. poll
  1673. polling_state_rpc
  1674. polly
  1675. polynomial
  1676. pomap >= "4.1.0"
  1677. popper
  1678. portaudio >= "0.2.2"
  1679. portaudio_c_bindings
  1680. portmidi
  1681. posix-base
  1682. posix-bindings
  1683. posix-getopt >= "2.0.0"
  1684. posix-signal
  1685. posix-socket
  1686. posix-socket-unix
  1687. posix-time2
  1688. posix-types >= "2.0.0"
  1689. posix-uname
  1690. posixat >= "v0.12.0"
  1691. postgres_async
  1692. postgresql >= "4.4.1"
  1693. pp
  1694. pp-binary-ints
  1695. pp_loc
  1696. pprint >= "20200226"
  1697. ppx-owl-opt
  1698. ppx_accessor
  1699. ppx_assert >= "v0.12.0"
  1700. ppx_bap
  1701. ppx_base >= "v0.12.0"
  1702. ppx_bench >= "v0.12.0"
  1703. ppx_bigarray >= "3.0.0"
  1704. ppx_bin_prot >= "v0.12.0"
  1705. ppx_bitstring >= "4.0.0"
  1706. ppx_blob >= "0.6.0"
  1707. ppx_bsx
  1708. ppx_camlrack
  1709. ppx_catch
  1710. ppx_cold
  1711. ppx_compare >= "v0.12.0"
  1712. ppx_compose >= "0.1.0"
  1713. ppx_const >= "2.0"
  1714. ppx_conv_func >= "v0.12.0"
  1715. ppx_counters
  1716. ppx_css
  1717. ppx_cstruct >= "3.3.0"
  1718. ppx_cstubs
  1719. ppx_csv_conv >= "v0.12.0"
  1720. ppx_custom_printf >= "v0.12.0"
  1721. ppx_decimal
  1722. ppx_defer >= "0.4.0"
  1723. ppx_demo
  1724. ppx_derive_at_runtime
  1725. ppx_derivers >= "1.2.1"
  1726. ppx_deriving >= "4.3"
  1727. ppx_deriving_cmdliner >= "0.5.1"
  1728. ppx_deriving_encoding
  1729. ppx_deriving_hardcaml >= "v0.12.0"
  1730. ppx_deriving_hash
  1731. ppx_deriving_jsoo
  1732. ppx_deriving_madcast >= "0.2"
  1733. ppx_deriving_popper
  1734. ppx_deriving_protobuf >= "2.7"
  1735. ppx_deriving_qcheck
  1736. ppx_deriving_rpc >= "6.1.0"
  1737. ppx_deriving_scad
  1738. ppx_deriving_yaml < "0.2.2"
  1739. ppx_deriving_yojson >= "3.3"
  1740. ppx_disable_unused_warnings
  1741. ppx_distr_guards >= "0.2"
  1742. ppx_enum
  1743. ppx_enumerate >= "v0.12.0"
  1744. ppx_expect >= "v0.12.0"
  1745. ppx_factory
  1746. ppx_fail >= "v0.12.0"
  1747. ppx_fast_pipe
  1748. ppx_fields_conv >= "v0.12.0"
  1749. ppx_fixed_literal
  1750. ppx_gen_rec >= "1.1.0"
  1751. ppx_getenv >= "2.0"
  1752. ppx_globalize
  1753. ppx_hash >= "v0.12.0"
  1754. ppx_here >= "v0.12.0"
  1755. ppx_ignore_instrumentation
  1756. ppx_import >= "1.5-3-gbd627d5"
  1757. ppx_inline_alcotest
  1758. ppx_inline_test >= "v0.12.0" & < "v0.16.1"
  1759. ppx_irmin
  1760. ppx_jane >= "v0.12.0"
  1761. ppx_js_style >= "v0.12.0"
  1762. ppx_jsobject_conv >= "0.6.0"
  1763. ppx_jsonaf_conv
  1764. ppx_let >= "v0.12.0"
  1765. ppx_log
  1766. ppx_make
  1767. ppx_map
  1768. ppx_matches
  1769. ppx_meta_conv >= "4.0.1"
  1770. ppx_module_timer
  1771. ppx_monad
  1772. ppx_monoid >= "0.3.2"
  1773. ppx_mysql
  1774. ppx_mysql_identity
  1775. ppx_open
  1776. ppx_optcomp >= "v0.12.0"
  1777. ppx_optional >= "v0.12.0"
  1778. ppx_parser
  1779. ppx_pattern_bind
  1780. ppx_pbt
  1781. ppx_pipebang >= "v0.12.0"
  1782. ppx_protocol_conv >= "3.1.0"
  1783. ppx_protocol_conv_json >= "3.1.0"
  1784. ppx_protocol_conv_jsonm
  1785. ppx_protocol_conv_msgpack >= "3.1.0"
  1786. ppx_protocol_conv_xml_light >= "3.1.0"
  1787. ppx_protocol_conv_xmlm
  1788. ppx_protocol_conv_yaml >= "3.1.0"
  1789. ppx_pyformat
  1790. ppx_python
  1791. ppx_rapper
  1792. ppx_rapper_async
  1793. ppx_rapper_lwt
  1794. ppx_regexp >= "0.4.0"
  1795. ppx_relit
  1796. ppx_repr
  1797. ppx_seq
  1798. ppx_sexp_conv >= "v0.12.0"
  1799. ppx_sexp_message >= "v0.12.0"
  1800. ppx_sexp_value >= "v0.12.0"
  1801. ppx_show
  1802. ppx_stable
  1803. ppx_stable_witness
  1804. ppx_string
  1805. ppx_string_interpolation
  1806. ppx_subliner
  1807. ppx_test >= "1.7.0"
  1808. ppx_there
  1809. ppx_tools >= "6.0+4.08.0"
  1810. ppx_tools_versioned >= "5.2.2"
  1811. ppx_trace
  1812. ppx_tydi
  1813. ppx_type_directed_value
  1814. ppx_typed_fields
  1815. ppx_typerep_conv >= "v0.12.0"
  1816. ppx_tyre
  1817. ppx_units
  1818. ppx_variants_conv >= "v0.12.0"
  1819. ppx_viewpattern
  1820. ppx_wideopen
  1821. ppx_xml_conv >= "v0.12.0"
  1822. ppx_yojson
  1823. ppx_yojson_conv
  1824. ppx_yojson_conv_lib
  1825. ppxfind >= "1.3"
  1826. ppxlib >= "0.4.0"
  1827. ppxx >= "2.4.0"
  1828. pratter
  1829. prbnmcn-basic-structures
  1830. prbnmcn-cgrph
  1831. prbnmcn-clustering
  1832. prbnmcn-dagger
  1833. prbnmcn-dagger-gsl
  1834. prbnmcn-dagger-stats
  1835. prbnmcn-dagger-test
  1836. prbnmcn-gnuplot
  1837. prbnmcn-linalg
  1838. prbnmcn-mcts
  1839. prbnmcn-proptest
  1840. prbnmcn-stats
  1841. prbnmcn-ucb1
  1842. prc
  1843. preface
  1844. prettym
  1845. printbox >= "0.2" & < "0.8"
  1846. printbox-html < "0.8"
  1847. printbox-text < "0.8"
  1848. proc-smaps
  1849. prof_spacetime >= "0.3.0"
  1850. profunctor
  1851. progress
  1852. prom
  1853. prometheus >= "0.6"
  1854. prometheus-app >= "0.6"
  1855. promise
  1856. promise_jsoo
  1857. promise_jsoo_lwt
  1858. protocell
  1859. protocol-9p >= "1.0.0"
  1860. protocol-9p-tool >= "1.0.0"
  1861. protocol-9p-unix >= "1.0.0"
  1862. protocol_version_header >= "v0.12.0"
  1863. prr
  1864. psmt2-frontend = "0.3.0" | >= "0.4.0"
  1865. psq >= "0.1.1"
  1866. ptmap >= "2.0.5"
  1867. ptset >= "1.0.1"
  1868. pulseaudio >= "0.1.4"
  1869. pure-splitmix >= "0.3"
  1870. py >= "1.1"
  1871. pyast
  1872. pyml >= "20210924"
  1873. pyml_bindgen < "0.3.0"
  1874. pyre-ast
  1875. pythonlib
  1876. qbf >= "0.3"
  1877. qcheck >= "0.9"
  1878. qcheck-alcotest
  1879. qcheck-core
  1880. qcheck-lin < "0.1.1"
  1881. qcheck-multicoretests-util < "0.1.1"
  1882. qcheck-ounit
  1883. qcheck-stm < "0.1.1"
  1884. qinap
  1885. qiskit < "0.44.0"
  1886. qmp >= "0.19.0"
  1887. qrencode >= "0.2"
  1888. qtest >= "2.10.1"
  1889. queenshead
  1890. quests
  1891. radamsa
  1892. radare2 >= "0.0.3"
  1893. randomconv >= "0.1.1"
  1894. randoml
  1895. range
  1896. rangeSet
  1897. rankers
  1898. rawlink >= "1.0" & < "2.1"
  1899. raygui
  1900. raylib
  1901. rdbg >= "1.196.12"
  1902. rdf >= "0.13.0"
  1903. rdf_impls
  1904. rdf_json_ld
  1905. rdf_lwt
  1906. rdf_mysql
  1907. rdf_postgresql
  1908. rdf_ppx
  1909. re >= "1.9.0"
  1910. re2 >= "v0.12.1"
  1911. re2_stable
  1912. re_parser
  1913. reactiveData >= "0.3.0"
  1914. reanalyze
  1915. reason >= "3.5.0"
  1916. reason-standard
  1917. received
  1918. record_builder >= "v0.12.0"
  1919. records >= "1.0.0"
  1920. reddit_api_async
  1921. reddit_api_kernel
  1922. redirect
  1923. redis >= "0.4"
  1924. redis-async
  1925. redis-lwt >= "0.4"
  1926. redis-sync >= "0.4"
  1927. reed-solomon-erasure >= "1.0.2"
  1928. reedsolomon >= "0.3"
  1929. refl
  1930. regenerate >= "0.2"
  1931. regex_parser_intf
  1932. relit_helper
  1933. remu_ts
  1934. reparse
  1935. reparse-lwt
  1936. reparse-lwt-unix
  1937. reparse-unix
  1938. repr
  1939. repr-bench
  1940. repr-fuzz
  1941. res >= "5.0.1"
  1942. res_tailwindcss
  1943. resource-pooling >= "1.1"
  1944. resource_cache >= "v0.12.0"
  1945. resp
  1946. resp-client
  1947. resp-mirage
  1948. resp-server >= "0.9"
  1949. resp-unix
  1950. resto
  1951. resto-acl
  1952. resto-cohttp
  1953. resto-cohttp-client
  1954. resto-cohttp-self-serving-client
  1955. resto-cohttp-server
  1956. resto-directory
  1957. resto-json
  1958. result >= "1.4"
  1959. rfc1951 >= "0.8.1" & != "1.0.0"
  1960. rfc6287 >= "1.0.4"
  1961. rfc7748
  1962. rfsm >= "1.6-alpha-3" & < "2.0"
  1963. rhythm
  1964. ringo
  1965. ringo-lwt
  1966. rock
  1967. roman
  1968. root1d >= "0.5.1"
  1969. rope >= "0.6.2"
  1970. rosetta >= "0.2.0"
  1971. routes
  1972. rpc >= "6.1.0"
  1973. rpc_parallel >= "v0.12.0"
  1974. rpclib >= "6.1.0"
  1975. rpclib-async >= "6.1.0"
  1976. rpclib-html
  1977. rpclib-js
  1978. rpclib-lwt >= "6.1.0"
  1979. rsdd
  1980. rss
  1981. rtop >= "3.5.0"
  1982. rungen
  1983. rusage
  1984. SZXX
  1985. safepass >= "3.1"
  1986. salsa20 >= "1.0.0"
  1987. salsa20-core >= "1.0.0"
  1988. samplerate >= "0.1.5"
  1989. sanddb = "0.2"
  1990. sarek >= "20210823"
  1991. satex
  1992. satyrographos
  1993. scad_ml
  1994. scaml < "1.5.0"
  1995. scfg
  1996. scgi
  1997. scipy
  1998. scrypt-kdf >= "1.0.0"
  1999. sd_logic
  2000. search < "0.1.1"
  2001. searchTree
  2002. secp256k1 >= "0.4.1"
  2003. secp256k1-internal
  2004. sedlex >= "2.0" & < "3.2"
  2005. sek
  2006. selective
  2007. semantic_version
  2008. semaphore-compat
  2009. semver >= "0.2.1"
  2010. semver2
  2011. sendmail
  2012. sendmail-lwt
  2013. sentry
  2014. seq >= "0.2" & < "base"
  2015. sequencer_table >= "v0.12.0"
  2016. serial
  2017. session >= "0.4.1"
  2018. session-cohttp >= "0.4.1"
  2019. session-cohttp-async >= "0.4.1"
  2020. session-cohttp-lwt >= "0.4.1"
  2021. session-cookie
  2022. session-cookie-async
  2023. session-cookie-lwt
  2024. session-postgresql >= "0.4.1"
  2025. session-postgresql-async >= "0.4.1"
  2026. session-postgresql-lwt >= "0.4.1"
  2027. session-redis-lwt >= "0.4.1"
  2028. session-webmachine >= "0.4.1"
  2029. setcore >= "1.0.2"
  2030. sexp
  2031. sexp_decode
  2032. sexp_diff
  2033. sexp_diff_kernel
  2034. sexp_grammar
  2035. sexp_macro
  2036. sexp_pretty >= "v0.12.0"
  2037. sexp_select
  2038. sexp_string_quickcheck
  2039. sexplib >= "v0.12.0"
  2040. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2041. sgf >= "1.0.1"
  2042. sha >= "1.13"
  2043. shapefile
  2044. shared-block-ring >= "3.0.0"
  2045. shared-memory-ring >= "3.1.0"
  2046. shared-memory-ring-lwt >= "3.1.0"
  2047. shared-secret >= "0.4"
  2048. shell
  2049. shexp >= "v0.12.0"
  2050. shine >= "0.2.2"
  2051. shuttle
  2052. shuttle_http < "0.11.0"
  2053. shuttle_ssl
  2054. sifun
  2055. sihl
  2056. sihl-cache
  2057. sihl-contract
  2058. sihl-core
  2059. sihl-email
  2060. sihl-facade
  2061. sihl-persistence
  2062. sihl-queue
  2063. sihl-session
  2064. sihl-storage
  2065. sihl-token
  2066. sihl-type
  2067. sihl-user
  2068. sihl-web
  2069. simple63
  2070. sklearn
  2071. slacko >= "0.14.1"
  2072. slug
  2073. smart-print >= "0.3.0"
  2074. smbc >= "0.5"
  2075. smol
  2076. smol-helpers
  2077. smtlib-utils
  2078. snappy >= "0.1.2"
  2079. snoke
  2080. so
  2081. solid
  2082. solid_server
  2083. solid_tools
  2084. solidity-alcotest
  2085. solidity-common
  2086. solidity-parser
  2087. solidity-test
  2088. solidity-typechecker
  2089. solo5-elftool
  2090. sortedseq_intersect
  2091. soundtouch >= "0.1.9"
  2092. soupault
  2093. spacetime_lib >= "0.3.0"
  2094. spawn < "v0.9.0" | >= "v0.13.0"
  2095. spdx_licenses
  2096. spectrum
  2097. speex >= "0.4.0"
  2098. spelll >= "0.3"
  2099. spin
  2100. splay_tree >= "v0.12.0"
  2101. splittable_random >= "v0.12.0"
  2102. spoc >= "20210823"
  2103. spoc_ppx
  2104. spoke
  2105. spotify-web-api >= "0.2.1"
  2106. spotlib >= "4.1.0"
  2107. sqlgg >= "20200521"
  2108. sqlite3 >= "4.4.1"
  2109. sqlite3_utils
  2110. srt
  2111. ssh-agent >= "0.2.0"
  2112. ssh-agent-unix
  2113. ssl >= "0.5.6"
  2114. stdcompat >= "19"
  2115. stdint >= "0.6.0" & < "0.7.2"
  2116. stdint-literals
  2117. stdio >= "v0.12.0"
  2118. stdlib-diff
  2119. stdlib-random
  2120. stdlib-shims
  2121. stitch
  2122. stk
  2123. stk_iconv
  2124. stog >= "0.20.0"
  2125. stog_all
  2126. stog_asy
  2127. stog_dot
  2128. stog_extern
  2129. stog_markdown
  2130. stog_multi_doc
  2131. stog_nocaml
  2132. stog_noexec
  2133. stog_plugins
  2134. stog_rdf
  2135. stog_rel_href
  2136. stog_server
  2137. stog_server_multi
  2138. stog_sitemap
  2139. stog_writing
  2140. stored_reversed
  2141. streamable
  2142. streaming
  2143. string_dict >= "v0.12.0"
  2144. stringext >= "1.6.0"
  2145. sturgeon >= "0.4.2"
  2146. subscriptions-transport-ws
  2147. subtype-refinement >= "0.2"
  2148. sun
  2149. svmwrap
  2150. swagger >= "0.2.0"
  2151. swhid
  2152. swhid_compute
  2153. swhid_core
  2154. swhid_types
  2155. swipl
  2156. syguslib-utils
  2157. syndic >= "1.6.0"
  2158. sys-socket
  2159. sys-socket-unix
  2160. syslog >= "2.0.0"
  2161. syslog-message >= "1.0.0"
  2162. syslog-rfc5424
  2163. systemverilog >= "0.0.2"
  2164. tablecloth-base
  2165. tablecloth-native < "transition"
  2166. taglib >= "0.3.7"
  2167. talaria-bibtex
  2168. tar >= "1.0.0"
  2169. tar-eio
  2170. tar-mirage >= "1.0.0"
  2171. tar-unix >= "1.0.0"
  2172. tcalc
  2173. tcpip >= "3.7.0"
  2174. tdigest
  2175. teash
  2176. telltime
  2177. tensorboard
  2178. terminal
  2179. terminal_size >= "0.1.4"
  2180. testu01
  2181. textmate-language
  2182. textrazor
  2183. textutils >= "v0.12.0"
  2184. textutils_kernel >= "v0.12.0"
  2185. textwrap >= "0.2.1"
  2186. tezos-008-PtEdo2Zk-test-helpers
  2187. tezos-009-PsFLoren-test-helpers
  2188. tezos-010-PtGRANAD-test-helpers
  2189. tezos-011-PtHangz2-test-helpers
  2190. tezos-012-Psithaca-test-helpers < "14.0"
  2191. tezos-accuser-006-PsCARTHA
  2192. tezos-accuser-007-PsDELPH1
  2193. tezos-accuser-008-PtEdo2Zk
  2194. tezos-accuser-008-PtEdoTez
  2195. tezos-accuser-009-PsFLoren
  2196. tezos-accuser-010-PtGRANAD
  2197. tezos-accuser-011-PtHangz2
  2198. tezos-accuser-012-Psithaca < "14.0"
  2199. tezos-accuser-013-PtJakart < "14.0"
  2200. tezos-accuser-alpha < "14.0"
  2201. tezos-alpha-test-helpers < "14.0"
  2202. tezos-baker-006-PsCARTHA
  2203. tezos-baker-007-PsDELPH1
  2204. tezos-baker-008-PtEdo2Zk
  2205. tezos-baker-008-PtEdoTez
  2206. tezos-baker-009-PsFLoren
  2207. tezos-baker-010-PtGRANAD
  2208. tezos-baker-011-PtHangz2
  2209. tezos-baker-012-Psithaca < "14.0"
  2210. tezos-baker-013-PtJakart < "14.0"
  2211. tezos-baker-alpha < "14.0"
  2212. tezos-baking-006-PsCARTHA
  2213. tezos-baking-006-PsCARTHA-commands
  2214. tezos-baking-007-PsDELPH1
  2215. tezos-baking-007-PsDELPH1-commands
  2216. tezos-baking-008-PtEdo2Zk
  2217. tezos-baking-008-PtEdo2Zk-commands
  2218. tezos-baking-008-PtEdoTez
  2219. tezos-baking-008-PtEdoTez-commands
  2220. tezos-baking-009-PsFLoren
  2221. tezos-baking-009-PsFLoren-commands
  2222. tezos-baking-010-PtGRANAD
  2223. tezos-baking-010-PtGRANAD-commands
  2224. tezos-baking-011-PtHangz2
  2225. tezos-baking-011-PtHangz2-commands
  2226. tezos-baking-012-Psithaca < "14.0"
  2227. tezos-baking-012-Psithaca-commands < "14.0"
  2228. tezos-baking-013-PtJakart < "14.0"
  2229. tezos-baking-013-PtJakart-commands < "14.0"
  2230. tezos-baking-alpha < "14.0"
  2231. tezos-baking-alpha-commands < "14.0"
  2232. tezos-base < "14.0"
  2233. tezos-base-test-helpers < "14.0"
  2234. tezos-base58
  2235. tezos-bls12-381-polynomial
  2236. tezos-clic < "14.0"
  2237. tezos-client < "14.0"
  2238. tezos-client-000-Ps9mPmXa < "14.0"
  2239. tezos-client-001-PtCJ7pwo < "14.0"
  2240. tezos-client-001-PtCJ7pwo-commands
  2241. tezos-client-002-PsYLVpVv < "14.0"
  2242. tezos-client-002-PsYLVpVv-commands
  2243. tezos-client-003-PsddFKi3 < "14.0"
  2244. tezos-client-003-PsddFKi3-commands
  2245. tezos-client-004-Pt24m4xi < "14.0"
  2246. tezos-client-004-Pt24m4xi-commands
  2247. tezos-client-005-PsBabyM1 < "14.0"
  2248. tezos-client-005-PsBabyM1-commands
  2249. tezos-client-006-PsCARTHA < "14.0"
  2250. tezos-client-006-PsCARTHA-commands
  2251. tezos-client-007-PsDELPH1 < "14.0"
  2252. tezos-client-007-PsDELPH1-commands
  2253. tezos-client-007-PsDELPH1-commands-registration
  2254. tezos-client-008-PtEdo2Zk < "14.0"
  2255. tezos-client-008-PtEdo2Zk-commands
  2256. tezos-client-008-PtEdo2Zk-commands-registration
  2257. tezos-client-008-PtEdoTez
  2258. tezos-client-008-PtEdoTez-commands
  2259. tezos-client-008-PtEdoTez-commands-registration
  2260. tezos-client-009-PsFLoren < "14.0"
  2261. tezos-client-009-PsFLoren-commands
  2262. tezos-client-009-PsFLoren-commands-registration
  2263. tezos-client-010-PtGRANAD < "14.0"
  2264. tezos-client-010-PtGRANAD-commands
  2265. tezos-client-010-PtGRANAD-commands-registration
  2266. tezos-client-011-PtHangz2 < "14.0"
  2267. tezos-client-011-PtHangz2-commands
  2268. tezos-client-011-PtHangz2-commands-registration
  2269. tezos-client-012-Psithaca < "14.0"
  2270. tezos-client-012-Psithaca-commands
  2271. tezos-client-012-Psithaca-commands-registration
  2272. tezos-client-013-PtJakart < "14.0"
  2273. tezos-client-013-PtJakart-commands
  2274. tezos-client-013-PtJakart-commands-registration
  2275. tezos-client-alpha < "14.0"
  2276. tezos-client-alpha-commands
  2277. tezos-client-alpha-commands-registration
  2278. tezos-client-base < "14.0"
  2279. tezos-client-base-unix < "14.0"
  2280. tezos-client-commands < "14.0"
  2281. tezos-client-demo-counter < "14.0"
  2282. tezos-client-genesis < "14.0"
  2283. tezos-client-genesis-carthagenet
  2284. tezos-client-sapling-008-PtEdo2Zk
  2285. tezos-client-sapling-008-PtEdoTez
  2286. tezos-client-sapling-009-PsFLoren
  2287. tezos-client-sapling-010-PtGRANAD
  2288. tezos-client-sapling-011-PtHangz2
  2289. tezos-client-sapling-012-Psithaca
  2290. tezos-client-sapling-013-PtJakart
  2291. tezos-client-sapling-alpha
  2292. tezos-codec < "14.0"
  2293. tezos-context < "14.0"
  2294. tezos-context-hash
  2295. tezos-context-hash-irmin
  2296. tezos-crypto < "14.0"
  2297. tezos-embedded-protocol-000-Ps9mPmXa < "14.0"
  2298. tezos-embedded-protocol-001-PtCJ7pwo < "14.0"
  2299. tezos-embedded-protocol-002-PsYLVpVv < "14.0"
  2300. tezos-embedded-protocol-003-PsddFKi3 < "14.0"
  2301. tezos-embedded-protocol-004-Pt24m4xi < "14.0"
  2302. tezos-embedded-protocol-005-PsBABY5H < "14.0"
  2303. tezos-embedded-protocol-005-PsBabyM1 < "14.0"
  2304. tezos-embedded-protocol-006-PsCARTHA < "14.0"
  2305. tezos-embedded-protocol-007-PsDELPH1 < "14.0"
  2306. tezos-embedded-protocol-008-PtEdo2Zk < "14.0"
  2307. tezos-embedded-protocol-008-PtEdoTez < "14.0"
  2308. tezos-embedded-protocol-009-PsFLoren < "14.0"
  2309. tezos-embedded-protocol-010-PtGRANAD < "14.0"
  2310. tezos-embedded-protocol-011-PtHangz2 < "14.0"
  2311. tezos-embedded-protocol-012-Psithaca < "14.0"
  2312. tezos-embedded-protocol-013-PtJakart < "14.0"
  2313. tezos-embedded-protocol-alpha < "14.0"
  2314. tezos-embedded-protocol-demo-counter < "14.0"
  2315. tezos-embedded-protocol-demo-noops < "14.0"
  2316. tezos-embedded-protocol-genesis < "14.0"
  2317. tezos-embedded-protocol-genesis-carthagenet
  2318. tezos-endorser-006-PsCARTHA
  2319. tezos-endorser-007-PsDELPH1
  2320. tezos-endorser-008-PtEdo2Zk
  2321. tezos-endorser-008-PtEdoTez
  2322. tezos-endorser-009-PsFLoren
  2323. tezos-endorser-010-PtGRANAD
  2324. tezos-endorser-011-PtHangz2
  2325. tezos-endorser-alpha
  2326. tezos-error-monad < "14.0"
  2327. tezos-event-logging < "14.0"
  2328. tezos-event-logging-test-helpers < "14.0"
  2329. tezos-hacl < "14.0"
  2330. tezos-hacl-glue
  2331. tezos-hacl-glue-unix
  2332. tezos-legacy-store
  2333. tezos-lmdb
  2334. tezos-lwt-result-stdlib < "14.0"
  2335. tezos-mempool-006-PsCARTHA
  2336. tezos-mempool-007-PsDELPH1
  2337. tezos-mempool-008-PtEdoTez
  2338. tezos-micheline < "14.0"
  2339. tezos-micheline-rewriting
  2340. tezos-mockup < "14.0"
  2341. tezos-mockup-commands < "14.0"
  2342. tezos-mockup-proxy < "14.0"
  2343. tezos-mockup-registration < "14.0"
  2344. tezos-node < "14.0"
  2345. tezos-openapi
  2346. tezos-p2p < "14.0"
  2347. tezos-p2p-services < "14.0"
  2348. tezos-plompiler
  2349. tezos-plonk
  2350. tezos-protocol-000-Ps9mPmXa < "14.0"
  2351. tezos-protocol-001-PtCJ7pwo < "14.0"
  2352. tezos-protocol-002-PsYLVpVv < "14.0"
  2353. tezos-protocol-003-PsddFKi3 < "14.0"
  2354. tezos-protocol-004-Pt24m4xi < "14.0"
  2355. tezos-protocol-005-PsBABY5H < "14.0"
  2356. tezos-protocol-005-PsBabyM1 < "14.0"
  2357. tezos-protocol-006-PsCARTHA < "14.0"
  2358. tezos-protocol-006-PsCARTHA-parameters
  2359. tezos-protocol-007-PsDELPH1 < "14.0"
  2360. tezos-protocol-007-PsDELPH1-parameters
  2361. tezos-protocol-008-PtEdo2Zk < "14.0"
  2362. tezos-protocol-008-PtEdo2Zk-parameters
  2363. tezos-protocol-008-PtEdoTez < "14.0"
  2364. tezos-protocol-008-PtEdoTez-parameters
  2365. tezos-protocol-009-PsFLoren < "14.0"
  2366. tezos-protocol-009-PsFLoren-parameters
  2367. tezos-protocol-010-PtGRANAD < "14.0"
  2368. tezos-protocol-010-PtGRANAD-parameters
  2369. tezos-protocol-011-PtHangz2 < "14.0"
  2370. tezos-protocol-011-PtHangz2-parameters
  2371. tezos-protocol-012-Psithaca < "14.0"
  2372. tezos-protocol-012-Psithaca-parameters
  2373. tezos-protocol-013-PtJakart < "14.0"
  2374. tezos-protocol-013-PtJakart-parameters
  2375. tezos-protocol-alpha < "14.0"
  2376. tezos-protocol-alpha-parameters
  2377. tezos-protocol-compiler < "14.0"
  2378. tezos-protocol-demo-counter < "14.0"
  2379. tezos-protocol-demo-noops < "14.0"
  2380. tezos-protocol-environment < "14.0"
  2381. tezos-protocol-environment-packer
  2382. tezos-protocol-environment-sigs
  2383. tezos-protocol-environment-structs
  2384. tezos-protocol-genesis < "14.0"
  2385. tezos-protocol-genesis-carthagenet
  2386. tezos-protocol-plugin-007-PsDELPH1 < "14.0"
  2387. tezos-protocol-plugin-007-PsDELPH1-registerer < "14.0"
  2388. tezos-protocol-plugin-008-PtEdo2Zk < "14.0"
  2389. tezos-protocol-plugin-008-PtEdo2Zk-registerer < "14.0"
  2390. tezos-protocol-plugin-009-PsFLoren < "14.0"
  2391. tezos-protocol-plugin-009-PsFLoren-registerer < "14.0"
  2392. tezos-protocol-plugin-010-PtGRANAD < "14.0"
  2393. tezos-protocol-plugin-010-PtGRANAD-registerer < "14.0"
  2394. tezos-protocol-plugin-011-PtHangz2 < "14.0"
  2395. tezos-protocol-plugin-011-PtHangz2-registerer < "14.0"
  2396. tezos-protocol-plugin-012-Psithaca < "14.0"
  2397. tezos-protocol-plugin-012-Psithaca-registerer < "14.0"
  2398. tezos-protocol-plugin-012-Psithaca-tests
  2399. tezos-protocol-plugin-013-PtJakart < "14.0"
  2400. tezos-protocol-plugin-013-PtJakart-registerer < "14.0"
  2401. tezos-protocol-plugin-013-PtJakart-tests
  2402. tezos-protocol-plugin-alpha < "14.0"
  2403. tezos-protocol-plugin-alpha-registerer < "14.0"
  2404. tezos-protocol-plugin-alpha-tests
  2405. tezos-protocol-updater < "14.0"
  2406. tezos-proxy < "14.0"
  2407. tezos-proxy-server < "14.0"
  2408. tezos-proxy-server-config < "14.0"
  2409. tezos-requester < "14.0"
  2410. tezos-rpc < "14.0"
  2411. tezos-rpc-http < "14.0"
  2412. tezos-rpc-http-client < "14.0"
  2413. tezos-rpc-http-client-unix < "14.0"
  2414. tezos-rpc-http-server < "14.0"
  2415. tezos-sapling < "14.0"
  2416. tezos-shell < "14.0"
  2417. tezos-shell-benchmarks
  2418. tezos-shell-context < "14.0"
  2419. tezos-shell-context-test
  2420. tezos-shell-services < "14.0"
  2421. tezos-shell-services-test-helpers < "14.0"
  2422. tezos-signer < "14.0"
  2423. tezos-signer-backends < "14.0"
  2424. tezos-signer-services < "14.0"
  2425. tezos-stdlib < "14.0"
  2426. tezos-stdlib-unix < "14.0"
  2427. tezos-storage
  2428. tezos-store < "14.0"
  2429. tezos-test-helpers < "14.0"
  2430. tezos-test-helpers-extra < "14.0"
  2431. tezos-test-services
  2432. tezos-tooling
  2433. tezos-validation < "14.0"
  2434. tezos-validator < "14.0"
  2435. tezos-version < "14.0"
  2436. tezos-workers < "14.0"
  2437. tezt < "3.0.0"
  2438. theora >= "0.4.0"
  2439. thread-local-storage
  2440. thrift >= "0.10.0"
  2441. tidy >= "5-0.2"
  2442. tidy_email
  2443. tidy_email_mailgun
  2444. tidy_email_sendgrid
  2445. tidy_email_smtp
  2446. tilde_f
  2447. time_now
  2448. timed >= "1.1"
  2449. timedesc
  2450. timedesc-json
  2451. timedesc-sexp
  2452. timedesc-tzdb
  2453. timedesc-tzlocal
  2454. timedesc-tzlocal-js
  2455. timere
  2456. timere-parse
  2457. timezone
  2458. tiny_httpd
  2459. tiny_httpd_camlzip
  2460. tip-parser >= "0.4"
  2461. tldr
  2462. tls >= "0.11.0" & < "0.15.4"
  2463. tls-async < "0.15.4"
  2464. tls-mirage < "0.15.4"
  2465. tofn
  2466. toml >= "5.0.0" & < "7.1.0"
  2467. toml-cconv
  2468. toml_cconv
  2469. toplevel_backend
  2470. toplevel_expect_test >= "v0.12.0"
  2471. topological_sort >= "v0.12.0"
  2472. torch
  2473. tqdm
  2474. trace
  2475. trace-fuchsia
  2476. trace-tef
  2477. tracing
  2478. tracy-client
  2479. transept
  2480. traverse
  2481. travesty < "0.7.2"
  2482. travis-opam >= "1.5.0"
  2483. trax >= "0.4.0"
  2484. tree_layout >= "0.2"
  2485. treeprint >= "2.3.0"
  2486. trie >= "1.0.0"
  2487. tsdl-image >= "0.3.0"
  2488. tsdl-mixer >= "0.3.0"
  2489. tsdl-ttf >= "0.3"
  2490. tsort
  2491. tube >= "4.4.0"
  2492. tuntap >= "1.7.0"
  2493. twostep
  2494. tyabt
  2495. typerep >= "v0.12.0"
  2496. typeset < "0.4"
  2497. tyre >= "0.5"
  2498. tyxml >= "4.3.0"
  2499. tyxml-jsx
  2500. tyxml-lwd
  2501. tyxml-ppx >= "4.3.0"
  2502. tyxml-syntax
  2503. u2f
  2504. ubase
  2505. ubpf
  2506. uecc >= "0.2"
  2507. uint >= "2.0.1"
  2508. ulid
  2509. um-abt
  2510. unidecode
  2511. unionFind
  2512. unisim_archisec < "0.0.1"
  2513. unison >= "2.51.4" & < "2.53.4"
  2514. universo
  2515. unix-errno >= "0.6.0"
  2516. unstrctrd
  2517. uri >= "2.2.0"
  2518. uri-bench
  2519. uri-re
  2520. uri-sexp
  2521. uring < "0.4"
  2522. uritemplate
  2523. user-agent-parser
  2524. username_kernel
  2525. uspf
  2526. uspf-lwt
  2527. uspf-unix
  2528. utop >= "2.3.0"
  2529. uuuu >= "0.1.1"
  2530. validator
  2531. variantslib >= "v0.12.0"
  2532. varray
  2533. vcaml
  2534. vcardgen >= "1.2"
  2535. vchan >= "4.0.0"
  2536. vchan-unix >= "4.0.0"
  2537. vchan-xen >= "4.0.0"
  2538. vec
  2539. vector
  2540. vector3 >= "1.0.0"
  2541. vercel
  2542. vhd-format >= "0.12.0"
  2543. vhd-format-lwt >= "0.12.0"
  2544. virtual_dom >= "v0.12.0"
  2545. visitors >= "20200207"
  2546. vlq >= "0.2.1"
  2547. vmnet >= "1.3.2"
  2548. vocal
  2549. voqc
  2550. vorbis >= "0.8.0"
  2551. vpt >= "5.0.0"
  2552. vue-jsoo
  2553. wall >= "0.4"
  2554. wasmer
  2555. wasmtime
  2556. wayland
  2557. waylaunch
  2558. webauthn
  2559. weberizer >= "0.8"
  2560. webmachine >= "0.6.2"
  2561. websocket >= "2.12"
  2562. websocket-async >= "2.12"
  2563. websocket-lwt >= "2.12"
  2564. websocket-lwt-unix
  2565. websocketaf
  2566. webtest >= "2.0.0"
  2567. webtest-js
  2568. wikitext
  2569. win-error >= "1.0"
  2570. win-eventlog >= "0.3"
  2571. winsvc
  2572. ws
  2573. ws-server
  2574. wseg
  2575. wtf8 >= "1.0.2"
  2576. wtr
  2577. wtr-ppx
  2578. wu-manber-fuzzy-search
  2579. x509 >= "0.6.3"
  2580. xapi-backtrace >= "0.7"
  2581. xapi-inventory >= "1.2.1"
  2582. xapi-rrd >= "1.8.2"
  2583. xapi-stdext-date
  2584. xapi-stdext-encodings
  2585. xapi-stdext-pervasives
  2586. xapi-stdext-std
  2587. xapi-stdext-threads
  2588. xapi-stdext-unix
  2589. xapi-stdext-zerocheck
  2590. xdg-basedir
  2591. xen-evtchn >= "2.1.0"
  2592. xen-evtchn-unix >= "2.1.0"
  2593. xen-gnt >= "3.1.0"
  2594. xen-gnt-unix >= "3.1.0"
  2595. xenstore >= "2.1.0"
  2596. xenstore_transport >= "1.1.0"
  2597. xmelly
  2598. xml-light >= "2.5"
  2599. xmldiff >= "0.7.0"
  2600. xmldiff_js
  2601. xmlplaylist >= "0.1.5"
  2602. xoshiro
  2603. xtmpl >= "0.19.0"
  2604. xtmpl_js
  2605. xtmpl_ppx
  2606. yaml >= "1.0.0"
  2607. yaml-sexp
  2608. yara >= "0.2"
  2609. yocaml
  2610. yocaml_cmark
  2611. yocaml_git
  2612. yocaml_jingoo
  2613. yocaml_markdown
  2614. yocaml_mustache
  2615. yocaml_syndication
  2616. yocaml_unix
  2617. yocaml_yaml
  2618. yojson >= "1.5.0"
  2619. yojson-bench
  2620. yurt >= "0.6"
  2621. yuscii >= "0.2.1"
  2622. yuujinchou
  2623. zarith-ppx
  2624. zarith_stubs_js
  2625. zed >= "2.0" & < "3.2.0"
  2626. zeit
  2627. zelus
  2628. zelus-gtk
  2629. zipperposition >= "1.5.1"
  2630. zipperposition-tools
  2631. zlib >= "0.6"
  2632. zlist >= "0.4.0"
  2633. zmq >= "5.1.0"
  2634. zmq-async >= "5.1.0"
  2635. zmq-eio
  2636. zmq-lwt >= "5.1.0"
  2637. zstandard >= "v0.12.1"
  2638. zstd = "0.3"
  2639. 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.