package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.3.1.tbz
sha256=840c80491bfe12bab5f2b99d49e163f3e4c4d2fc4b4a3e6fb16c24dccd5502e1
sha512=b5d7639336b5df8cf37b8aac45906c6d0ff7e38b1a4a2c6ddb616ea81cdc5a8ff36cecf3d4ee4ff9282c835ed2958d4702ae1b3dd1f048c4269f5e7fedbe50d5

Description

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

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

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

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

Published: 21 Jun 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"

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