package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.6.1.tbz
sha256=f1d5ac04b7a027f3d549e25cf885ebf7acc135e0291c18e6b43123a799c143ce
sha512=64714ab6155cd04bc33d693fc7a6d9d61aa7a278357eeff159df324e083914fcd556459a3945acacf1bbc3775f2232ab0c78006ab8a434dc58dcf95ffdffac52

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