package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.9.0.tbz
sha256=bb217cfb17e893a0b1eb002ac83c14f96adc9d0703cb51ff34ed3ef5a639a41e
sha512=fcd8bc3ea7e9a14e6787a3b0384a488e45fa51e164a175ad1b147bebb3fbcccfd8f321b9b6a7665ac3dafeb18a2a6f8626d182af3b1796691f6ed79c166a5f44

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

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

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 01 Jul 2021

README

Dune - A composable build system

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

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

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

The example directory contains examples of projects using dune.

Overview

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

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

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

Strengths

Composable

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

This make simultaneous development on multiple packages trivial.

Gracefully handles multi-package repositories

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

The magic invocation is:

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

Building against several configurations at once

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

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

This feature requires opam.

Requirements

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

Installation

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

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

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

Migration from jbuilder

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

Status

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

Dependencies (5)

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

Dev Dependencies

None

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