package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.8.5.tbz
sha256=79011283fb74c7a27eb17ad752efbcc39b39633cbacc8d7be97e8ea869443629
sha512=4ef6cdea0768a29de0108cb61b04ef471cb494762c865265f20d7d15ed65a39557f7e34f2dbd466352a6567cce29d7ba21be6569afafbcfc2871720b9466dcae

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