package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.3.0.tbz
sha256=1a08c708eb3f4346caa1ee814027484900d0e1518582f5c4d53fff6190d5504f
sha512=15cddad51ad6e9d1b71756da9e898a42846c2f320268342a18b8df79fc33383ffdc775c199fbe2a114affb480e0558a8f27492c9c274e6bc6cc86084ecdd543e

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