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