package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

fiber-3.1.1.tbz
sha256=02484454ab1b998840c7873509ec6b2301eb92662c132ef8f5f4f569b35a6b60
sha512=c92199924af75f801d264d3b3e98497757c9932d8e03fa100fca2df16315b87d595a3e0cbbc3ce9b8d86adb2a8b6d3a7cef0f88c7654f15f6b6a4d10d523fad1

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: 20 Apr 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 low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It implements a scheme that's 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, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, 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. OCaml is all you need to build Dune and packages using Dune. 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 and arrange them in any way on the file system. 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 can 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

We recommended installing Dune 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 installed by Dune, such as the man pages, and the last simply installs all of that on the system.

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

Innovation. Community. Security.