package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.8.2.tbz
sha256=e2c4e8230f7c96236503fd75f22bdbc263639971bf104509e446855ded35ae1e
sha512=d3cca73f5a72440273f7b4e3934dfa7e89fcb64710f3c734d2583123f5d9f3e573f0ab96a4892b2f11313038da6b4e2c614951199ffef0a3f12669d729b25376

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: 21 Jan 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" & < "4.13"

Dev Dependencies

None

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