package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.16.0.tbz
sha256=5481dde7918ca3121e02c34d74339f734b32d5883efb8c1b8056471e74f9bda6
sha512=529f937c61bc9ea7b135c2425f2d730478b48e6ab6b6455c354138d27b76bd43afce40d4784a6f183d6308d3cf0f5d5cea5bea070f83442949762ed818fb44bc

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 is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

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

Published: 17 Jun 2024

README

README.md

A Composable Build System for OCaml

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune 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.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. 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 little 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.

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

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

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

Build 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.

Installation

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 or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

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