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