package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-site-2.9.3.tbz
sha256=3e65ec73ab2c80d50d4ffd6c46cbfb22eacd0e5587a4be8af8ae69547d5f88d6
sha512=04b48501ac16c3608e3b6bfbdbabf810df0fb844ea3b7d25ba50f03b9d6cb1d2c933cf747d694029d82a9777a774e48e5c38ab010fe53ce1eae367da0ed04d6d

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: 28 Jan 2022

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