package dune
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=b1a86b2d60bdb4a8b9bb6861bdf2f9f28a6e7cb5d833ce81afecceb9ef9ca549
sha512=ed14df9163e487d4ae7d0a2427eaab7823ef1f0ef2d93f0b783e6f163bbd5b44ba73f055d60b84e76f476fe11d38e794013628a1da776d9ec13cca9666e7b7ff
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: 10 Sep 2025
README

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> @installBuild 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 duneIf 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 installIf 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 duneThe 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 (3)
- base-threads
- base-unix
-
ocaml
>= "4.08"
Dev Dependencies (16)
-
melange
with-dev-setup & >= "5.1.0-51" & os != "win32" -
utop
with-dev-setup & >= "2.6.0" & os != "win32" -
ctypes
with-dev-setup & os != "win32" -
ppxlib
with-dev-setup & >= "0.35.0" & os != "win32" -
ppx_inline_test
with-dev-setup & os != "win32" -
spawn
with-dev-setup -
ppx_expect
with-dev-setup & >= "v0.17" & os != "win32" -
odoc
with-dev-setup & >= "2.4.0" & os != "win32" -
ocamlfind
with-dev-setup & os != "win32" -
menhir
with-dev-setup & os != "win32" -
mdx
with-dev-setup & >= "2.3.0" & os != "win32" -
js_of_ocaml-compiler
with-dev-setup & >= "6.1.0" & os != "win32" -
js_of_ocaml
with-dev-setup & >= "6.1.0" & os != "win32" -
csexp
with-dev-setup & >= "1.3.0" -
cinaps
with-dev-setup -
lwt
with-dev-setup & os != "win32"
-
0install
>= "2.15.1" - 0install-gtk
- 0install-solver
-
ANSITerminal
>= "0.8.1" -
aarch64-esperanto
>= "0.0.6" -
abella
>= "2.0.8" - absolute
- abstract_algebra
- accessor
- accessor_async
- accessor_base
- accessor_core
- acgtk
- aches
- aches-lwt
- acp4
-
acpc
>= "2.0.0" - activitypub
- activitypub_client
- activitypub_gui
- activitypub_server
- activitypub_server_gui
- adelfa
- adobe_font_metrics
- advi
-
afl-persistent
>= "1.4" - agrid
- ahrocksdb
-
aifad
>= "2.2.1" -
alba
>= "0.4.1" - albatross
- alcotest
- alcotest-async
- alcotest-js
- alcotest-lwt
- alcotest-mirage
- alg_structs
- alg_structs_qcheck
- algaeff
- allegro5
- alonzo
-
alsa
>= "0.3.0" -
alt-ergo
>= "2.3.0" -
alt-ergo-lib
>= "2.4.2" - alt-ergo-parsers
- alt-ergo-plugin-ab-why3
-
altgr-ergo
>= "2.3.0" - ambient-context
- ambient-context-eio
- ambient-context-lwt
-
amqp-client
>= "2.0.3" - amqp-client-async
- amqp-client-lwt
-
ancient
>= "0.10.0" - anders
-
angstrom
>= "0.11.1" -
angstrom-async
>= "0.11.1" -
angstrom-lwt-unix
>= "0.11.1" -
angstrom-unix
>= "0.11.1" - ansi
- ansi-parse
- ansifmt
- anthill
- anthropic
-
antic
!= "0.3.1" -
ao
>= "0.2.2" - api-watch
- apronext
-
arb
!= "0.3.1" -
archetype
< "1.0.0" | >= "1.2.1" - archi
- archi-async
- archi-lwt
- arg-complete
- argon2
- argsh
- arp
- arrakis
- arrayjit
- art
- asai
- asak
- ascend
- ask
- ask-integrator
-
asli
>= "0.2.0" -
asn1-combinators
>= "0.2.5" - ast_generic
- async
- async-uri
- async_durable
- async_extra
- async_find
- async_graphics
- async_inotify
- async_interactive
- async_js
- async_kernel
- async_log
- async_rpc_kernel
- async_rpc_websocket
- async_sendfile
- async_shell
- async_smtp
- async_ssl
- async_udp
- async_unix
- async_websocket
- atable
- atacama
-
atd
>= "2.2.1" - atdcpp
- atdd
-
atdgen
>= "2.2.1" - atdgen-codec-runtime
-
atdgen-runtime
>= "2.2.1" -
atdj
>= "2.2.1" - atdpy
- atds
- atdts
-
atomic
< "base" - autofonce
- autofonce_config
- autofonce_core
- autofonce_lib
- autofonce_m4
- autofonce_misc
- autofonce_patch
- autofonce_share
- avro
- avro-compiler
- awa
- awa-mirage
-
aws
>= "1.2" - aws-async
-
aws-autoscaling
>= "1.2" -
aws-cloudformation
>= "1.2" -
aws-cloudtrail
>= "1.2" - aws-cloudwatch
- aws-config
-
aws-ec2
>= "1.2" - aws-elasticache
-
aws-elasticloadbalancing
>= "1.2" - aws-lwt
- aws-rds
- aws-route53
- aws-s3
- aws-s3-async
- aws-s3-lwt
-
aws-sdb
>= "1.2" - aws-sqs
-
aws-ssm
>= "1.2" -
aws-sts
>= "1.2" - awsm
- awsm-async
- awsm-codegen
- awsm-lwt
- azblob
- azblob-async
- azure-cosmos-db
- babel
- baby
- backoff
- bag
-
baguette_sharp
>= "2.2.1-1" - bam
- bam-ppx
- bare_encoding
- bark
- base
- base32
-
base64
>= "2.3.0" - base_bigstring
-
base_quickcheck
>= "v0.12.1" - base_trie
- bastet
- bastet_async
- bastet_lwt
- batch_jaro_winkler
- batsat
-
batteries
>= "3.7.1" -
bdd
>= "0.5" - bddrand
- bech32
- bechamel
- bechamel-js
- bechamel-notty
- bechamel-perf
-
beluga
>= "1.0" -
benchmark
>= "1.6" - benchpress
- benchpress-server
-
bencode
>= "2.0" - bentov
- bestline
-
bheap
>= "2.0.0" - bibfmt
- bidirectional_map
- bigarray-compat
- bigarray-overlap
- bigdecimal
- bignum
-
bigstring
>= "0.3" - bigstring-unix
-
bigstringaf
>= "0.5.0" - bimage
- bimage-display
- bimage-gtk
- bimage-io
- bimage-lwt
- bimage-sdl
- bimage-unix
- bimap
- bin
- bin_prot
- bin_tree
-
binaryen
!= "0.3.0" & < "0.14.0" | >= "0.17.1" - binaryen_dsl
-
bindlib
>= "6.0.0" -
biniou
>= "1.2.1" - binning
- binsec
- bio_io
- biocaml
- biotk
-
bisect_ppx
>= "1.4.0" - bistro
- bistro-bio
-
bitcoin
>= "3.0" - bitcoin-cohttp-async
- bitcoin-cohttp-lwt
- bitcoin-ocurl
- bitcoinml
- bitgenerators
- bitlib
- bitmasks
- bitpack_serializer
-
bitstring
>= "3.1.1" -
bitv
>= "1.4" - bitwuzla
-
bitwuzla-bin
< "1.0.0" - bitwuzla-c
- bitwuzla-cxx
-
bjack
>= "0.1.6" - blake3
- bloomf
-
bls12-381
< "18.0" | >= "19.0" - bls12-381-gen
- bls12-381-hash
- bls12-381-js
- bls12-381-js-gen
- bls12-381-legacy
- bls12-381-signature
- bls12-381-unix
- blurhash
- bnfgen
- bogue
- bogue-tutorials
- boltzgen
- bonsai
- boulangerie
- box
- brisk-reconciler
- brr-lwd
- bson2
-
bst
>= "7.0.1" - bstr
- buffer-pool
-
build_path_prefix_map
>= "0.3" - builder
- builder-web
-
bun
>= "0.3.4" - bwd
- bwrap
-
bytearray
>= "1.0.1" - bytebuffer
- bytepdf
- bytestring
- bz2
- CamelCase
- ca-certs
- ca-certs-nss
- cachet
- cachet-lwt
- cachet-solo5
- cactus
- cairn
-
cairo2
>= "0.6" - cairo2-gtk
- cairo2-pango
- caisar
- caisar-ir
- caisar-nnet
- caisar-onnx
- caisar-ovo
- caisar-xgboost
-
calcium
!= "0.3.1" -
calculon
>= "0.4" - calculon-redis
- calculon-redis-lib
- calculon-web
- caldav
-
calendar
>= "3.0.0" - calendars
- calipso
- calli
-
callipyge
>= "0.2" - camelot
- camels
- camelsnakekebab
- camldiets
-
camlimages
>= "5.0.2" - camlix
- camlkit
- camlkit-base
- camlkit-gui
-
camlon
>= "3.1.0" - camlp-streams
- camlrack
-
camltc
>= "0.9.8" -
camomile
>= "1.0.2" - camyll
- canary
- capitalization
-
capnp
>= "3.5.0" - capnp-rpc
- capnp-rpc-lwt
- capnp-rpc-net
- capnp-rpc-unix
-
caqti
>= "1.0.0" -
caqti-async
>= "1.0.0" - caqti-driver-mariadb
- caqti-driver-pgx
-
caqti-driver-postgresql
>= "1.0.0" -
caqti-driver-sqlite3
>= "1.0.0" -
caqti-dynload
>= "1.0.0" - caqti-eio
-
caqti-lwt
>= "1.0.0" - caqti-miou
- caqti-mirage
- caqti-tls
-
caqti-type-calendar
>= "1.0.0" - carbon
- carray
- carton
- carton-git
- carton-git-lwt
- carton-lwt
- carton-miou-unix
- castore
- catala
-
catala-format
>= "0.2.0" - catala-lsp
- catapult
- catapult-client
- catapult-daemon
- catapult-file
- catapult-sqlite
- catt
- cb-check
-
cbor
>= "0.3" - cborl
- ccbg
-
cconv
>= "0.5" - cconv-ppx
- cdb
-
cdrom
>= "0.9.4" - ceph
-
certify
>= "0.3.0" - cf
- cf-lwt
- cf_workers
-
cfg
>= "2.2.0" - cfml
-
cfstream
>= "1.3.1" - chacha
-
chamelon
>= "0.2.1" - chamelon-unix
- chamo
- charInfo_width
- charrua
- charrua-client
- charrua-server
- charrua-unix
- charset
- chartjs
- chartjs-annotation
- chartjs-colorschemes
- chartjs-datalabels
- chartjs-streaming
- chase
- checked_oint
-
checkseum
= "0.0.3" | >= "0.2.1" - chess_com_api
-
choice
>= "0.4" - chrome-trace
- cid
-
cinaps
>= "v0.12.0" -
clangml
>= "4.0.0" - clangml-transforms
-
clap
>= "0.2.0" - clarity-lang
- class_group_vdf
- claudius
- clim
- clim-ppx
- climate
- cll
- clp_operations
- clz
- cmarker
- cmdlang
- cmdlang-cmdliner-err-runner
- cmdlang-stdlib-runner
- cmdlang-to-base
- cmdlang-to-climate
- cmdlang-to-cmdliner
- cmdliner-stdlib
- cmon
- coap
- coap-core
- coap-server-lwt
- cobs
-
codept
!= "0.11.1" - codept-lib
- codicons
-
cohttp
>= "1.1.1" - cohttp-async
- cohttp-bench
- cohttp-curl
- cohttp-curl-async
- cohttp-curl-lwt
- cohttp-eio
- cohttp-lwt
- cohttp-lwt-jsoo
- cohttp-lwt-unix
- cohttp-mirage
- cohttp-server-lwt-unix
- cohttp-top
- cohttp_async_websocket
- cohttp_static_handler
-
coin
>= "0.1.1" - colibri2
- colombe
-
color
>= "0.2.0" - color-brewery
- colors
- combic
- combinaml
- combinat
-
comby
>= "1.4.0" - comby-kernel
- comby-semantic
- command_rpc
- compsort
- conan
- conan-cli
- conan-database
- conan-lwt
- conan-unix
- conduit
- conduit-async
- conduit-lwt
- conduit-lwt-unix
- conduit-mirage
-
conex
>= "0.10.0" - conex-mirage-crypto
- confero
- config
-
config-file
>= "1.2.1" - conformist
- containers
- containers-data
- containers-thread
- content_security_policy
- cookie
- cookies
-
coq
>= "8.14.0" & < "9.0.0" - coq-catt-plugin
- coq-core
- coq-lsp
-
coq-of-ocaml
>= "2.4.1" -
coq-serapi
>= "8.9.0+0.6.0" -
coq-stdlib
< "9.0.0" - coq-waterproof
-
coqide
>= "8.14.0" - coqide-server
- core
- core-and-more
- core_bench
- core_compat
- core_extended
-
core_kernel
>= "v0.12.3" - core_profiler
- core_unix
- corosync
- cosovo
-
cow
>= "2.4.0" -
cowabloga
>= "0.5.0" -
cpm
>= "12.1.2" -
cppo
>= "1.6.6" -
cppo_ocamlbuild
>= "1.6.6" - cps_toolbox
- cpu
-
cpuid
>= "0.1.2" -
crc
>= "2.1.0" -
crlibm
>= "0.3" - crontab
-
crowbar
>= "0.2" - crs
- crunch
-
cry
>= "0.6.5" -
cryptokit
>= "1.16.1" - csexp
- css
- css-parser
- cstruct
- cstruct-async
- cstruct-lwt
- cstruct-sexp
- cstruct-unix
-
csv
>= "2.2" -
csv-lwt
>= "2.1" - csvfields
- csvtool
- ctoxml
-
ctypes
>= "0.21.1" -
ctypes-foreign
>= "0.21.1" - ctypes-zarith
- ctypes_stubs_js
- cucumber
- cudajit
- cudd
-
cudf
>= "0.10" - cue_sheet_maker
-
cuid
>= "0.2" - cumulus
- cure2
- curl
- curl_lwt
-
curly
>= "0.2.0" - current
- current-albatross-deployer
- current-web-pipelines
- current_ansi
- current_docker
- current_examples
- current_git
- current_github
- current_gitlab
- current_incr
- current_ocluster
- current_rpc
- current_slack
- current_ssh
- current_web
-
curses
>= "1.0.9" - curve-sampling
- cvc5
- cviode
- DkSDKFFIOCaml_Std
-
daft
>= "0.0.4" - dap
- data-encoding
- dataframe
-
datakit-server
>= "0.12.2" -
datakit-server-9p
>= "0.12.2" -
datalog
>= "0.6" - dates_calc
- daypack-lib
- dbase4
-
dbf
!= "0.1.1" - dblp
- dblp-api
- dead_code_analyzer
-
debian-formats
>= "0.1.2" - decimal
-
decoders
>= "0.1.2" - decoders-bencode
- decoders-cbor
-
decoders-ezjsonm
>= "0.1.2" - decoders-ezxmlm
- decoders-jsonaf
- decoders-jsonm
- decoders-msgpck
- decoders-sexplib
-
decoders-yojson
>= "0.1.2" -
decompress
>= "0.8.1" - dedent
-
dedukti
>= "2.7" - delimcc_of_fxhandler
- delimited_parsing
- depyt
-
devkit
>= "1.0" -
diet
>= "0.2" - diff
- diffable
- diffast
- diffast-api
- diffast-cli
- diffast-core
- diffast-etc
- diffast-git
- diffast-git-cli
- diffast-langs-common
- diffast-langs-cpp
- diffast-langs-cpp-parsing
- diffast-langs-cpp-parsing-cli
- diffast-langs-cpp-spec
- diffast-langs-fortran
- diffast-langs-fortran-parsing
- diffast-langs-fortran-parsing-cli
- diffast-langs-fortran-spec
- diffast-langs-java
- diffast-langs-java-parsing
- diffast-langs-java-parsing-cli
- diffast-langs-java-spec
- diffast-langs-python
- diffast-langs-python-parsing
- diffast-langs-python-parsing-cli
- diffast-langs-python-spec
- diffast-langs-verilog
- diffast-langs-verilog-parsing
- diffast-langs-verilog-parsing-cli
- diffast-langs-verilog-spec
- diffast-misc
-
digestif
>= "0.9.0" - directories
- dirsift
- dirsp-exchange
- dirsp-exchange-kbb2017
- dirsp-proscript
- dirsp-proscript-mirage
- dirsp-ps2ocaml
- diskuvbox
- disml
-
dispatch
>= "0.4.1" - dispatch-js
-
distributed
>= "0.6.0" -
distributed-lwt
>= "0.2.0" -
distributed-uwt
>= "0.2.0" - dkim
- dkim-bin
- dkim-lwt-unix
- dkim-mirage
- dkml-c-probe
- dkml-component-offline-ocamlrun
- dkml-component-offline-opam
- dkml-component-staging-ocamlrun
- dkml-component-staging-opam32
- dkml-component-staging-opam64
- dkml-dune-dsl
- dkml-dune-dsl-show
- dkml-install
- dkml-install-installer
- dkml-install-runner
- dkml-option-vcpkg
- dkml-package-console
-
dkml-runtime-common
>= "2.0.3" - dkml-runtime-distribution
- dkml-workflows
-
dlm
>= "0.3.1" - dmap
- dns
- dns-certify
- dns-cli
- dns-client
- dns-client-lwt
- dns-client-miou-unix
- dns-client-mirage
- dns-lwt
- dns-mirage
- dns-resolver
- dns-server
- dns-stub
- dns-tsig
- dnssec
- docfd
-
docker-api
>= "0.2" - docker_hub
- dockerfile
- dockerfile-cmd
-
dockerfile-opam
>= "8.2.7" - docteur
- docteur-solo5
- docteur-unix
- doculib
- doi2bib
-
dokeysto
>= "3.0.2" -
dokeysto_camltc
>= "3.0.2" -
dokeysto_lz4
>= "3.0.2" -
dolmen
>= "0.4.1" - dolmen_bin
- dolmen_loop
- dolmen_lsp
- dolmen_model
- dolmen_type
-
dolog
>= "4.0.0" - domain-local-await
- domain-local-timeout
- domain-name
- domain_shims
- domainslib
-
dose3
>= "6.1" - dose3-extra
- dot-merlin-reader
- dotenv
- dream
- dream-accept
- dream-cli
- dream-encoding
- dream-html
- dream-htmx
- dream-httpaf
- dream-inertia
- dream-livereload
- dream-pure
- dream-serve
- dream_middleware_ext
-
drom
>= "0.3.0" -
drom_lib
>= "0.3.0" - drom_toml
- dropbox
- dropbox_lwt_unix
- dscheck
-
dssi
>= "0.1.3" - dtc-pb
-
dtoa
>= "0.3.2" -
dtools
>= "0.4.2" - dual
-
duff
>= "0.2" -
dum
>= "1.0.3" - dump_ocamlformat
- dune-action-plugin
- dune-build-info
- dune-cargo-build
- dune-compiledb
-
dune-configurator
>= "2.5.1" - dune-deps
- dune-expand
- dune-glob
- dune-private-libs
-
dune-release
>= "1.0.0" & != "2.0.0" - dune-rpc
- dune-rpc-lwt
- dune-site
- dune_deps_extra
- dunolint
- dunolint-lib
- dunolint-lib-base
-
duppy
>= "0.9.0" - duration
- dyn
- dynamic_gc
- dypgen
-
earley
>= "3.0.0" - earlybird
-
easy-format
>= "1.3.2" - easy_logging
- easy_logging_yojson
- ecaml
- echo
- edn
- ego
-
eigen
>= "0.1.0" - eio
- eio-ssl
- eio-trace
- eio_linux
- eio_main
- eio_posix
- eio_windows
- either
-
elasticsearch-cli
>= "0.5" - electrod
-
eliom
>= "10.1.2" - elm_core
- elm_playground
- elm_playground_native
- elm_playground_web
- elm_system
- elpi
- email_message
- embedded_ocaml_templates
-
emile
>= "0.4" -
emoji
>= "2.0.0" -
encore
>= "0.4" - env_config
- epictetus
-
eqaf
>= "0.2" - eqaf-cstruct
- equinoxe
- equinoxe-cohttp
- equinoxe-hlc
- erlang
- errpy
- erssical
- esa
- esgg
-
esperanto-cosmopolitan
>= "0.0.5" - ethernet
- euler
-
exenum
>= "0.86" - exit
-
expect
>= "0.1.0" - expect_test_helpers
- expect_test_helpers_async
- expect_test_helpers_core
- expect_test_helpers_kernel
- extism
- extism-manifest
-
extlib
>= "1.7.9" -
extunix
>= "0.3.1" - ez_api
-
ez_cmdliner
>= "0.2.0" -
ez_config
>= "0.2.0" - ez_dune_describe
-
ez_file
>= "0.3.0" - ez_hash
- ez_pgocaml
- ez_search
- ez_subst
- ezcurl
- ezcurl-lwt
- ezdl
-
ezgzip
>= "0.2.3" - ezjs_ace
- ezjs_blockies
- ezjs_cleave
- ezjs_crypto
- ezjs_cytoscape
- ezjs_d3pie
- ezjs_extension
- ezjs_fetch
- ezjs_idb
- ezjs_jquery
- ezjs_min
- ezjs_odometer
- ezjs_push
- ezjs_qrcode
- ezjs_recaptcha
- ezjs_timeline
-
ezjsonm
>= "1.0.0" - ezjsonm-encoding
- ezjsonm-lwt
- ezresto
- ezresto-directory
-
ezsqlite
>= "0.4.2" -
ezxmlm
>= "1.1.0" - FPauth
- FPauth-core
- FPauth-responses
- FPauth-strategies
-
FrontC
>= "4.0.0" -
faad
>= "0.5.0" - facteur
-
fadbadml
>= "0.1.2" - fadecider
-
faraday
>= "0.7.1" -
faraday-async
>= "0.7.1" -
faraday-lwt
>= "0.7.1" -
faraday-lwt-unix
>= "0.7.1" - farith
-
farmhash
>= "0.4" - fasmifra
- fast_bitvector
-
fat-filesystem
>= "0.13.0" -
fd-send-recv
>= "2.0.1" -
fdkaac
>= "0.3.2" - feat
- feat-core
- feat-num
- feather
- feather_async
- fehu
- ff
- ff-bench
- ff-pbt
- ff-sig
-
ffmpeg
>= "1.0.0~beta1" - ffmpeg-av
- ffmpeg-avcodec
- ffmpeg-avdevice
- ffmpeg-avfilter
- ffmpeg-avutil
- ffmpeg-swresample
- ffmpeg-swscale
-
fftw3
>= "0.8.2" - fiat-p256
- fiber
- fiber-lwt
-
fieldslib
>= "v0.12.0" - file-rewriter
- file_path
-
fileutils
>= "0.6.1" - finch
- fit
-
fix
>= "20181206" - flac
- flatunionfind
- flex-array
-
flint
>= "0.3.2" - float_option
-
flow_parser
>= "0.229.1" - flux
- fluxt
- fmlib
- fmlib_browser
- fmlib_js
- fmlib_parse
- fmlib_pretty
- fmlib_std
- fontforge-of-ocaml
- forester
- fpath-base
- fpath-sexp0
-
frama-c
>= "26.0~beta" -
frama-c-lannotate
>= "0.2.3" -
frama-c-luncov
>= "0.2.1" -
frama-c-metacsl
>= "0.4" - frama-clang
- fred
-
freetds
>= "0.7" -
frei0r
>= "0.1.2" - frenetic
- fromager
- fsevents
- fsevents-lwt
- fsml
-
fstar
>= "2025.02.17" - fswatch
- fswatch_async
- fswatch_lwt
- fun-postgresql
- fun-sql
- fun-sqlite
- functoria
- functoria-runtime
- fungi
- fuseau
- fuseau-lwt
- fuzzy_compare
- fuzzy_match
- fzf
- General
- GT
- gapi-ocaml
- gbddml
- gccjit
-
gd
>= "1.1" -
gdbprofiler
>= "0.4" - gel
-
gemini
>= "0.3.0" -
gen
>= "0.5.2" - gen_js_api
- gendarme
- gendarme-json
- gendarme-toml
- gendarme-yaml
- genprint
-
genspio
>= "0.0.3" -
genspir
>= "1.0.1" - geojson
- geojsone
- geoml
-
get_line
>= "7.0.0" -
getopt
>= "20230213" -
gettext
>= "0.4.1" - gettext-camomile
- gettext-stub
- giflib
- git
- git-cohttp
- git-cohttp-unix
- git-http
- git-kv
- git-mirage
- git-net
- git-paf
- git-split
- git-unix
-
github
>= "4.0.0" - github-data
- github-hooks
-
github-hooks-unix
>= "0.5.0" -
github-jsoo
>= "4.1.0" -
github-unix
>= "4.0.0" - gitlab
- gitlab-jsoo
- gitlab-unix
- gitlab_pipeline_notifier
- gl-legacy
- glfw-ocaml
- globlon
- gluon
- gluten
- gluten-async
- gluten-eio
- gluten-lwt
- gluten-lwt-unix
- gluten-mirage
- gmap
- gmp
-
gnuplot
>= "0.6" - gobba
- gobject-introspection
- goblint
-
goblint-cil
>= "1.8.0" - google-drive-ocamlfuse
-
gopcaml-mode
>= "0.0.2" - gopcaml-mode-merlin
- gospel
- gotd
-
gperftools
>= "0.4" - gpiod
-
gpr
>= "1.4.0" - gpt
- gptar
- gr
- grace
- gradescope_submit
- graft
-
grain_dypgen
>= "0.2.1" -
graphics
>= "5.0.0" -
graphql
>= "0.8.0" -
graphql-async
>= "0.8.0" -
graphql-cohttp
>= "0.9.0" -
graphql-lwt
>= "0.8.0" - graphql_jsoo_client
-
graphql_parser
>= "0.9.0" - graphql_ppx
- graphv
- graphv_core
- graphv_core_lib
- graphv_font
- graphv_font_js
- graphv_font_stb_truetype
- graphv_gles2
- graphv_gles2_native
- graphv_gles2_native_impl
- graphv_webgl
- graphv_webgl_impl
- gremlin
-
grenier
>= "0.8" - grid
- grpc
- grpc-async
- grpc-bench
- grpc-eio
- grpc-examples
- grpc-lwt
-
gsl
>= "1.24.0" -
gstreamer
>= "0.3.1" - guardian
- guile
- h1
- h1-lwt-unix
- h1_parser
- h2
- h2-async
- h2-eio
- h2-lwt
- h2-lwt-unix
- h2-mirage
- hachis
-
hack_parallel
>= "1.0.0" - hacl-star
-
hacl-star-raw
>= "0.5.0" - hacl_func
- hacl_x25519
- handlebars-ml
- happy-eyeballs
- happy-eyeballs-lwt
- happy-eyeballs-miou-unix
- happy-eyeballs-mirage
- hardcaml
- hardcaml-lua
- hardcaml_axi
- hardcaml_c
- hardcaml_circuits
- hardcaml_event_driven_sim
- hardcaml_fixed_point
- hardcaml_handshake
- hardcaml_of_verilog
- hardcaml_step_testbench
- hardcaml_verify
- hardcaml_verilator
- hardcaml_waveterm
- hardcaml_xilinx
- hardcaml_xilinx_components
- hardcaml_xilinx_reports
-
hashcons
>= "1.4.0" -
hashids
>= "1.0.1" -
hashset
>= "1.0.1" -
haxe
>= "4.1.1" - hc
-
hdf5
>= "0.1.5" -
hdr_histogram
>= "0.0.3" - headache
- header-check
- hector
-
herdtools7
>= "7.55" - heroicons-reason-react
-
hex
>= "1.3.0" - hex_encode
- hexstring
- hg_lib
-
hidapi
>= "1.1" - hidapi-lwt
- higher_kinded
- highlexer
-
higlo
>= "0.8" - hilite
- hkdf
- hl_yaml
- hockmd
- hol2dk
- hooke
- horned_worm
- hpack
- hsluv
- html_of_jsx
- htmlfromtexbooks
-
hts_shrink
>= "2.1.2" - http
- http-cookie
- http-date
- http-lwt-client
- http-mirage-client
- http-multipart-formdata
- http_async
-
httpaf
>= "0.6.0" -
httpaf-async
>= "0.6.0" - httpaf-lwt-unix
- httpaf_caged
- httpcats
- httph
- httpun
- httpun-async
- httpun-eio
- httpun-lwt
- httpun-lwt-unix
- httpun-mirage
- httpun-types
- httpun-ws
- httpun-ws-async
- httpun-ws-eio
- httpun-ws-lwt
- httpun-ws-lwt-unix
- httpun-ws-mirage
- huffman
- hugin
- huml
- huml-cli
- hurl
-
hvsock
>= "2.0.0" - hxd
- hyper
- ISO3166
-
ISO8601
>= "0.2.6" - i3ipc
- icalendar
- idd
- idds
- imagelib
- imguiml
- incr_dom
- incr_dom_interactive
- incr_dom_keyboard
- incr_dom_partial_render
- incr_dom_sexp_form
- incr_dom_widgets
- incr_map
- incr_select
- incremental
- incremental_cycles
- indentation_buffer
- index
- index-bench
-
inferno
>= "20190924" - influxdb
- influxdb-async
- influxdb-lwt
- inifiles
-
inotify
>= "2.4" - inotify-eio
- inquire
- inquirer_oc
- int_repr
-
integers
>= "0.3.0" - integers_stubs_js
-
integration1d
>= "0.5.1" - interface-prime
- interface-prime-lwt
-
interval
>= "1.5" & < "1.6" - interval-map
- interval_base
- interval_crlibm
- interval_intel
- intPQueue
- io-page
- io-page-unix
- iomux
- iostream
- iostream-camlzip
- ip2location
-
ip2locationio
>= "1.0.1" - ip2proxy
- ip2whois
-
ipaddr
>= "2.9.0" - ipaddr-cstruct
- ipaddr-sexp
-
irc-client
>= "0.6.2" -
irc-client-lwt
>= "0.6.2" - irc-client-lwt-ssl
-
irc-client-tls
>= "0.6.2" -
irc-client-unix
>= "0.6.2" -
iri
>= "0.6.0" - irmin
- irmin-bench
- irmin-chunk
- irmin-cli
- irmin-client
- irmin-containers
- irmin-fs
- irmin-git
- irmin-graphql
- irmin-http
- irmin-indexeddb
- irmin-layers
- irmin-mirage
- irmin-mirage-git
- irmin-mirage-graphql
- irmin-pack
- irmin-pack-tools
- irmin-server
- irmin-test
- irmin-tezos
- irmin-unix
- irmin-watcher
- iso639
-
iter
>= "1.4" -
itv-tree
>= "2.2" -
jane-street-headers
>= "v0.12.0" - jane_rope
- janestreet_cpuid
- janestreet_csv
- janestreet_lru_cache
-
jasmin
>= "2023.06.0" -
jekyll-format
>= "0.2.0" -
jemalloc
>= "0.2" - jext
-
jhupllib
>= "0.2.1" -
jingoo
>= "1.3.0" - jose
- js_of_ocaml
- js_of_ocaml-compiler
- js_of_ocaml-lwt
-
js_of_ocaml-ocamlbuild
>= "3.5.0" - js_of_ocaml-ppx
- js_of_ocaml-ppx_deriving_json
- js_of_ocaml-toplevel
- js_of_ocaml-tyxml
- js_of_ocaml-webgpu
- js_of_ocaml-webidl
- js_of_ocaml_patches
- json-data-encoding
- json-data-encoding-browser
- json-data-encoding-bson
- json_decoder
- jsonaf
- jsonoo
- jsonrpc
- jsonschema
- jsonschema2atd
- jsonxt
- jsoo-react
- jsoo_broadcastchannel
- jsoo_storage
- jst-config
-
junit
>= "2.0.1" -
junit_alcotest
>= "2.0.1" -
junit_ounit
>= "2.0.1" - jupyter
- jupyter-archimedes
- jupyter-kernel
- jwto
-
kafka
>= "0.5" - kafka_async
- kafka_lwt
- kappa-agents
- kappa-binaries
- kappa-library
- kappa-server
- kaun
- kcas
- kcas_data
- kdf
- kdl
- ke
-
key-parsers
>= "0.10.1" -
kicadsch
>= "0.4.0" - kind2
-
kinetic-client
>= "0.0.11" - kittyimg
- kkmarkdown
- kmt
- knights_tour
- kqueue
- krb
- kuznechik
- lab
-
lablgtk3
>= "3.0.beta4" -
lablgtk3-extras
>= "3.0.1" - lablgtk3-goocanvas2
- lablgtk3-gtkspell3
- lablgtk3-rsvg2
- lablgtk3-sourceview3
- lablqml
- labrys
-
lacaml
>= "11.0.2" -
ladspa
>= "0.2.0" - lambda
- lambda-runtime
-
lambda-term
>= "2.0" - lambda_streams
- lambda_streams_async
- lambda_streams_lwt
- lambdapi
-
lambdasoup
>= "0.6.4" -
lame
>= "0.3.4" -
landmarks
>= "1.4" - landmarks-ppx
-
lascar
>= "0.6-alpha" -
lastfm
>= "0.3.3" -
launchd
>= "1.3" - lazy-trie
-
lbfgs
>= "0.9.1" -
lbvs_consent
>= "2.1.0" -
ldap
>= "2.4.1" - ldp
- ldp_curl
- ldp_js
- ldp_tls
- leaflet
- learn-ocaml
- learn-ocaml-client
- leaves
- ledes
- ledgerwallet
- ledgerwallet-tezos
- legacy_diffable
-
lens
>= "1.2.3" - letsencrypt
- letsencrypt-app
- letsencrypt-dns
- letsencrypt-mirage
- letters
-
leveldb
>= "1.3.0" - lib_parsing
- libabsolute
-
libbinaryen
< "105.1.0" | >= "107.0.1" - libbpf
- libbpf_maps
- libc
- libirmin
- libsail
-
libsvm
>= "0.10.0" - libzipperposition
- lichess_api
- lilac
- lilv
- line-up-words
- line_oriented
-
linenoise
>= "1.2.0" - links
- links-mysql
- links-postgresql
- links-sqlite3
- linol
- linol-eio
- linol-lwt
- lintcstubs
- lintcstubs-arity
- lintcstubs-gen
- linwrap
- liquid_interpreter
- liquid_ml
- liquid_parser
- liquid_std
- liquid_syntax
-
liquidsoap
>= "2.3.3" - liquidsoap-core
- liquidsoap-js
- liquidsoap-lang
- liquidsoap-libs
- liquidsoap-libs-extra
- liquidsoap-mode
- little_logger
- llama
- llama-cpp-ocaml
- llama_core
- llama_interactive
- llama_midi
- llhttp
-
llvm
>= "15.0.7+nnp-2" & < "18-shared" -
lmdb
>= "1.0" -
lo
>= "0.2.0" - loc
- lockfree
- loga
- logical
- logs-async
- logs-async-reporter
- logs-ppx
- logs-syslog
- logtk
- loop
- lp
- lp-glpk
- lp-glpk-js
- lp-gurobi
- lp-highs
- lpd
- lreplay
-
lru
>= "0.3.0" - lru_cache
- lsp
- lt-code
-
lua-ml
>= "0.9.3" - lua_parser
- lucid
- lun
-
lustre-v6
>= "6.103.3" -
lutils
>= "1.51.2" -
lutin
>= "2.71.10" - luv
- luv_unix
- lwd
- lwt
-
lwt-canceler
>= "0.2" - lwt-dllist
- lwt-exit
- lwt-parallel
-
lwt-watcher
>= "0.2" - lwt_direct
- lwt_domain
- lwt_eio
-
lwt_glib
>= "1.1.1" -
lwt_log
>= "1.1.1" -
lwt_ppx
>= "1.2.2" -
lwt_react
>= "1.1.2" - lwt_retry
-
lwt_ssl
>= "1.1.3" -
lz4
>= "1.2.0" -
lz4_chans
>= "3.0.1" -
lzo
>= "0.0.3" - MlFront_Cache
- MlFront_Cli
- MlFront_Codept
- MlFront_Config
- MlFront_Core
- MlFront_Errors
- MlFront_Exec
- MlFront_Logs
- MlFront_Manip
- MlFront_Signify
- MlFront_Thunk
- MlFront_Tools
- MlFront_ZipFile
- m_tree
- macaddr
- macaddr-cstruct
- macaddr-sexp
-
mad
>= "0.5.0" -
magic-mime
>= "1.1.2" - magic-trace
- make-random
- malfunction
- man_in_the_middle_debugger
-
mariadb
>= "1.2.0" - markdown
-
markup
>= "0.8.0" - markup-lwt
-
mastodon-archive-viewer
>= "0.2" - matita
- matplotlib
- mazeppa
- mbr-format
- mc2
-
mccs
>= "1.1+10" - md2mld
-
mdx
!= "1.7.0" - mec
- mechaml
- mehari
- mehari-eio
- mehari-eio-unix
- mehari-lwt-unix
- mehari-mirage
- mel
- mel-bastet
- melange
- melange-atdgen-codec-runtime
- melange-compiler-libs
- melange-fest
- melange-fetch
- melange-jest
- melange-json
- melange-json-native
- melange-moment
- melange-numeral
- melange-radix-icons
- melange-react-dates
- melange-react-query
- melange-recharts
- melange-testing-library
- melange-webapi
- meldep
- mem_usage
- memcad
- memfd
- memgraph
- memgraph_kitty
- memo
- memprof-limits
- memtrace
- memtrace-mirage
- memtrace_viewer
-
menhir
>= "20200123" - menhirCST
- menhirLib
- menhirSdk
- merge-fmt
- merlin
- merlin-extend
- merlin-lib
-
mesh
>= "0.9.5" -
mesh-easymesh
>= "0.9.5" -
mesh-graphics
>= "0.9.5" -
mesh-triangle
>= "0.9.5" - metadata
- metadb
- metal
- metapp
- metaquot
- metrics
- metrics-influx
- metrics-lwt
- metrics-rusage
- metrics-unix
- mew
- mew_vi
- middleware
- mimic
- mimic-happy-eyeballs
-
mindstorm
>= "0.8" - mindstorm-lwt
- minicaml
-
minicli
>= "5.0.2" -
minisat
>= "0.3" - minttea
- miou
-
mirage
>= "4.0.0" - mirage-block
- mirage-block-ccm
- mirage-block-combinators
- mirage-block-lwt
- mirage-block-partition
- mirage-block-ramdisk
- mirage-block-solo5
- mirage-block-unikraft
- mirage-block-unix
- mirage-block-xen
- mirage-bootvar
-
mirage-channel
>= "3.2.0" - mirage-channel-lwt
- mirage-clock
- mirage-clock-lwt
- mirage-clock-unix
- mirage-conduit
- mirage-console
- mirage-console-lwt
- mirage-crypto
- mirage-crypto-ec
- mirage-crypto-pk
- mirage-crypto-rng
- mirage-crypto-rng-async
- mirage-crypto-rng-eio
- mirage-crypto-rng-lwt
- mirage-crypto-rng-miou-unix
- mirage-crypto-rng-mirage
- mirage-device
- mirage-dns
- mirage-flow
- mirage-flow-combinators
- mirage-flow-lwt
- mirage-flow-unix
- mirage-fs
- mirage-fs-lwt
-
mirage-kv
>= "2.0.0" -
mirage-kv-lwt
>= "2.0.0" - mirage-kv-mem
- mirage-kv-unix
- mirage-logs
- mirage-monitoring
- mirage-mtime
- mirage-nat
- mirage-net
- mirage-net-lwt
-
mirage-net-macosx
>= "1.5.0" - mirage-net-solo5
- mirage-net-unikraft
- mirage-net-unix
- mirage-net-xen
- mirage-profile
- mirage-protocols
- mirage-protocols-lwt
- mirage-ptime
- mirage-qubes
- mirage-qubes-ipv4
- mirage-random
- mirage-runtime
- mirage-sleep
- mirage-solo5
- mirage-stack
- mirage-stack-lwt
- mirage-time
- mirage-time-lwt
- mirage-time-unix
-
mirage-types
>= "3.6.0" -
mirage-types-lwt
>= "3.6.0" - mirage-unikraft
- mirage-unix
- mirage-vnetif
- mirage-xen
- mjson
-
mkaudio
>= "1.1.0" - mkocaml
-
mlbdd
>= "0.7.2" - mlfenv
- mlgpx
-
mlmpfr
>= "4.0.2+dune" - mlpost
- mlpost-lablgtk
- mlsolver
- mlt_parser
- mlx
-
mm
>= "0.7.0" - mmap
- mmdb
- mmo
- mnd
-
mock
>= "0.1.1" -
mock-ounit
>= "0.1.1" - module-graph
-
molenc
>= "5.0.0" - monaco_jsoo
- monolith
-
monomorphic
>= "2.0" - monorobot
- moonpool
- moonpool-io
- moonpool-lwt
- mopsa
-
morbig
>= "0.10.3" - morsmall
- mosaique
-
moss
>= "0.1.1" -
mparser
>= "1.3" - mparser-pcre
- mparser-re
- mperf
- mpg123
-
mpp
>= "0.3.4" - mpris
- mpris-clients
- mqtt
- mrmime
-
msat
>= "0.8" - msat-bin
-
msgpck
>= "1.5" - msgpck-repr
- mssql
- mugen
- mula
- multibase
- multicodec
-
multicont
>= "1.0.1" - multicore-bench
- multicore-magic
- multicore-magic-dscheck
- multihash
- multihash-digestif
-
multipart-form-data
>= "0.3.0" - multipart_form
- multipart_form-cohttp-lwt
- multipart_form-eio
- multipart_form-lwt
- multipart_form-miou
-
murmur3
>= "0.3" -
mustache
>= "3.1.0" - mustache-cli
- mutaml
- mutf8
- mwt
-
mybuild
>= "7" - mysql8
- mysql_protocol
- n_ary
- naboris
- nacc
- nanoev
- nanoev-picos
- nanoev-posix
- nanoev_tiny_httpd
- nanoid
- nanosvg
- nanosvg_text
-
nbd
>= "4.0.3" - nbd-tool
- nbd-unix
- netkat
-
netlink
>= "0.3.4" - netsnmp
- neural_nets_lib
- nice_parser
- ninja_utils
- niru
- nloge
- nlopt
- nmea
-
noCanren
>= "0.3.0~alpha1" - nocoiner
- node_of_ocaml
- noise
- nomad
- non_empty_list
- nottui
- nottui-lwt
- nottui-pretty
- nottui-unix
-
notty
>= "0.2.3" - notty-community
-
notty_async
>= "v0.12.0" - np
-
npy
>= "0.0.9" - nsq
- numeric_string
- nuscr
- nx
- nx-datasets
- nx-text
- OCADml
- OCanren
- OCanren-ppx
- OSCADml
- obatcher
- obeam
-
obelisk
>= "0.5.0" - obuilder
- obuilder-spec
-
obus
>= "1.2.0" -
ocal
>= "0.2.2" - ocaml-canvas
-
ocaml-compiler-libs
>= "v0.12.0" - ocaml-embed-file
- ocaml-in-python
- ocaml-index
- ocaml-lsp-server
- ocaml-lua
- ocaml-migrate-parsetree
- ocaml-migrate-parsetree-ocamlbuild
-
ocaml-monadic
>= "0.4.1" - ocaml-print-intf
- ocaml-probes
-
ocaml-protoc
>= "2.0.1" - ocaml-protoc-plugin
-
ocaml-r
>= "0.1.1" -
ocaml-sat-solvers
>= "0.8" - ocaml-syntax-shims
-
ocaml-systemd
>= "1.3" -
ocaml-top
>= "1.2.0" -
ocaml-vdom
< "transition" -
ocaml-version
>= "3.5.0" - ocaml_db_model
- ocaml_intrinsics
- ocaml_intrinsics_kernel
- ocaml_openapi_generator
- ocaml_pgsql_model
- ocaml_plugin
- ocamlapi
- ocamlapi_async
- ocamlapi_lwt_unix
- ocamlapi_ppx
- ocamlc-loc
- ocamlcodoc
-
ocamldiff
>= "1.2" -
ocamlformat
>= "0.24.1" - ocamlformat-lib
- ocamlformat-mlx
- ocamlformat-mlx-lib
-
ocamlformat-rpc
< "removed" - ocamlformat-rpc-lib
- ocamlfuse
-
ocamlgraph
>= "2.0.0" - ocamlgraph_gtk
-
ocamlify
>= "0.1.0" - ocamline
- ocamlmerlin-mlx
- ocamlmig
-
ocamlmod
>= "0.1.1" - ocamlog
- ocamlregextkit
- ocannl_npy
- ocb
-
ocf
>= "0.8.0" - ocf_ppx
- ockt
-
ocluster
!= "0.2" - ocluster-api
- ocluster-worker
- ocolor
-
ocp-browser
>= "1.1.9" -
ocp-indent
>= "1.7.0" - ocp-indent-nlfork
-
ocp-index
>= "1.1.9" - ocp-search
- ocp_reveal
-
ocplib-endian
>= "1.1" - ocplib-json-typed-browser
- ocplib-json-typed-bson
-
ocplib-simplex
>= "0.5" -
ocplib_stuff
>= "0.4.0" -
ocsigen-i18n
>= "4.0.0" - ocsigen-ppx-rpc
-
ocsigenserver
>= "4.0.1" - ocsipersist
- ocsipersist-dbm
- ocsipersist-dbm-config
- ocsipersist-lib
- ocsipersist-pgsql
- ocsipersist-pgsql-config
- ocsipersist-sqlite
- ocsipersist-sqlite-config
-
octavius
>= "1.2.2" -
octez-accuser-Proxford
>= "19.0" - octez-accuser-PsParisC
- octez-accuser-PtLimaPt
- octez-accuser-PtMumbai
-
octez-accuser-PtNairob
< "18.0" | >= "19.0" - octez-accuser-PtParisB
-
octez-alcotezt
>= "19.0" -
octez-baker-Proxford
>= "19.0" - octez-baker-PsParisC
- octez-baker-PtLimaPt
- octez-baker-PtMumbai
-
octez-baker-PtNairob
< "18.0" | >= "19.0" - octez-baker-PtParisB
-
octez-client
< "18.0" | >= "19.0" -
octez-codec
< "18.0" | >= "19.0" -
octez-crawler
< "18.0" | >= "19.0" -
octez-dac-client
>= "19.0" -
octez-dac-node
>= "19.0" - octez-dal-node
-
octez-distributed-internal
>= "19.0" -
octez-distributed-lwt-internal
< "18.0" | >= "19.0" -
octez-injector
< "18.0" | >= "19.0" - octez-internal-libs
-
octez-l2-libs
>= "19.0" -
octez-libs
>= "19.0" -
octez-node
< "18.0" | >= "19.0" -
octez-node-config
< "18.0" | >= "19.0" - octez-plompiler
- octez-plonk
-
octez-proto-libs
>= "19.0" -
octez-protocol-000-Ps9mPmXa-libs
>= "19.0" -
octez-protocol-001-PtCJ7pwo-libs
>= "19.0" -
octez-protocol-002-PsYLVpVv-libs
>= "19.0" -
octez-protocol-003-PsddFKi3-libs
>= "19.0" -
octez-protocol-004-Pt24m4xi-libs
>= "19.0" -
octez-protocol-005-PsBabyM1-libs
>= "19.0" -
octez-protocol-006-PsCARTHA-libs
>= "19.0" -
octez-protocol-007-PsDELPH1-libs
>= "19.0" -
octez-protocol-008-PtEdo2Zk-libs
>= "19.0" -
octez-protocol-009-PsFLoren-libs
>= "19.0" -
octez-protocol-010-PtGRANAD-libs
>= "19.0" -
octez-protocol-011-PtHangz2-libs
>= "19.0" -
octez-protocol-012-Psithaca-libs
>= "19.0" -
octez-protocol-013-PtJakart-libs
>= "19.0" -
octez-protocol-014-PtKathma-libs
>= "19.0" -
octez-protocol-015-PtLimaPt-libs
>= "19.0" -
octez-protocol-016-PtMumbai-libs
>= "19.0" -
octez-protocol-017-PtNairob-libs
>= "19.0" -
octez-protocol-018-Proxford-libs
>= "19.0" - octez-protocol-019-PtParisB-libs
- octez-protocol-020-PsParisC-libs
-
octez-protocol-alpha-libs
>= "19.0" -
octez-protocol-compiler
< "18.0" | >= "19.0" -
octez-proxy-server
< "18.0" | >= "19.0" - octez-rpc-process
-
octez-shell-libs
>= "19.0" -
octez-signer
< "18.0" | >= "19.0" - octez-smart-rollup-client-PtMumbai
-
octez-smart-rollup-client-PtNairob
< "18.0" -
octez-smart-rollup-node
!= "18.1" -
octez-smart-rollup-node-alpha
>= "19.0" -
octez-smart-rollup-node-lib
>= "19.0" -
octez-smart-rollup-node-Proxford
>= "19.0" - octez-smart-rollup-node-PsParisC
- octez-smart-rollup-node-PtMumbai
-
octez-smart-rollup-node-PtNairob
< "18.0" | >= "19.0" - octez-smart-rollup-node-PtParisB
- octez-smart-rollup-wasm-benchmark-lib
-
octez-smart-rollup-wasm-debugger
< "18.0" | >= "19.0" - octez-smart-rollup-wasm-debugger-lib
- octez-smart-rollup-wasm-debugger-plugin
- octez-tx-rollup-client-PtLimaPt
- octez-tx-rollup-node-PtLimaPt
-
octez-version
>= "19.0" - ocue
- odash
- odate
-
odds
>= "1.1" - odep
-
odepack
>= "0.6.9" - odnnr
- odoc
- odoc-driver
- odoc-md
- odoc-parser
- oenv
- oepub
- of_json
- offheap
- oframl
-
ogg
>= "1.0.0" - oglsl
- ohex
- oidc
- ojo
- ojs
- ojs_base
- ojs_base_all
- ojs_base_ppx
- ojs_ed
- ojs_filetree
- ojs_list
-
olinq
>= "0.3" - oma
-
omd
>= "1.3.2" - ometrics
- omg
- omigrate
-
omlr
>= "1.0.3" - omtl
- oneffs
- oniguruma
- ooh
- opam-0install
- opam-0install-cudf
-
opam-bin
>= "1.0.0" - opam-build
- opam-check-npm-deps
- opam-ci-check-lint
-
opam-client
>= "2.0.2" - opam-compiler
-
opam-core
>= "2.0.2" - opam-custom-install
-
opam-devel
>= "2.0.2" -
opam-dune-lint
>= "0.3" -
opam-ed
>= "0.4" -
opam-file-format
>= "2.1.0" & < "2.1.5" | >= "2.2.0~alpha1" -
opam-format
>= "2.0.2" - opam-graph
-
opam-grep
>= "0.2.0" -
opam-installer
>= "2.0.2" - opam-monorepo
-
opam-package-upgrade
>= "0.2" -
opam-publish
>= "2.0.2" -
opam-repository
>= "2.0.2" -
opam-solver
>= "2.0.2" - opam-spin
-
opam-state
>= "2.0.2" - opam-test
-
opam_bin_lib
!= "0.9.5" - opasswd
- opatch
- opazl
- openai
- openai-gym
- openapi
- openapi-opium
- openapi_router
- openbsd
- opencage
- opencc0
- opencc1
- opencc1_1
- openQASM
- openstellina
- opentelemetry
- opentelemetry-client-cohttp-eio
- opentelemetry-client-cohttp-lwt
- opentelemetry-client-ocurl
- opentelemetry-cohttp-lwt
- opentelemetry-logs
- opentelemetry-lwt
- opine
- opium
- opium-graphql
- opium-testing
-
opium_kernel
>= "0.17.0" - oplot
- oplsr
- opomodoro
- opsian
- optal
- opti
-
optimization1d
>= "0.6.1" - optiml-transport
- optint
- opus
- oraft
-
oranger
>= "2.0.1" - orb
- order-i3-xfce
- ordering
- ordinal
- ordinal_abbreviation
-
ordma
>= "0.0.5" -
orec
>= "1.0.1" - orewa
- orf
- orgeat
- orpie
- orrandomForest
-
orsvm_e1071
>= "4.0.0" - ortac-core
- ortac-dune
- ortac-qcheck-stm
- ortac-runtime
- ortac-runtime-qcheck-stm
- ortac-wrapper
- orthologic-coq
-
orxgboost
>= "1.1.0" -
osc
>= "0.2.0" - osc-lwt
- osc-unix
-
osdp
>= "1.1.1" -
oseq
>= "0.2" - osh
- oskel
- osnap
-
ostap
>= "0.6" - osx-secure-transport
- otaglibc
- otf
- otoggl
- otoml
- otp
- otr
-
ounit
= "2.1.2" -
ounit-lwt
< "2.2.0" - ounit2
- ounit2-lwt
- override
- owee
- owi
-
owl
>= "0.4.0" -
owl-base
>= "0.4.0" - owl-jupyter
- owl-ode
- owl-ode-base
- owl-ode-odepack
- owl-ode-sundials
- owl-opt
- owl-opt-lbfgs
- owl-plplot
- owl-symbolic
-
owl-top
>= "0.4.0" -
owl-zoo
>= "0.4.0" - owork
- ozulip
- p4pp
- p5scm
- packstream
- pacomb
- paf
- paf-cohttp
- pageantty
- pam
- pancake
- pandoc
- pandoc-abbreviations
- pandoc-comment
- pandoc-crossref
- pandoc-include
- pandoc-inspect
- pandoc-pdf2png
- pandoc-replace
-
papi
>= "0.1.1" - par_incr
-
parany
>= "9.0.0" -
pardi
>= "2.0.2" - pari
- pari-bindings
-
parmap
>= "1.1.1" -
parsexp
>= "v0.12.0" - parsexp_io
- parsite
- parsley
- passage
- patch
-
patdiff
>= "v0.12.1" - path_glob
- patience_diff
- patricia-tree
- pattern
- pb
- pb-plugin
- pbkdf
- pbrt
- pbrt_services
- pbrt_yojson
-
pcap-format
>= "0.5.2" - pcrc
-
pcre
>= "7.3.5" - pcre2
-
pds-reachability
>= "0.2.2" -
pecu
>= "0.2" - petr4
- petrol
- pf-qubes
- pg_query
- pgn_parser
-
pgocaml
>= "4.0" - pgocaml_ppx
-
pgsolver
>= "4.4" -
pgx
>= "1.0" -
pgx_async
>= "1.0" -
pgx_lwt
>= "1.0" - pgx_lwt_mirage
- pgx_lwt_unix
-
pgx_unix
>= "1.0" - pgx_value_core
- pgx_value_ptime
-
phantom-algebra
>= "1.0.1" - phonetic
- phylogenetics
- piaf
- picasso
- picos
- picos_aux
- picos_io
- picos_io_cohttp
- picos_lwt
- picos_meta
- picos_mux
- picos_std
- piece_rope
-
piqi
>= "0.7.8" -
piqilib
>= "0.6.16" - pixel_pusher
-
pkcs11
>= "0.18.0" - pkcs11-cli
- pkcs11-driver
- pkcs11-rev
-
pla
>= "1.3" - plateau
- plato
- plebeia
- plist-xml
- plist-xml-lwt
- plotkicadsch
- plotly
-
plplot
>= "5.11.0-1" - polars
- polars_async
- polka
- poll
- polling_state_rpc
- polly
- polynomial
- pomap
- popper
-
portaudio
>= "0.2.2" - portaudio_c_bindings
- portmidi
- posix-base
- posix-bindings
-
posix-getopt
>= "2.0.0" - posix-math2
- posix-signal
- posix-socket
- posix-socket-unix
- posix-time2
-
posix-types
>= "2.0.0" - posix-uname
- posixat
- postgres_async
-
postgresql
>= "4.4.1" - pp
- pp-binary-ints
- pp_loc
- pplumbing
- pplumbing-err
- pplumbing-log
- pplumbing-log-cli
- pplumbing-pp-tty
-
pprint
>= "20200226" - ppx-owl-opt
- ppx_accessor
- ppx_assert
- ppx_bap
- ppx_base
- ppx_bench
- ppx_bin_prot
- ppx_bitstring
-
ppx_blob
>= "0.6.0" - ppx_camlrack
- ppx_catch
- ppx_cold
- ppx_compare
-
ppx_compose
>= "0.1.0" -
ppx_const
>= "2.0" - ppx_conv_func
- ppx_counters
- ppx_css
- ppx_cstruct
- ppx_cstubs
- ppx_csv_conv
- ppx_custom_printf
- ppx_decimal
- ppx_default
-
ppx_defer
>= "0.4.0" - ppx_demo
- ppx_derive_at_runtime
-
ppx_derivers
>= "1.2.1" -
ppx_deriving
>= "4.5-1" - ppx_deriving_cad
-
ppx_deriving_cmdliner
>= "0.5.1" - ppx_deriving_decoders
- ppx_deriving_encoding
- ppx_deriving_ezjsonm
- ppx_deriving_hardcaml
- ppx_deriving_hash
- ppx_deriving_json_schema
- ppx_deriving_jsonschema
- ppx_deriving_jsoo
-
ppx_deriving_madcast
>= "0.2" - ppx_deriving_popper
- ppx_deriving_protobuf
- ppx_deriving_qcheck
- ppx_deriving_rpc
- ppx_deriving_scad
- ppx_deriving_variant_string
- ppx_deriving_yaml
- ppx_deriving_yojson
- ppx_diff
- ppx_disable_unused_warnings
-
ppx_distr_guards
>= "0.2" - ppx_dream_eml
- ppx_embed_file
- ppx_enumerate
- ppx_expect
- ppx_expect_nobase
- ppx_factory
- ppx_fail
- ppx_fields_conv
- ppx_fixed_literal
- ppx_format
- ppx_fun
-
ppx_gen_rec
>= "1.1.0" -
ppx_getenv
>= "2.0" - ppx_globalize
- ppx_hardcaml
- ppx_hash
- ppx_here
- ppx_ignore_instrumentation
- ppx_import
- ppx_inline_alcotest
- ppx_inline_test
- ppx_inline_test_nobase
- ppx_interact
- ppx_irmin
- ppx_jane
- ppx_js_style
- ppx_jsobject_conv
- ppx_jsonaf_conv
- ppx_let
- ppx_log
- ppx_lun
- ppx_make
- ppx_map
- ppx_marshal
- ppx_marshal_ext
- ppx_matches
- ppx_meta_conv
- ppx_mica
- ppx_minidebug
- ppx_module_timer
- ppx_monad
-
ppx_monoid
>= "0.3.2" - ppx_mysql
- ppx_mysql_identity
- ppx_open
- ppx_optcomp
- ppx_optint
- ppx_optional
- ppx_parser
- ppx_partial
- ppx_pattern_bind
- ppx_pbt
-
ppx_pipebang
>= "v0.12.0" - ppx_protocol_conv
- ppx_protocol_conv_json
- ppx_protocol_conv_jsonm
- ppx_protocol_conv_msgpack
- ppx_protocol_conv_xml_light
- ppx_protocol_conv_xmlm
- ppx_protocol_conv_yaml
- ppx_pyformat
- ppx_python
- ppx_quick_test
- ppx_rapper
- ppx_rapper_async
- ppx_rapper_lwt
-
ppx_regexp
>= "0.4.0" - ppx_repr
- ppx_seq
- ppx_sexp_conv
- ppx_sexp_message
- ppx_sexp_value
- ppx_show
- ppx_stable
- ppx_stable_witness
- ppx_string
- ppx_string_conv
- ppx_string_interpolation
- ppx_subliner
- ppx_system
- ppx_test
- ppx_there
-
ppx_tools
>= "6.0+4.08.0" - ppx_tools_versioned
- ppx_trace
- ppx_ts
- ppx_tydi
- ppx_type_directed_value
- ppx_typed_fields
- ppx_typerep_conv
- ppx_tyre
- ppx_units
- ppx_unreachable
- ppx_update
- ppx_variants_conv
- ppx_viewpattern
- ppx_wideopen
- ppx_xml_conv
- ppx_yojson
- ppx_yojson_conv
- ppx_yojson_conv_lib
-
ppxfind
>= "1.3" - ppxlib
- ppxlib-tools
- ppxlib_jane
- ppxx
- pratter
- prbnmcn-basic-structures
- prbnmcn-cgrph
- prbnmcn-clustering
- prbnmcn-dagger
- prbnmcn-dagger-gsl
- prbnmcn-dagger-stats
- prbnmcn-dagger-test
- prbnmcn-gnuplot
- prbnmcn-linalg
- prbnmcn-mcts
- prbnmcn-proptest
- prbnmcn-stats
- prbnmcn-ucb1
- prc
- preface
- prelude
- pretty_expressive
- prettym
- primavera
- print-table
-
printbox
>= "0.3" - printbox-ext-plot
- printbox-html
- printbox-md
-
printbox-text
>= "0.6.1" - proc-smaps
- process_limits
- processor
- producer
- prof_spacetime
- profiling
- profunctor
- progress
- prolect
- prom
-
prometheus
>= "0.6" -
prometheus-app
>= "0.6" -
prometheus-liquidsoap
>= "2" - promise
- promise_jsoo
- promise_jsoo_lwt
- protocell
-
protocol-9p
>= "1.0.0" -
protocol-9p-tool
>= "1.0.0" -
protocol-9p-unix
>= "1.0.0" - protocol_version_header
- proton
- provider
- prr
-
psmt2-frontend
= "0.3.0" | >= "0.4.0" -
psq
>= "0.1.1" -
ptmap
>= "2.0.5" - ptset
-
pulseaudio
>= "0.1.4" - pure-html
-
pure-splitmix
>= "0.3" - pvec
-
py
>= "1.1" - pyast
-
pyml
>= "20210924" -
pyml_bindgen
>= "0.3.0" - pyre-ast
- pythonlib
-
qbf
>= "0.3" -
qcheck
>= "0.13" - qcheck-alcotest
- qcheck-core
- qcheck-lin
- qcheck-multicoretests-util
- qcheck-ounit
- qcheck-stm
-
qcow
>= "0.12.1" - qcow-stream
-
qcow-tool
>= "0.12.1" - qcow-types
- qinap
- qiskit
-
qmp
>= "0.19.0" - qrencode
-
qtest
>= "2.10.1" - queenshead
- quests
- quick_print
- quickjs
- quill
- radamsa
-
radare2
>= "0.0.3" - randii
- random
- randomconv
- randoml
-
range
>= "0.8" - rangeSet
- rankers
- raven
- rawlink
- rawlink-eio
- rawlink-lwt
- raygui
- raylib
-
rdbg
>= "1.196.12" -
rdf
>= "0.13.0" - rdf_impls
- rdf_json_ld
- rdf_lwt
- rdf_mysql
- rdf_postgresql
- rdf_ppx
-
re
>= "1.9.0" -
re2
>= "v0.12.1" - re2_stable
- re_parser
- rea
-
reactiveData
>= "0.2.4" - reactjs-jsx-ppx
- readline
- reanalyze
- reason
- reason-react
- reason-react-ppx
- reason-standard
- received
- record_builder
-
records
>= "1.0.0" - red-black-tree
- reddit_api_async
- reddit_api_kernel
- redirect
-
redis
>= "0.4" - redis-async
-
redis-lwt
>= "0.4" -
redis-sync
>= "0.4" -
reed-solomon-erasure
>= "1.0.2" - reedsolomon
- refl
- regenerate
- regex_parser_intf
- regrade
- relude
- remu_ts
- reparse
- reparse-lwt
- reparse-lwt-unix
- reparse-unix
- repr
- repr-bench
- repr-fuzz
-
res
>= "5.0.1" - res_tailwindcss
- rescript-syntax
- reshowcase
-
resource-pooling
>= "1.1" - resource_cache
- resp
- resp-client
- resp-mirage
-
resp-server
>= "0.9" - resp-unix
- resto
- resto-acl
- resto-cohttp
- resto-cohttp-client
- resto-cohttp-self-serving-client
- resto-cohttp-server
- resto-directory
- resto-json
- result
-
rfc1951
>= "0.8.1" & != "1.0.0" -
rfc6287
>= "1.0.4" - rfc7748
-
rfsm
>= "1.6-alpha-3" - rhythm
- rich-string
- ringo
- ringo-lwt
- rio
- riot
- river
- rock
- rocq-core
- rocq-devtools
- rocq-runtime
- rocqide
- roman
-
root1d
>= "0.5.1" -
rope
>= "0.6.2" - rosa
-
rosetta
>= "0.2.0" - routes
- rpc
- rpc_parallel
- rpclib
- rpclib-async
- rpclib-html
- rpclib-js
- rpclib-lwt
- rpmfile
- rpmfile-cli
- rpmfile-eio
- rpmfile-unix
- rsdd
- rss
- rtop
- rtree
- rune
- rungen
- runtime_events_tools
- runtime_events_tools_bare
- rusage
- rust-staticlib-gen
- rust-staticlib-virtual
- SourceCode_ASCII
- SZXX
- safemoney
-
safepass
>= "3.1" - saga
-
sail
>= "0.15" - sail_c_backend
- sail_coq_backend
- sail_doc_backend
- sail_latex_backend
- sail_lean_backend
- sail_lem_backend
- sail_manifest
- sail_ocaml_backend
- sail_output
- sail_smt_backend
- sail_sv_backend
-
salsa20
>= "1.0.0" -
salsa20-core
>= "1.0.0" - salto-analyzer
- saltoIL
-
samplerate
>= "0.1.6" -
sanddb
>= "0.2" - sarek
- sarif
- satex
- saturn
- saturn_lockfree
- satyrographos
- savvy
- scad_ml
- scfg
- scgi
- scipy
- scope
- scrypt-kdf
- sd_logic
-
sdl-liquidsoap
>= "3" - search
- searchTree
-
secp256k1
>= "0.4.1" - secp256k1-internal
-
sedlex
>= "2.0" - sek
- sel
- semantic_version
- semaphore-compat
- semv
-
semver
>= "0.2.1" - semver2
- sendmail
- sendmail-lwt
- sendmail-miou-unix
- sendmail-mirage
- sentry
-
seq
< "base" - seqes
- sequencer_table
- serde
- serde_debug
- serde_derive
- serde_json
- serde_sexpr
- serde_xml
- serial
- server-reason-react
-
session
>= "0.4.1" -
session-cohttp
>= "0.4.1" -
session-cohttp-async
>= "0.4.1" -
session-cohttp-lwt
>= "0.4.1" - session-cookie
- session-cookie-async
- session-cookie-lwt
-
session-postgresql
>= "0.4.1" - session-postgresql-async
- session-postgresql-lwt
-
session-redis-lwt
>= "0.4.1" -
session-webmachine
>= "0.4.1" -
setcore
>= "1.0.2" - sexp
- sexp_decode
- sexp_diff
- sexp_diff_kernel
- sexp_grammar
- sexp_macro
- sexp_pretty
- sexp_select
- sexp_string_quickcheck
-
sexplib
>= "v0.12.0" -
sexplib0
>= "v0.12.0" - sexps-rewriter
-
sgf
>= "1.0.1" -
sha
>= "1.13" - shades
- shapefile
- shared-block-ring
- shared-memory-ring
- shared-memory-ring-lwt
-
shared-secret
>= "0.4" - shell
- sherlodoc
- shexp
-
shine
>= "0.2.2" - shuttle
- shuttle_http
- shuttle_ssl
- shuttle_websocket
- sifun
- signal
- sihl
- sihl-cache
- sihl-contract
- sihl-core
- sihl-email
- sihl-facade
- sihl-persistence
- sihl-queue
- sihl-session
- sihl-storage
- sihl-token
- sihl-type
- sihl-user
- sihl-web
- simlog
- simple63
- sitemap
- sklearn
- slack
- slacko
- slice
- slipshow
- slug
-
smart-print
>= "0.3.0" - smaws-clients
- smaws-lib
- smbc
- smol
- smol-helpers
- smtlib-utils
- smtml
-
snappy
>= "0.1.2" - snf_mcp
- snoke
- so
- sodium-fmt
- solid
- solid_server
- solid_tools
- solidity-alcotest
- solidity-common
- solidity-parser
- solidity-test
- solidity-typechecker
- solo5-elftool
- sortedseq_intersect
-
soundtouch
>= "0.1.9" - soupault
- sowilo
- spacetime_lib
- spatial-shell
-
spawn
< "v0.9.0" | >= "v0.13.0" - spdx_licenses
- spectrum
- speed
- speex
-
spelll
>= "0.4" - spices
- spin
- splay_tree
- splittable_random
- spoc
- spoc_ppx
- spoke
- spotify-web-api
- spotify_ml
-
spotlib
>= "4.1.0" - spurs
- sqids
-
sqlgg
>= "20200521" -
sqlite3
>= "4.4.1" - sqlite3_utils
- srt
-
ssh-agent
>= "0.2.0" -
ssl
>= "0.5.6" - starpath
- starred_ml
- statocaml
- statocaml_changelog
- statocaml_community
- statocaml_db
- statocaml_github
- statocaml_go
- statocaml_gui
- statocaml_html
- statocaml_plots
- statocaml_profile
-
stdcompat
>= "19" -
stdint
>= "0.6.0" - stdint-literals
- stdio
- stdlib-diff
- stdlib-random
- stdlib-shims
- stdune
- stitch
- stk
- stk_iconv
- stk_ocf
- stk_ppx
- stk_rdf
- stk_xml
-
stog
>= "0.20.0" - stog_all
- stog_asy
- stog_dot
- stog_extern
- stog_markdown
- stog_multi_doc
- stog_nocaml
- stog_noexec
- stog_plugins
- stog_rdf
- stog_rel_href
- stog_server
- stog_server_multi
- stog_sitemap
- stog_writing
-
stone
>= "0.5.2" - store
- stored_reversed
- stramon-lib
- streamable
- streaming
- string_dict
- stringCodepointSplitter
-
stringext
>= "1.6.0" - stringx
-
sturgeon
>= "0.4.2" - styled-ppx
- subprocess
- subscriptions-transport-ws
-
subtype-refinement
>= "0.2" - sun
- svmwrap
-
swagger
>= "0.2.0" - swapfs
- swhid
- swhid_compute
- swhid_core
- swhid_types
- swipl
- syguslib-utils
- synchronizer
- syncweb
-
syndic
>= "1.6.0" - synopsis
- sys-socket
- sys-socket-unix
-
syslog
>= "2.0.1" -
syslog-message
>= "1.0.0" - syslog-rfc5424
-
systemverilog
>= "0.0.2" -
TCSLib
>= "0.5" - tablecloth-base
- tablecloth-melange
-
tablecloth-native
< "transition" - tabr
- tacit
-
taglib
>= "0.3.7" - talaria-bibtex
- talon
- tar
- tar-eio
- tar-mirage
- tar-unix
- tcalc
- tcpip
- tcs-lib
- tdigest
- telemetry
- telltime
- tensorboard
- term-indexing
- term-tools
- terminal
-
terminal_size
>= "0.1.4" - terminus
- terminus-cohttp
- terminus-hlc
- terml
- testo
- testo-diff
- testo-lwt
- testo-util
- testu01
- textmate-language
- textrazor
- textutils
- textutils_kernel
-
textwrap
>= "0.2.1" - tezos-baking-015-PtLimaPt
- tezos-baking-015-PtLimaPt-commands
- tezos-baking-016-PtMumbai
- tezos-baking-016-PtMumbai-commands
- tezos-baking-017-PtNairob
- tezos-baking-017-PtNairob-commands
- tezos-baking-alpha
- tezos-baking-alpha-commands
- tezos-base
- tezos-base-test-helpers
- tezos-base58
-
tezos-benchmark
>= "19.0" - tezos-bls12-381-polynomial
- tezos-clic
- tezos-client-000-Ps9mPmXa
- tezos-client-001-PtCJ7pwo
- tezos-client-002-PsYLVpVv
- tezos-client-003-PsddFKi3
- tezos-client-004-Pt24m4xi
- tezos-client-005-PsBabyM1
- tezos-client-006-PsCARTHA
- tezos-client-007-PsDELPH1
- tezos-client-008-PtEdo2Zk
- tezos-client-009-PsFLoren
- tezos-client-010-PtGRANAD
- tezos-client-011-PtHangz2
- tezos-client-012-Psithaca
- tezos-client-013-PtJakart
- tezos-client-014-PtKathma
- tezos-client-015-PtLimaPt
- tezos-client-016-PtMumbai
- tezos-client-017-PtNairob
- tezos-client-alpha
- tezos-client-base
- tezos-client-base-unix
- tezos-client-commands
-
tezos-client-demo-counter
< "18.0" | >= "19.0" -
tezos-client-genesis
< "18.0" | >= "19.0" - tezos-context
- tezos-context-hash
- tezos-context-hash-irmin
- tezos-context-ops
- tezos-crypto
- tezos-crypto-dal
-
tezos-dac-client-lib
>= "19.0" -
tezos-dac-lib
>= "19.0" -
tezos-dac-node-lib
>= "19.0" -
tezos-dal-node-lib
< "18.0" | >= "19.0" -
tezos-dal-node-services
< "18.0" | >= "19.0" - tezos-embedded-protocol-000-Ps9mPmXa
- tezos-embedded-protocol-001-PtCJ7pwo
- tezos-embedded-protocol-002-PsYLVpVv
- tezos-embedded-protocol-003-PsddFKi3
- tezos-embedded-protocol-004-Pt24m4xi
- tezos-embedded-protocol-005-PsBABY5H
- tezos-embedded-protocol-005-PsBabyM1
- tezos-embedded-protocol-006-PsCARTHA
- tezos-embedded-protocol-007-PsDELPH1
- tezos-embedded-protocol-008-PtEdo2Zk
- tezos-embedded-protocol-008-PtEdoTez
- tezos-embedded-protocol-009-PsFLoren
- tezos-embedded-protocol-010-PtGRANAD
- tezos-embedded-protocol-011-PtHangz2
- tezos-embedded-protocol-012-Psithaca
- tezos-embedded-protocol-013-PtJakart
- tezos-embedded-protocol-014-PtKathma
- tezos-embedded-protocol-015-PtLimaPt
- tezos-embedded-protocol-016-PtMumbai
- tezos-embedded-protocol-017-PtNairob
- tezos-embedded-protocol-alpha
- tezos-embedded-protocol-demo-counter
- tezos-embedded-protocol-demo-noops
- tezos-embedded-protocol-genesis
- tezos-error-monad
- tezos-event-logging
- tezos-event-logging-test-helpers
- tezos-hacl-glue
- tezos-hacl-glue-unix
- tezos-injector-015-PtLimaPt
- tezos-injector-016-PtMumbai
- tezos-layer2-store
- tezos-layer2-utils-016-PtMumbai
- tezos-layer2-utils-017-PtNairob
- tezos-lazy-containers
-
tezos-lwt-result-stdlib
< "16.0" - tezos-micheline
- tezos-mockup
- tezos-mockup-commands
- tezos-mockup-proxy
- tezos-mockup-registration
- tezos-openapi
- tezos-p2p
- tezos-p2p-services
- tezos-plompiler
- tezos-plonk
-
tezos-protocol-000-Ps9mPmXa
< "18.0" | >= "19.0" -
tezos-protocol-001-PtCJ7pwo
< "18.0" | >= "19.0" -
tezos-protocol-002-PsYLVpVv
< "18.0" | >= "19.0" -
tezos-protocol-003-PsddFKi3
< "18.0" | >= "19.0" -
tezos-protocol-004-Pt24m4xi
< "18.0" | >= "19.0" -
tezos-protocol-005-PsBABY5H
< "18.0" | >= "19.0" -
tezos-protocol-005-PsBabyM1
< "18.0" | >= "19.0" -
tezos-protocol-006-PsCARTHA
< "18.0" | >= "19.0" -
tezos-protocol-007-PsDELPH1
< "18.0" | >= "19.0" -
tezos-protocol-008-PtEdo2Zk
< "18.0" | >= "19.0" -
tezos-protocol-008-PtEdoTez
< "18.0" | >= "19.0" -
tezos-protocol-009-PsFLoren
< "18.0" | >= "19.0" -
tezos-protocol-010-PtGRANAD
< "18.0" | >= "19.0" -
tezos-protocol-011-PtHangz2
< "18.0" | >= "19.0" -
tezos-protocol-012-Psithaca
< "18.0" | >= "19.0" -
tezos-protocol-013-PtJakart
< "18.0" | >= "19.0" -
tezos-protocol-014-PtKathma
< "18.0" | >= "19.0" -
tezos-protocol-015-PtLimaPt
< "18.0" | >= "19.0" -
tezos-protocol-016-PtMumbai
< "18.0" | >= "19.0" -
tezos-protocol-017-PtNairob
< "18.0" | >= "19.0" -
tezos-protocol-018-Proxford
>= "19.0" - tezos-protocol-019-PtParisB
- tezos-protocol-020-PsParisC
-
tezos-protocol-alpha
< "18.0" | >= "19.0" -
tezos-protocol-demo-counter
< "18.0" | >= "19.0" -
tezos-protocol-demo-noops
< "18.0" | >= "19.0" - tezos-protocol-environment
- tezos-protocol-environment-packer
- tezos-protocol-environment-sigs
- tezos-protocol-environment-structs
-
tezos-protocol-genesis
< "18.0" | >= "19.0" - tezos-protocol-plugin-007-PsDELPH1
- tezos-protocol-plugin-007-PsDELPH1-registerer
- tezos-protocol-plugin-008-PtEdo2Zk
- tezos-protocol-plugin-008-PtEdo2Zk-registerer
- tezos-protocol-plugin-009-PsFLoren
- tezos-protocol-plugin-009-PsFLoren-registerer
- tezos-protocol-plugin-010-PtGRANAD
- tezos-protocol-plugin-010-PtGRANAD-registerer
- tezos-protocol-plugin-011-PtHangz2
- tezos-protocol-plugin-011-PtHangz2-registerer
- tezos-protocol-plugin-012-Psithaca
- tezos-protocol-plugin-012-Psithaca-registerer
- tezos-protocol-plugin-013-PtJakart
- tezos-protocol-plugin-013-PtJakart-registerer
- tezos-protocol-plugin-014-PtKathma
- tezos-protocol-plugin-014-PtKathma-registerer
- tezos-protocol-plugin-015-PtLimaPt
- tezos-protocol-plugin-015-PtLimaPt-registerer
- tezos-protocol-plugin-016-PtMumbai
- tezos-protocol-plugin-016-PtMumbai-registerer
- tezos-protocol-plugin-017-PtNairob
- tezos-protocol-plugin-017-PtNairob-registerer
- tezos-protocol-plugin-alpha
- tezos-protocol-plugin-alpha-registerer
- tezos-protocol-updater
- tezos-proxy
-
tezos-proxy-server-config
< "18.0" | >= "19.0" - tezos-requester
- tezos-rpc
- tezos-rpc-http
- tezos-rpc-http-client
- tezos-rpc-http-client-unix
- tezos-rpc-http-server
- tezos-sapling
- tezos-scoru-wasm
- tezos-scoru-wasm-fast
- tezos-scoru-wasm-helpers
- tezos-shell
- tezos-shell-context
- tezos-shell-services
- tezos-shell-services-test-helpers
- tezos-signer-backends
- tezos-signer-services
- tezos-smart-rollup-016-PtMumbai
- tezos-smart-rollup-017-PtNairob
- tezos-smart-rollup-alpha
- tezos-smart-rollup-layer2-016-PtMumbai
- tezos-smart-rollup-layer2-017-PtNairob
- tezos-stdlib-unix
- tezos-store
-
tezos-test-helpers
< "16.0" - tezos-test-helpers-extra
- tezos-test-services
- tezos-tree-encoding
- tezos-tx-rollup-015-PtLimaPt
- tezos-validation
- tezos-version
- tezos-webassembly-interpreter
- tezos-webassembly-interpreter-extra
- tezos-workers
-
tezt
< "3.1.0" | >= "4.3.0" - tezt-bam
-
tezt-tezos
!= "18.1" - theora
- thread-local-storage
- thread-table
- thrift
-
tidy
>= "5-0.2" - tidy_email
- tidy_email_mailgun
- tidy_email_sendgrid
- tidy_email_smtp
- tilde_f
- time_now
-
timed
>= "1.1" - timedesc
- timedesc-json
- timedesc-sexp
- timedesc-tzdb
- timedesc-tzlocal
- timedesc-tzlocal-js
- timere
- timere-parse
- timezone
- timmy
- timmy-jsoo
- timmy-lwt
- timmy-unix
- tiny_httpd
- tiny_httpd_camlzip
- tinyfiledialogs
-
tip-parser
>= "0.4" - tldr
-
tls
>= "0.12.8" - tls-async
- tls-eio
- tls-liquidsoap
- tls-lwt
- tls-miou-unix
- tls-mirage
- toc
- tofn
- togglelog
- toml
- toml-cconv
- toml_cconv
- toplevel_backend
- toplevel_expect_test
- topojson
- topojsone
- topological_sort
- torch
- tqdm
- trace
- trace-fuchsia
- trace-tef
- tracing
- tracy-client
- trail
- traits
- trampoline
- transept
- traverse
-
travesty
!= "0.6.1" -
trax
>= "0.4.0" -
tree_layout
>= "0.2" -
treeprint
>= "2.3.0" - trexio
- trie
- trs
-
tsdl-image
>= "0.3.0" - tsdl-mixer
-
tsdl-ttf
>= "0.3" - tsort
- tty
-
tube
>= "4.4.0" - tuntap
- twirp_cohttp_lwt_unix
- twirp_core
- twirp_ezcurl
- twirp_tiny_httpd
- twostep
- tyabt
- type_eq
- type_id
- typed_list
- typeid
-
typerep
>= "v0.12.0" - typeset
-
tyre
>= "0.5" -
tyxml
>= "4.3.0" - tyxml-jsx
- tyxml-lwd
-
tyxml-ppx
>= "4.3.0" - tyxml-syntax
- ubase
-
ubpf
>= "0.2" -
uecc
>= "0.3" -
uint
>= "2.0.1" - ulid
- um-abt
- unidecode
- unionFind
- unisim_archisec
-
unison
>= "2.51.4" & < "2.53.4" - universal-portal
- universo
-
unix-errno
>= "0.6.0" - unstrctrd
- uopt
-
uri
>= "2.2.1" - uri-bench
- uri-re
- uri-sexp
- uring
- uring-trace
- uritemplate
- urn
- user-agent-parser
- username_kernel
- uspf
- uspf-lwt
- uspf-mirage
- uspf-unix
- utop
-
uuuu
>= "0.1.1" - validate
- validator
-
variantslib
>= "v0.12.0" - varray
- vcaml
-
vcardgen
>= "1.2" - vchan
- vchan-unix
- vchan-xen
- vdom
- vec
- vector
-
vector3
>= "1.0.0" - vendredi
- vercel
- versioned_polling_state_rpc
-
vhd-format
>= "0.12.0" - vhd-format-lwt
- vif
- virtual_dom
- virtual_dom_toplayer
-
visitors
>= "20200207" -
vlq
>= "0.2.1" - vlt
- vmnet
- vocal
- volgo
- volgo-base
- volgo-git-backend
- volgo-git-eio
- volgo-git-unix
- volgo-hg-backend
- volgo-hg-eio
- volgo-hg-unix
- volgo-vcs
- voqc
- vorbis
-
vpt
>= "5.0.0" -
vscoq-language-server
< "2.3.3" - vsrocq-language-server
- vue-jsoo
- vue-ppx
-
wall
>= "0.4" -
wasm
>= "2.0.2" - wasm_of_ocaml-compiler
- wasmer
- wasmtime
- wayland
- waylaunch
- wcwidth
- webauthn
-
weberizer
>= "0.8" -
webmachine
>= "0.6.2" -
websocket
>= "2.12" -
websocket-async
>= "2.12" - websocket-lwt
- websocket-lwt-unix
- websocketaf
- webtest
- webtest-js
- why3find
- wikitext
-
win-error
>= "1.0" -
win-eventlog
>= "0.3" - winsvc
- ws
- ws-server
- wseg
-
wtf8
>= "1.0.2" - wtr
- wtr-ppx
- wu-manber-fuzzy-search
- x509
-
x86_64-esperanto
>= "0.0.6" - xapi-backtrace
- xapi-inventory
- xapi-rrd
- xapi-stdext-date
- xapi-stdext-encodings
- xapi-stdext-pervasives
- xapi-stdext-std
- xapi-stdext-threads
- xapi-stdext-unix
- xapi-stdext-zerocheck
- xcursor
- xdg
- xdg-basedir
- xedbindings
- xen-evtchn
- xen-evtchn-unix
- xen-gnt
- xen-gnt-unix
- xenstore
- xenstore-tool
-
xenstore_transport
>= "1.1.0" - xkbcommon
- xlsx2csv
- xmelly
-
xml-light
>= "2.5" -
xmldiff
>= "0.7.0" - xmldiff_js
-
xmlplaylist
>= "0.1.5" - xoshiro
-
xtmpl
>= "0.19.0" - xtmpl_js
- xtmpl_ppx
-
yaml
>= "1.0.0" - yaml-sexp
-
yara
>= "0.2" - yocaml
- yocaml_cmark
- yocaml_cmarkit
- yocaml_eio
- yocaml_git
- yocaml_jingoo
- yocaml_markdown
- yocaml_mustache
- yocaml_omd
- yocaml_otoml
- yocaml_runtime
- yocaml_syndication
- yocaml_unix
- yocaml_yaml
-
yojson
>= "1.5.0" - yojson-bench
- yojson-five
- yosqlite
-
yurt
>= "0.6" -
yuscii
>= "0.2.1" - yuujinchou
- zanuda
- zar
- zarith-ppx
- zarith_stubs_js
- zarr
- zarr-eio
- zarr-lwt
- zarr-sync
- zdd
-
zed
>= "2.0.6" - zeit
- zelus
- zelus-gtk
- zipperposition
- zipperposition-tools
- zlib
-
zlist
>= "0.4.0" -
zmq
>= "5.1.0" -
zmq-async
>= "5.1.0" - zmq-eio
-
zmq-lwt
>= "5.1.0" -
zstandard
>= "v0.12.1" -
zstd
>= "0.3" -
zxcvbn
>= "2.3+2"
Conflicts (7)
-
jbuilder
= "transition" -
js_of_ocaml-compiler
< "3.6.0" -
dune-release
< "2.0.0" -
odoc
< "2.0.1" -
dune-configurator
< "2.3.0" -
ocaml-lsp-server
< "1.3.0" -
merlin
< "3.4.0"