package dune
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=e7b405c75af321ce6518aa8e70ebdd403dbcc2ede931713e69c2b5addda4bd44
sha512=300c9f5074af5db78c8ffb17b4a1c402fce322d9af4b213aa847bfd9f9fd053e757182f3da8b207f2d24afbd609a227e8c0e57ef038ab236322229c41e240c43
Description
dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.
dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.
dune supports multi-package development by simply dropping multiple repositories into the same directory.
It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.
Published: 14 Jan 2021
README
Dune - A composable build system
Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most of the low-level details of OCaml compilation. All you have to do is provide a description of your project and dune will do the rest.
The scheme it implements is 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, which means that it is highly tested and productive.
Dune comes with a manual. If you want to get started without reading too much, you can look at the quick start guide or watch this introduction video.
The example directory contains examples of projects using dune.
Overview
Dune reads project metadata from dune
files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as merlin, handle installation, etc...
Dune itself is fast, has very low overhead and supports parallel builds on all platforms. It has no system dependencies: all you need to build dune and packages using dune is OCaml. You don't need make
or bash
as long as the packages themselves don't use bash
explicitly.
In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build dune and packages using dune.
Strengths
Composable
Take n repositories that use dune, arrange them in any way on the file system and the result is still a single repository that dune knows how to build at once.
This make simultaneous development on multiple packages trivial.
Gracefully handles multi-package repositories
Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed even if they are already present in the source tree.
The magic invocation is:
$ dune build --only-packages <package-name> @install
Building against several configurations at once
Dune is able to build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml as you can test them all at once without hassle.
In particular, this makes it easy to handle cross-compilation.
This feature requires opam.
Requirements
Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using ocaml 4.02.3 or greater.
Installation
The recommended way to install dune is via the opam package manager:
$ opam install dune
If you are new to opam, make sure to run eval $(opam config env)
to make dune
available in your PATH
. The dune binary is self contained and relocatable, so you can safely copy it somewhere else to make it permanently available.
You can also build it manually with:
$ make release
$ make install
If you do not have make
, you can do the following:
$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune
The first command builds the dune.exe
binary. The second builds the additional files that are installed by dune, such as the man pages, and the last simply installs all of that on the system.
Note that unless you ran the optional ./configure
script, you can simply copy dune.exe
anywhere and it will just work. dune
is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.
Support
If you have questions about dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.
Migration from jbuilder
Dune was formerly known as jbuilder. Migration from jbuilder to dune is described in the manual.
Status
Dune is now fairly stable and is used by the majority of packages on opam. Note that dune retains backward compatibility with Jbuilder, and in particular existing Jbuilder projects will continue to be buildable with dune.
Dependencies (5)
- base-threads
- base-unix
- ocamlfind-secondary
-
ocaml
>= "4.02" & < "4.08~~"
-
ocaml
>= "4.08" & < "4.13"
Dev Dependencies
None
-
0install
>= "2.15.1"
- 0install-gtk
- 0install-solver
-
ANSITerminal
>= "0.8.1"
-
aarch64-esperanto
>= "0.0.6"
- absolute
-
abstract_algebra
< "v0.17.0"
-
accessor
< "v0.17.0"
-
accessor_async
< "v0.17.0"
-
accessor_base
< "v0.17.0"
-
accessor_core
< "v0.17.0"
-
acgtk
>= "1.4.0" & < "2.0.0"
- aches
- aches-lwt
-
acpc
>= "2.0.0"
- advi
- agrid
- ahrocksdb
-
aifad
>= "2.2.1"
-
alba
>= "0.4.1"
- albatross
-
alcotest
>= "0.8.5" & < "1.7.0"
-
alcotest-async
>= "0.8.5" & < "1.7.0"
-
alcotest-js
< "1.7.0"
-
alcotest-lwt
>= "0.8.5" & < "1.7.0"
-
alcotest-mirage
< "1.7.0"
- alg_structs
- alg_structs_qcheck
- algaeff
-
alsa
>= "0.3.0"
-
alt-ergo
>= "2.3.0" & < "2.4.3"
-
alt-ergo-free
>= "2.3.3"
-
alt-ergo-lib
< "2.4.3"
- alt-ergo-lib-free
-
alt-ergo-parsers
< "2.4.3"
- alt-ergo-parsers-free
-
altgr-ergo
>= "2.3.0" & < "2.4.3"
-
amf
>= "0.1.2"
-
amqp-client
>= "2.0.3"
-
amqp-client-async
>= "2.0.3"
-
amqp-client-lwt
>= "2.0.3"
- anders
-
angstrom
>= "0.11.1"
-
angstrom-async
>= "0.11.1"
-
angstrom-lwt-unix
>= "0.11.1"
-
angstrom-unix
>= "0.11.1"
-
ansi
< "0.6.0"
- anthill
-
ao
>= "0.2.2"
- api-watch
- apronext
- archetype
- archi
- archi-async
- archi-lwt
- arg-complete
-
argon2
>= "1.0.0"
-
arp
>= "1.0.0"
- arp-mirage
- art
- asak
- ask
- ask-integrator
-
asli
>= "0.2.0"
-
asn1-combinators
>= "0.2.2"
-
async
>= "v0.12.0" & < "v0.17.0"
-
async-uri
< "0.4.0"
-
async_durable
>= "v0.12.0" & < "v0.17.0"
-
async_extra
>= "v0.12.0" & < "v0.17.0"
-
async_find
>= "v0.12.0" & < "v0.17.0"
-
async_graphics
>= "0.7.0"
-
async_inotify
>= "v0.12.0" & < "v0.17.0"
-
async_interactive
>= "v0.12.0" & < "v0.17.0"
-
async_js
>= "v0.12.0" & < "v0.17.0"
-
async_kernel
>= "v0.12.0" & < "v0.17.0"
-
async_rpc_kernel
>= "v0.12.0" & < "v0.17.0"
-
async_rpc_websocket
< "v0.17.0"
-
async_sendfile
>= "v0.12.0" & < "v0.17.0"
-
async_shell
>= "v0.12.0" & < "v0.17.0"
-
async_smtp
>= "v0.12.0" & < "v0.17.0"
-
async_ssl
>= "v0.12.0" & < "v0.17.0"
-
async_udp
< "v0.17.0"
-
async_unix
>= "v0.12.0" & < "v0.17.0"
-
async_websocket
< "v0.17.0"
- atable
-
atd
>= "2.2.1"
- atdd
-
atdgen
>= "2.2.1"
- atdgen-codec-runtime
-
atdgen-runtime
>= "2.2.1"
-
atdj
>= "2.2.1" & < "20151001.01"
- 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-lwt
- awa-mirage
-
aws
>= "1.2"
- aws-async
-
aws-autoscaling
>= "1.2"
-
aws-cloudformation
>= "1.2"
-
aws-cloudtrail
>= "1.2"
- aws-cloudwatch
-
aws-ec2
>= "1.2"
- aws-elasticache
-
aws-elasticloadbalancing
>= "1.2"
- aws-lwt
- aws-rds
- aws-route53
-
aws-s3
>= "4.0.0"
-
aws-s3-async
>= "4.0.0"
-
aws-s3-lwt
>= "4.0.0"
-
aws-sdb
>= "1.2"
- aws-sqs
-
aws-ssm
>= "1.2"
-
aws-sts
>= "1.2"
- azblob
- azblob-async
- azure-cosmos-db
-
babel
< "v0.17.0"
- bag
- bare_encoding
- bark
-
base
>= "v0.12.0" & < "v0.17.0"
- base32
-
base64
>= "2.3.0"
-
base_bigstring
< "v0.17.0"
-
base_quickcheck
>= "v0.12.1" & < "v0.17.0"
-
base_trie
< "v0.17.0"
- bastet
- bastet_async
- bastet_lwt
- batch_jaro_winkler
- batsat
-
batteries
>= "3.7.1"
- bddrand
- bech32
- bechamel
- bechamel-js
- bechamel-notty
- bechamel-perf
-
beluga
= "1.0"
-
benchmark
>= "1.6"
- benchpress
- benchpress-server
-
bencode
>= "2.0"
- bentov
-
bheap
>= "2.0.0"
-
bidirectional_map
< "v0.17.0"
- bigarray-compat
- bigarray-overlap
-
bigdecimal
< "v0.17.0"
-
bignum
>= "v0.12.0" & < "v0.17.0"
-
bigstring
>= "0.3"
-
bigstring-unix
>= "0.3"
-
bigstringaf
>= "0.5.0" & < "0.9.1"
- bimage
- bimage-display
- bimage-gtk
- bimage-io
- bimage-lwt
- bimage-sdl
- bimage-unix
- bimap
-
bin_prot
>= "v0.12.0" & < "v0.17.0"
-
binaryen
!= "0.3.0" & < "0.11.0"
- binaryen_dsl
-
bindlib
>= "6.0.0"
-
biniou
>= "1.2.1"
- binning
-
binsec
>= "0.4.0" & < "0.5.0"
-
bio_io
!= "0.1.2" & < "0.5.1"
-
biocaml
>= "0.9.0"
-
biotk
< "0.3"
-
bisect_ppx
>= "1.4.0" & < "2.8.3"
-
bistro
>= "0.5.0"
- bistro-bio
-
bitcoin
>= "3.0"
- bitcoin-cohttp-async
- bitcoin-cohttp-lwt
- bitcoin-ocurl
-
bitcoinml
>= "0.4.1"
- bitlib
-
bitmasks
>= "1.2.0"
- bitpack_serializer
-
bitstring
>= "3.1.1"
-
bitv
>= "1.4"
- bitwuzla
-
bitwuzla-bin
< "1.0.0"
- bitwuzla-c
-
bjack
>= "0.1.6"
-
blake2
>= "0.3"
- blake3
- bloomf
-
bls12-381
< "0.4.1"
- bnfgen
- bogue
- boltzgen
-
bonsai
< "v0.17.0"
- box
- brr-lwd
- bson2
-
bst
>= "6.0.0"
- buffer-pool
-
build_path_prefix_map
>= "0.3"
- builder
- builder-web
-
bun
>= "0.3.4"
- bwd
- bwrap
-
bytearray
>= "1.0.1"
- bytebuffer
- bytepdf
- bz2
- ca-certs
- ca-certs-nss
- cactus
-
cairo2
>= "0.6"
- cairo2-gtk
- cairo2-pango
-
calculon
>= "0.4"
- calculon-redis
- calculon-redis-lib
-
calculon-web
>= "0.4"
-
caldav
< "0.2.2"
-
calendar
>= "3.0.0"
- calendars
- calipso
-
callipyge
>= "0.2"
- camelot
- camels
- camelsnakekebab
-
camlimages
>= "5.0.2" & < "5.0.5"
-
camlon
>= "3.0.0"
- camlp-streams
-
camltc
>= "0.9.8"
-
camomile
= "1.0.2"
- camyll
-
capnp
>= "3.3.0"
-
capnp-rpc
>= "0.3.2" & < "1.2.3"
-
capnp-rpc-lwt
>= "0.3.2" & < "1.2.3"
-
capnp-rpc-mirage
>= "0.3.2" & < "1.2.3"
-
capnp-rpc-net
< "1.2.3"
-
capnp-rpc-unix
>= "0.3.2" & < "1.2.3"
-
caqti
>= "1.0.0" & < "2.1.1"
-
caqti-async
>= "1.0.0" & < "2.1.1"
-
caqti-driver-mariadb
>= "1.0.0" & < "2.0.1"
-
caqti-driver-pgx
< "2.1.1"
-
caqti-driver-postgresql
>= "1.0.0" & < "2.1.1"
-
caqti-driver-sqlite3
>= "1.0.0" & < "2.1.1"
-
caqti-dynload
>= "1.0.0"
-
caqti-eio
< "2.1.1"
-
caqti-lwt
>= "1.0.0" & < "2.1.1"
-
caqti-mirage
< "2.1.1"
-
caqti-type-calendar
>= "1.0.0"
- carton
- carton-git
- carton-lwt
-
catala
< "0.8.0"
- catapult
- catapult-client
- catapult-daemon
- catapult-file
- catapult-sqlite
-
cbor
>= "0.3"
-
cconv
>= "0.5"
- cconv-ppx
- cdb
-
cdrom
>= "0.9.4"
- ceph
-
certify
>= "0.3.0"
-
cf
< "0.5.0"
-
cf-lwt
< "0.5.0"
-
cfg
>= "2.2.0"
- cfml
-
cfstream
>= "1.3.1"
- chacha
- charInfo_width
- charrua
-
charrua-client
>= "0.11.2"
-
charrua-client-lwt
>= "0.11.2"
-
charrua-client-mirage
>= "0.11.2"
-
charrua-core
>= "0.11.2"
- charrua-server
-
charrua-unix
>= "0.11.2"
- charset
- chartjs
- chartjs-annotation
- chartjs-colorschemes
- chartjs-datalabels
- chartjs-streaming
- chase
-
checkseum
= "0.0.3" | >= "0.2.1"
-
choice
>= "0.4"
-
cinaps
>= "v0.12.0"
-
clangml
>= "4.0.0" & < "4.8.0"
-
clangml-transforms
>= "0.24"
- clap
-
clarity
>= "0.4.0"
- clarity-lang
-
class_group_vdf
>= "0.0.5"
- clim
- clim-ppx
- clz
- cmarker
-
codept
>= "0.10.3"
-
cohttp
>= "1.1.1" & < "6.0.0~alpha0"
-
cohttp-async
>= "1.1.1" & < "6.0.0~alpha0"
-
cohttp-lwt
>= "1.1.1" & < "6.0.0~alpha0"
-
cohttp-lwt-jsoo
>= "1.1.1" & < "6.0.0~alpha0"
-
cohttp-lwt-unix
>= "1.1.1" & < "6.0.0~alpha0"
- cohttp-lwt-unix-nossl
- cohttp-lwt-unix-ssl
-
cohttp-mirage
>= "1.1.1" & < "6.0.0~alpha0"
-
cohttp-top
>= "1.1.1" & < "6.0.0~alpha0"
-
cohttp_async_websocket
< "v0.17.0"
-
cohttp_static_handler
< "v0.17.0"
-
coin
>= "0.1.1"
- colombe
-
color
>= "0.2.0"
- color-brewery
- combinat
- comby
- comby-kernel
- comby-semantic
-
command_rpc
>= "v0.12.0" & < "v0.17.0"
-
conduit
>= "1.3.0"
-
conduit-async
>= "1.3.0"
- conduit-async-ssl
- conduit-async-tls
-
conduit-lwt
>= "1.3.0"
- conduit-lwt-ssl
- conduit-lwt-tls
-
conduit-lwt-unix
>= "1.3.0"
- conduit-mirage
- conduit-tls
-
conex
>= "0.10.0"
- conex-mirage-crypto
- conex-nocrypto
- conformist
-
containers
>= "2.4" & < "3.13"
-
containers-data
< "3.13"
- containers-thread
-
content_security_policy
< "v0.17.0"
- cookie
- cookies
-
coq
>= "8.14.0" & < "8.17.0"
-
coq-of-ocaml
>= "2.4.1" & != "2.5.2+4.13" & < "2.5.3+4.13"
-
coq-serapi
>= "8.9.0+0.6.0" & < "8.20.0+0.20.0"
-
coqide
>= "8.14.0" & < "8.17.0"
-
core
>= "v0.12.0" & < "v0.17.0"
-
core_bench
>= "v0.12.0" & < "v0.17.0"
- core_compat
-
core_extended
>= "v0.12.0" & < "v0.17.0"
-
core_kernel
>= "v0.12.3" & < "v0.17.0"
-
core_profiler
>= "v0.12.0" & < "v0.17.0"
-
core_unix
< "v0.17.0"
- cosovo
-
cow
= "2.4.0"
-
cowabloga
>= "0.5.0"
-
cpm
>= "5.0.0"
-
cppo
>= "1.6.6"
-
cppo_ocamlbuild
>= "1.6.6"
-
cps_toolbox
< "0.3"
- cpu
-
cpuid
>= "0.1.2"
-
crc
>= "2.1.0"
-
crlibm
>= "0.3"
- crontab
-
crowbar
= "0.2"
-
crunch
>= "2.2.0"
-
cry
>= "0.6.5"
-
cryptokit
>= "1.16.1"
-
csexp
< "1.5.2"
- css-parser
-
cstruct
>= "3.3.0"
-
cstruct-async
>= "3.3.0"
-
cstruct-lwt
>= "3.3.0"
- cstruct-sexp
-
cstruct-unix
>= "3.3.0"
-
csv
>= "2.2"
-
csv-lwt
>= "2.1"
-
csvfields
>= "v0.12.0" & < "v0.17.0"
- csvtool
- ctoxml
- ctypes-zarith
-
cudf
>= "0.10"
-
cuid
>= "0.2"
- cumulus
-
curly
>= "0.2.0"
-
current
< "0.6"
- current-web-pipelines
- current_ansi
-
current_docker
< "0.6"
-
current_examples
< "0.6"
-
current_git
< "0.6"
-
current_github
< "0.6"
- current_incr
-
current_ocluster
< "0.2"
-
current_rpc
< "0.6"
-
current_slack
< "0.6"
-
current_web
< "0.6"
-
curses
>= "1.0.9"
- curve-sampling
- cviode
- cwe_checker
-
DrawGrammar
>= "0.2.2"
-
daft
>= "0.0.4"
- dap
-
data-encoding
< "1.0.0"
- dataframe
-
datakit
>= "0.12.2"
-
datakit-bridge-github
>= "0.12.2"
-
datakit-bridge-local-git
>= "0.12.2"
-
datakit-ci
>= "0.12.2"
-
datakit-client
>= "0.12.2"
-
datakit-client-9p
>= "0.12.2"
-
datakit-client-git
>= "0.12.2"
-
datakit-github
>= "0.12.2"
-
datakit-server
>= "0.12.2"
-
datakit-server-9p
>= "0.12.2"
-
datalog
>= "0.6"
- dates_calc
- daypack-lib
-
dbf
< "0.1.1"
-
debian-formats
>= "0.1.2"
- decimal
-
decoders
>= "0.1.2" & < "1.0.0"
-
decoders-bencode
< "1.0.0"
-
decoders-cbor
< "1.0.0"
-
decoders-ezjsonm
>= "0.1.2" & < "1.0.0"
-
decoders-jsonm
< "1.0.0"
-
decoders-msgpck
< "1.0.0"
-
decoders-sexplib
< "1.0.0"
-
decoders-yojson
>= "0.1.2" & < "1.0.0"
-
decompress
>= "0.8.1"
-
dedent
< "v0.17.0"
-
dedukti
>= "2.7"
-
delimited_parsing
>= "v0.12.0" & < "v0.17.0"
-
depyt
>= "0.3.0"
-
devkit
>= "1.0"
-
diet
>= "0.2"
- diffable
-
digestif
>= "0.7" & < "0.7.2" | >= "0.8.1"
- directories
- dirsift
- dirsp-exchange
- dirsp-exchange-kbb2017
- dirsp-proscript
- dirsp-proscript-mirage
- dirsp-ps2ocaml
- disml
-
dispatch
>= "0.4.1"
-
dispatch-js
>= "0.4.1"
-
distributed
>= "0.6.0"
-
distributed-lwt
>= "0.2.0"
-
distributed-uwt
>= "0.2.0"
- dkim
- dkim-bin
- dkim-mirage
-
dlm
>= "0.3.1"
-
dns
>= "1.1.0"
-
dns-async
>= "1.1.0"
- dns-certify
- dns-cli
- dns-client
- dns-client-lwt
- dns-client-miou-unix
- dns-client-mirage
-
dns-lwt
>= "1.1.0"
-
dns-lwt-unix
>= "1.1.0"
- dns-mirage
- dns-resolver
- dns-server
- dns-stub
- dns-tsig
- dnssec
-
docker-api
>= "0.2"
- docker_hub
-
dockerfile
>= "6.0.0" & < "8.1.0"
-
dockerfile-cmd
>= "6.0.0" & < "8.1.0"
-
dockerfile-opam
>= "6.0.0" & < "8.1.0"
- docteur
- docteur-solo5
- docteur-unix
- doi2bib
-
dokeysto
>= "3.0.1"
-
dokeysto_camltc
>= "3.0.1"
-
dokeysto_lz4
>= "3.0.2"
-
dolmen
>= "0.4.1" & < "0.8"
-
dolmen_bin
< "0.8"
-
dolmen_loop
< "0.8"
-
dolmen_lsp
< "0.8"
-
dolmen_type
< "0.8"
-
dolog
>= "4.0.0"
-
domain-name
>= "0.1.2"
-
domainslib
< "0.5.0"
-
dose3
>= "6.1"
- dose3-extra
-
dot-merlin-reader
< "4.2"
- dotenv
- dream
- dream-cli
- dream-encoding
- dream-html
- dream-httpaf
- dream-livereload
- dream-pure
- dream-serve
-
drom
>= "0.3.0"
-
drom_lib
>= "0.3.0"
- drom_toml
-
dropbox
>= "0.2"
- dropbox_lwt_unix
-
dssi
>= "0.1.3"
-
dtoa
>= "0.3.2"
-
dtools
>= "0.4.2"
- dual
-
duff
>= "0.2"
-
dum
>= "1.0.2"
-
dune-action-plugin
< "2.9.0"
-
dune-build-info
< "2.9.0"
- dune-cargo-build
- dune-compiledb
-
dune-configurator
>= "1.11.4" & < "2.9.0"
- dune-deps
- dune-expand
-
dune-glob
< "2.9.0"
-
dune-private-libs
< "2.9.0"
-
dune-release
>= "1.0.0" & < "2.0.0"
-
dune-site
< "2.9.0"
-
duppy
>= "0.9.0"
-
duration
>= "0.1.2"
-
earley
>= "2.0.0"
- earlybird
-
easy-format
= "1.3.2"
- easy_logging
- easy_logging_yojson
-
ecaml
>= "v0.12.0" & < "v0.17.0"
-
edn
>= "0.1.6-1-gff9db95"
-
eigen
>= "0.1.0"
- eio-ssl
- either
-
elasticsearch-cli
>= "0.5"
-
electrod
>= "0.2.1"
-
elpi
>= "1.3.1"
-
email_message
>= "v0.12.0" & < "v0.17.0"
-
embedded_ocaml_templates
< "0.8"
-
emile
>= "0.4"
-
encore
>= "0.3"
-
env_config
< "v0.17.0"
- epictetus
-
eqaf
>= "0.2"
- eqaf-cstruct
- erlang
-
erssical
>= "1.1.0"
- esgg
-
esperanto-cosmopolitan
>= "0.0.5"
- ethernet
- euler
-
exenum
>= "0.86"
- exit
-
expect_test_helpers
>= "v0.12.0"
-
expect_test_helpers_async
< "v0.17.0"
-
expect_test_helpers_core
< "v0.17.0"
-
expect_test_helpers_kernel
>= "v0.12.0"
-
extlib
>= "1.7.9"
-
extunix
>= "0.3.1" & < "0.4.2"
- ez_api
- ez_cmdliner
- ez_config
-
ez_file
!= "0.2.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
< "0.3"
- ezjs_idb
- ezjs_jquery
- ezjs_min
- ezjs_odometer
- ezjs_push
- ezjs_qrcode
- ezjs_recaptcha
- ezjs_timeline
-
ezjsonm
>= "1.0.0"
-
ezjsonm-lwt
>= "1.0.0"
- ezresto
- ezresto-directory
-
ezsqlite
>= "0.4.2"
-
ezxenstore
>= "0.4.1"
-
ezxmlm
>= "1.1.0"
- FPauth
- FPauth-core
- FPauth-responses
- FPauth-strategies
-
FrontC
>= "4.0.0"
-
faad
>= "0.5.0"
- facteur
-
fadbadml
>= "0.1.2"
-
faraday
>= "0.7.1"
-
faraday-async
>= "0.7.1"
-
faraday-lwt
>= "0.7.1"
-
faraday-lwt-unix
>= "0.7.1"
-
farmhash
>= "0.4"
- fasmifra
-
fat-filesystem
>= "0.13.0"
-
fd-send-recv
>= "2.0.1"
-
fdkaac
= "0.3.2"
- feat
- feat-core
- feat-num
- feather
- feather_async
- ff
- ff-bench
- ff-pbt
- ff-sig
-
ffmpeg
>= "1.0.0~beta1" & < "1.1.5"
-
ffmpeg-av
< "1.1.5"
-
ffmpeg-avcodec
< "1.1.5"
-
ffmpeg-avdevice
< "1.1.5"
-
ffmpeg-avfilter
< "1.1.5"
-
ffmpeg-avutil
< "1.1.5"
-
ffmpeg-swresample
< "1.1.5"
-
ffmpeg-swscale
< "1.1.5"
-
fftw3
>= "0.8.2"
- fiat-p256
-
fieldslib
>= "v0.12.0" & < "v0.17.0"
-
file_path
< "v0.17.0"
-
fileutils
>= "0.6.1"
- finch
- fit
-
fix
>= "20181206"
-
flac
>= "0.3.0"
- flex-array
-
fmlib
< "0.5.3"
-
fmlib_js
< "0.5.3"
-
fmlib_parse
< "0.5.3"
-
fmlib_pretty
< "0.5.3"
-
fmlib_std
< "0.5.3"
- fontforge-of-ocaml
- fred
-
freetds
>= "0.7"
-
frei0r
>= "0.1.2"
-
frenetic
>= "5.0.5"
- fromager
- fsevents
- fsevents-lwt
- fsml
- fswatch
- fswatch_async
- fswatch_lwt
- fun-postgresql
- fun-sql
- fun-sqlite
-
functoria
>= "2.2.2" & < "4.0.0"
-
functoria-runtime
>= "2.2.2" & != "2.2.5" & < "3.0.2" | >= "3.1.2" & < "4.0.0"
- fuzzy_compare
-
fuzzy_match
< "v0.17.0"
-
fzf
< "v0.17.0"
-
General
>= "0.6.0"
- GT
-
gapi-ocaml
>= "0.3.7"
- gbddml
-
gd
>= "1.1"
-
gdbprofiler
>= "0.4"
-
gemini
>= "0.3.0"
-
gen
>= "0.5.2"
-
gen_js_api
>= "1.0.6"
- genprint
-
genspio
>= "0.0.3"
-
genspir
>= "1.0.0"
- geoml
-
get_line
>= "7.0.0"
-
gettext
>= "0.4.1"
- gettext-camomile
- gettext-stub
-
git
>= "2.0.0"
- git-cohttp
- git-cohttp-mirage
- git-cohttp-unix
-
git-http
>= "2.0.0"
-
git-mirage
>= "2.0.0"
- git-paf
-
git-unix
>= "2.0.0"
-
github
>= "4.0.0"
- github-data
-
github-hooks
>= "0.4.0"
-
github-hooks-unix
>= "0.4.0"
-
github-jsoo
>= "4.0.0"
-
github-unix
>= "4.0.0"
- glfw-ocaml
- globlon
- gluten
- gluten-async
- gluten-eio
- gluten-lwt
- gluten-lwt-unix
- gluten-mirage
-
gmap
>= "0.2.1"
- gmp
-
gnuplot
>= "0.6"
- gobba
- gobject-introspection
-
goblint-cil
>= "1.8.0"
-
google-drive-ocamlfuse
>= "0.6.26"
-
gopcaml-mode
>= "0.0.2" & < "0.0.6"
-
gospel
< "0.2.0"
- gotd
-
gperftools
>= "0.4"
- gpiod
-
gpr
>= "1.4.0"
- gr
-
graphics
>= "5.0.0"
-
graphql
>= "0.8.0"
-
graphql-async
>= "0.8.0"
-
graphql-cohttp
>= "0.9.0"
-
graphql-lwt
>= "0.8.0"
-
graphql_parser
>= "0.9.0"
-
graphql_ppx
>= "0.7.1"
- 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" & < "0.15"
- grid
-
grpc
< "0.2.0"
-
grpc-async
< "0.2.0"
-
grpc-lwt
< "0.2.0"
-
gsl
>= "1.24.0"
-
gstreamer
>= "0.3.1"
- h1
- h1-lwt-unix
- h1_parser
- h2
- h2-async
- h2-eio
- h2-lwt
- h2-lwt-unix
- h2-mirage
-
hack_parallel
>= "1.0.0"
-
hacl
>= "0.3"
- hacl-star
-
hacl-star-raw
>= "0.5.0"
- hacl_x25519
- happy-eyeballs
- happy-eyeballs-lwt
- happy-eyeballs-miou-unix
- happy-eyeballs-mirage
-
hardcaml
>= "v0.12.0" & < "v0.17.0"
-
hardcaml_axi
< "v0.17.0"
-
hardcaml_c
< "v0.17.0"
-
hardcaml_circuits
< "v0.17.0"
-
hardcaml_fixed_point
< "v0.17.0"
-
hardcaml_handshake
< "v0.17.0"
-
hardcaml_of_verilog
< "v0.17.0"
-
hardcaml_step_testbench
< "v0.17.0"
-
hardcaml_verify
< "v0.17.0"
-
hardcaml_verilator
< "v0.17.0"
-
hardcaml_waveterm
< "v0.17.0"
-
hardcaml_xilinx
< "v0.17.0"
-
hardcaml_xilinx_components
< "v0.17.0"
-
hardcaml_xilinx_reports
< "v0.17.0"
-
hashcons
>= "1.4.0"
-
hashids
>= "1.0.1"
-
haxe
>= "4.1.1"
-
hc
< "0.2"
-
hdf5
>= "0.1.5"
-
headache
>= "1.04" & < "1.07"
- header-check
-
herdtools7
>= "7.55"
-
hex
>= "1.3.0"
-
hex_encode
< "v0.17.0"
- hexstring
-
hg_lib
< "v0.17.0"
-
hidapi
>= "1.1"
- hidapi-lwt
-
higher_kinded
< "v0.17.0"
-
hkdf
>= "1.0.3"
- hl_yaml
- hockmd
-
horned_worm
>= "0.3.4"
- hpack
-
hts_shrink
>= "2.0.0"
-
http-cookie
!= "4.0.0" & < "4.3.0"
- http-lwt-client
- http-mirage-client
- http-multipart-formdata
-
httpaf
>= "0.6.0"
-
httpaf-async
>= "0.6.0"
- httpaf-lwt-unix
- httpaf_caged
- httpcats
- httph
- huffman
-
hvsock
>= "2.0.0"
- hxd
- hyper
-
ISO8601
>= "0.2.6"
-
i3ipc
>= "0.1.4"
- icalendar
- idd
- idds
-
imagelib
>= "20200929"
-
incr_dom
>= "v0.12.0" & < "v0.17.0"
-
incr_dom_interactive
< "v0.17.0"
- incr_dom_keyboard
-
incr_dom_partial_render
< "v0.17.0"
-
incr_dom_sexp_form
< "v0.17.0"
-
incr_dom_widgets
>= "v0.12.0"
-
incr_map
>= "v0.12.0" & < "v0.17.0"
-
incr_select
>= "v0.12.0" & < "v0.17.0"
-
incremental
>= "v0.12.0" & < "v0.17.0"
-
indentation_buffer
< "v0.17.0"
- index
- index-bench
-
inferno
>= "20190924"
- influxdb
- influxdb-async
- influxdb-lwt
- inquire
-
int_repr
< "v0.17.0"
-
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
-
io-page
>= "2.1.0"
-
io-page-unix
>= "2.1.0"
-
io-page-xen
>= "2.1.0"
- iostream
- iostream-camlzip
-
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"
-
irmin
>= "2.0.0" & < "3.0.0"
-
irmin-bench
< "3.0.0"
-
irmin-chunk
>= "2.0.0" & < "3.0.0"
-
irmin-containers
< "3.0.0"
-
irmin-fs
>= "2.0.0" & < "3.0.0"
-
irmin-git
>= "2.0.0" & < "3.0.0"
-
irmin-graphql
< "3.0.0"
-
irmin-http
>= "2.0.0" & < "3.0.0"
-
irmin-indexeddb
>= "2.0"
- irmin-layers
-
irmin-mem
>= "2.0.0"
-
irmin-mirage
>= "2.0.0" & < "3.0.0"
-
irmin-mirage-git
< "3.0.0"
-
irmin-mirage-graphql
< "3.0.0"
-
irmin-pack
< "3.0.0"
-
irmin-test
< "3.0.0"
-
irmin-tezos
< "3.0.0"
-
irmin-unix
>= "2.0.0" & < "3.0.0"
-
irmin-watcher
>= "0.5.0"
- iso639
- iter
-
itv-tree
>= "2.2"
-
JsOfOCairo
>= "2.0.0"
-
jane-street-headers
>= "v0.12.0" & < "v0.17.0"
-
jane_rope
< "v0.17.0"
-
janestreet_cpuid
< "v0.17.0"
-
janestreet_csv
< "v0.17.0"
-
janestreet_lru_cache
< "v0.17.0"
-
jekyll-format
>= "0.2.0" & < "0.3.1"
-
jemalloc
>= "0.2"
- jerboa
-
jhupllib
>= "0.2.1"
-
jingoo
>= "1.3.0"
- jose
-
js_of_ocaml
>= "3.3.0" & < "4.0.0"
-
js_of_ocaml-compiler
>= "3.3.0" & < "4.0.0"
-
js_of_ocaml-lwt
>= "3.3.0" & < "4.0.0"
-
js_of_ocaml-ocamlbuild
>= "3.5.0" & < "5.0"
-
js_of_ocaml-ppx
>= "3.3.0" & < "4.0.0"
-
js_of_ocaml-ppx_deriving_json
>= "3.3.0" & < "4.0.0"
-
js_of_ocaml-toplevel
>= "3.3.0" & < "4.0.0"
-
js_of_ocaml-tyxml
>= "3.3.0" & < "4.0.0"
- js_of_ocaml-webgpu
- js_of_ocaml-webidl
-
js_of_ocaml_patches
< "v0.17.0"
-
json-data-encoding
< "1.0.0"
-
json-data-encoding-browser
< "1.0.0"
-
json-data-encoding-bson
< "1.0.0"
- json_decoder
-
jsonaf
< "v0.17.0"
- jsonoo
-
jsonrpc
< "1.8.2"
- jsonxt
- jsoo-react
-
jsoo_broadcastchannel
>= "2.0.0"
-
jsoo_storage
>= "1.0.1"
-
jst-config
< "v0.17.0"
-
junit
>= "2.0.1"
-
junit_alcotest
>= "2.0.1"
-
junit_ounit
>= "2.0.1"
-
jupyter
>= "2.3.2"
-
jupyter-archimedes
>= "2.3.2"
-
jupyter-kernel
>= "0.4"
- jwto
-
kafka
>= "0.5"
- kafka_async
- kafka_lwt
-
kappa-agents
< "4.1.3"
-
kappa-binaries
< "4.1.3"
-
kappa-library
< "4.1.3"
- kappa-server
-
kcas
< "0.1.6"
- kdf
- ke
-
key-parsers
>= "0.10.0"
-
kicadsch
>= "0.4.0"
- kind2
-
kinetic-client
>= "0.0.11"
- kittyimg
-
kqueue
< "0.2.0"
- krb
-
lablgtk3
>= "3.0.beta4"
- lablgtk3-goocanvas2
- lablgtk3-gtkspell3
- lablgtk3-rsvg2
- lablgtk3-sourceview3
-
lablqml
>= "0.6"
- labrys
-
lacaml
>= "11.0.2"
-
ladspa
>= "0.2.0"
- lambda
- lambda-runtime
-
lambda-term
>= "2.0" & < "3.3.0"
- lambda_streams
- lambda_streams_async
- lambda_streams_lwt
-
lambdapi
>= "2.0.0" & < "2.3.1"
-
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
>= "1.2.0"
-
lbfgs
>= "0.9.1"
-
lbvs_consent
>= "2.1.0"
-
ldap
>= "2.4.1"
- learn-ocaml
- learn-ocaml-client
- ledgerwallet
- ledgerwallet-tezos
-
lens
>= "1.2.3"
-
let-if
>= "0.2.0"
- letsencrypt
- letsencrypt-app
- letsencrypt-dns
- letsencrypt-mirage
- letters
-
leveldb
>= "1.3.0"
- libabsolute
-
libsvm
>= "0.10.0"
- libzipperposition
- lilac
- lilv
-
line-up-words
>= "v0.12.0" & < "v0.17.0"
- line_oriented
-
linenoise
>= "1.2.0"
-
links
>= "0.9"
- links-mysql
-
links-postgresql
>= "0.9"
- links-sqlite3
- linol
- linol-eio
- linol-lwt
-
lintcstubs-arity
< "0.2.0" | >= "0.4.1"
- linwrap
- liquid_interpreter
- liquid_ml
- liquid_parser
- liquid_std
- liquid_syntax
- little_logger
- llama-cpp-ocaml
-
llvm
>= "15.0.7+nnp-2"
-
lmdb
>= "1.0"
-
lo
>= "0.2.0"
-
loga
>= "0.0.5"
- logical
-
logs-async
< "1.3"
-
logs-async-reporter
< "1.3"
- logs-ppx
-
logs-syslog
>= "0.2.0"
-
logtk
>= "1.5.1"
- lp
- lp-glpk
- lp-glpk-js
- lp-gurobi
-
lpd
>= "1.2.2"
-
lru
>= "0.3.0"
-
lru_cache
>= "v0.16.0"
-
lsp
< "1.8.2"
- lt-code
- lua_parser
- lun
-
lustre-v6
>= "6.103.3"
-
lutils
>= "1.51.2"
-
lutin
>= "2.71.10"
- luv
- luv_unix
- lwd
-
lwt
>= "4.2.0"
- lwt-canceler
- lwt-dllist
- lwt-exit
-
lwt-parallel
>= "1.0.0"
- lwt-pipe
-
lwt-pipeline
>= "0.2"
- lwt-watcher
- lwt_domain
-
lwt_glib
>= "1.1.1"
-
lwt_log
>= "1.1.1"
-
lwt_ppx
>= "1.2.2"
- lwt_ppx_let
-
lwt_react
>= "1.1.2"
-
lwt_ssl
>= "1.1.3"
-
lz4
>= "1.2.0"
- lz4_chans
-
lzo
>= "0.0.3"
- macaddr
- macaddr-cstruct
- macaddr-sexp
-
mad
>= "0.5.0"
-
magic-mime
>= "1.1.2"
- magic-trace
- make-random
-
malfunction
>= "0.3" & < "0.5"
-
man_in_the_middle_debugger
< "v0.17.0"
- markdown
-
markup
>= "0.8.0"
- markup-lwt
-
mastodon-archive-viewer
>= "0.2" & < "0.4.0"
- matplotlib
- mc2
-
mccs
>= "1.1+10"
-
md2mld
< "0.7.0"
-
mdx
!= "1.7.0" & < "2.2.0"
- mec
-
mechaml
>= "1.1.0"
- mem_usage
-
memcad
>= "1.1.0"
- memgraph
- memgraph_kitty
-
memo
< "0.2"
- memprof-limits
- memtrace
- memtrace-mirage
- memtrace_viewer
-
menhir
>= "20200123"
- menhirCST
- menhirLib
- menhirSdk
- merge-fmt
-
merlin
>= "3.2.1" & < "4.3.1-411"
-
merlin-extend
>= "0.4"
-
mesh
>= "0.9.5"
-
mesh-easymesh
>= "0.9.5"
-
mesh-graphics
>= "0.9.5"
-
mesh-triangle
>= "0.9.5"
- metapp
- metaquot
- metrics
- metrics-influx
- metrics-lwt
- metrics-mirage
- metrics-rusage
- metrics-unix
- mew
- mew_vi
- mimic
- mimic-happy-eyeballs
-
mindstorm
>= "0.8"
- mindstorm-lwt
- minicaml
-
minicli
>= "5.0.2"
-
minisat
>= "0.3"
- miou
-
mirage
>= "3.3.0" & < "4.0.0"
-
mirage-block
>= "1.2.0"
-
mirage-block-ccm
>= "1.1.0"
- mirage-block-combinators
-
mirage-block-lwt
>= "1.2.0"
-
mirage-block-ramdisk
>= "0.4"
-
mirage-block-solo5
>= "0.6.0"
-
mirage-block-unix
>= "2.11.0"
-
mirage-block-xen
>= "1.6.0"
- mirage-bootvar
-
mirage-bootvar-solo5
>= "0.6.0"
- mirage-bootvar-unix
-
mirage-bootvar-xen
>= "0.6.0"
-
mirage-channel
>= "3.2.0"
-
mirage-channel-lwt
>= "3.2.0"
-
mirage-clock
>= "2.0.0"
-
mirage-clock-freestanding
>= "2.0.0"
-
mirage-clock-lwt
>= "2.0.0"
- mirage-clock-solo5
-
mirage-clock-unix
>= "2.0.0"
-
mirage-conduit
= "1.3.0" | >= "3.1.0"
-
mirage-console
>= "2.4.0"
-
mirage-console-lwt
>= "2.4.0"
-
mirage-console-solo5
>= "0.6.0"
-
mirage-console-unix
>= "2.4.1"
-
mirage-console-xen
>= "2.4.0"
-
mirage-console-xen-backend
>= "2.4.0"
-
mirage-console-xen-proto
>= "2.4.0"
- mirage-crypto
- mirage-crypto-ec
- mirage-crypto-entropy
- mirage-crypto-pk
- mirage-crypto-rng
- mirage-crypto-rng-async
-
mirage-crypto-rng-eio
>= "0.11.0"
- mirage-crypto-rng-lwt
- mirage-crypto-rng-miou-unix
- mirage-crypto-rng-mirage
-
mirage-device
>= "1.2.0"
-
mirage-dns
>= "3.1.0"
-
mirage-entropy
>= "0.5.1"
-
mirage-flow
>= "1.6.0"
- mirage-flow-combinators
-
mirage-flow-lwt
>= "1.6.0"
-
mirage-flow-rawlink
>= "1.1.0"
-
mirage-flow-unix
>= "1.6.0"
-
mirage-fs
>= "1.2.0"
-
mirage-fs-lwt
>= "1.2.0"
- mirage-fs-mem
-
mirage-fs-unix
>= "1.6.0"
-
mirage-kv
>= "2.0.0"
-
mirage-kv-lwt
>= "2.0.0"
- mirage-kv-mem
-
mirage-kv-unix
< "3.0.0"
-
mirage-logs
>= "1.0.0" & < "2.0.0"
- mirage-monitoring
-
mirage-nat
>= "1.1.0"
-
mirage-net
>= "2.0.0"
-
mirage-net-lwt
>= "2.0.0"
-
mirage-net-macosx
>= "1.5.0"
-
mirage-net-solo5
>= "0.4.3"
-
mirage-net-unix
>= "2.5.0"
-
mirage-net-xen
>= "1.9.0"
-
mirage-profile
>= "0.9.0"
-
mirage-profile-unix
>= "0.9.0"
-
mirage-profile-xen
>= "0.9.0"
-
mirage-protocols
>= "2.0.0"
-
mirage-protocols-lwt
>= "2.0.0"
-
mirage-qubes
>= "0.7.0"
-
mirage-qubes-ipv4
>= "0.7.0"
-
mirage-random
>= "1.2.0"
- mirage-random-stdlib
- mirage-random-test
-
mirage-runtime
>= "3.3.0" & < "4.0.0"
-
mirage-solo5
>= "0.6.2"
-
mirage-stack
>= "1.4.0"
-
mirage-stack-lwt
>= "1.4.0"
-
mirage-time
>= "1.3.0"
-
mirage-time-lwt
>= "1.3.0"
-
mirage-time-unix
>= "1.3.0"
-
mirage-types
>= "3.3.0"
-
mirage-types-lwt
>= "3.3.0"
-
mirage-unix
>= "3.2.0"
-
mirage-vnetif
>= "0.4.2"
- mirage-vnetif-stack
-
mirage-xen
>= "3.2.0"
-
mkaudio
>= "1.1.0"
- mkocaml
-
mlbdd
>= "0.7.2"
- mlfenv
-
mlmpfr
>= "4.0.2+dune" & < "4.1.0+bugfix1"
-
mlpost
>= "0.9"
- mlpost-lablgtk
-
mlt_parser
>= "v0.12.0" & < "v0.17.0"
-
mm
>= "0.7.0" & < "0.8.2"
- mmap
- mmdb
-
mock
>= "0.1.1"
-
mock-ounit
>= "0.1.1"
- module-graph
- molenc
- monaco_jsoo
- monolith
-
monomorphic
>= "2.0"
- monorobot
-
morbig
>= "0.10.3"
- morsmall
-
moss
>= "0.1.1"
-
mparser
>= "1.3"
- mparser-pcre
- mparser-re
- mperf
- mpg123
-
mpp
>= "0.3.4"
-
mpris
>= "0.2.0"
- mpris-clients
- mrmime
-
mrt-format
>= "0.3.1"
-
msat
>= "0.8"
- msat-bin
-
msgpck
>= "1.5"
- msgpck-repr
- mssql
- mugen
- mula
-
multipart-form-data
>= "0.3.0"
- multipart_form
- multipart_form-cohttp-lwt
- multipart_form-eio
- multipart_form-lwt
-
murmur3
>= "0.3"
-
mustache
>= "3.1.0"
- mustache-cli
- mutf8
- mwt
-
mybuild
>= "7"
- mysql8
-
mysql_protocol
>= "3.0.1"
-
n_ary
< "v0.17.0"
- naboris
- nacc
- nanoid
- nanosvg
- nanosvg_text
-
nbd
>= "4.0.3"
- nbd-tool
- nbd-unix
-
netchannel
>= "1.9.0"
- netkat
-
netlink
>= "0.3.4"
-
netsnmp
< "v0.17.0"
- nice_parser
- ninja_utils
- nmea
-
noCanren
>= "0.3.0~alpha1"
- nocoiner
- node_of_ocaml
- noise
- non_empty_list
- nottui
- nottui-lwt
- nottui-pretty
-
notty
>= "0.2.3"
-
notty_async
>= "v0.12.0" & < "v0.17.0"
- np
-
npy
>= "0.0.9"
-
nsq
>= "0.4.0"
-
numeric_string
< "v0.17.0"
- nuscr
-
OCanren
< "0.3.0"
-
OCanren-ppx
< "0.3.0"
- obeam
-
obelisk
>= "0.5.0"
-
obuilder
< "0.5"
-
obuilder-spec
< "0.5"
-
obus
>= "1.2.0"
-
ocal
>= "0.2.2"
- ocaml-canvas
-
ocaml-compiler-libs
>= "v0.12.0"
-
ocaml-embed-file
< "v0.17.0"
-
ocaml-lsp-server
< "1.8.0"
-
ocaml-lua
>= "1.8"
-
ocaml-migrate-parsetree
>= "1.2.0"
-
ocaml-migrate-parsetree-ocamlbuild
>= "1.2.0"
-
ocaml-monadic
>= "0.4.1"
- ocaml-print-intf
-
ocaml-probes
< "v0.17.0"
-
ocaml-protoc
>= "2.0.1"
-
ocaml-protoc-plugin
< "4.3.1"
-
ocaml-r
>= "0.1.1"
- ocaml-syntax-shims
-
ocaml-systemd
>= "1.3"
-
ocaml-top
>= "1.2.0"
-
ocaml-vdom
< "transition"
-
ocaml-version
>= "1.0.0" & < "3.6.0"
- ocaml_db_model
-
ocaml_intrinsics
< "v0.17.0"
- ocaml_pgsql_model
-
ocaml_plugin
>= "v0.12.0"
- ocamlapi
- ocamlapi_async
- ocamlapi_lwt_unix
- ocamlapi_ppx
- ocamlcodoc
-
ocamlformat
>= "0.7"
- ocamlformat-lib
-
ocamlformat-rpc
< "removed"
- ocamlformat-rpc-lib
-
ocamlfuse
>= "2.7.1-cvs6" & < "2.7.1-cvs8"
-
ocamlgraph
>= "2.0.0"
- ocamlgraph_gtk
- ocamline
- ocamlog
- ocb
-
ocluster
< "0.2"
-
ocluster-api
< "0.2"
- ocolor
-
ocp-browser
>= "1.1.9"
-
ocp-indent
>= "1.7.0"
-
ocp-indent-nlfork
>= "1.5.4"
-
ocp-index
>= "1.1.9"
- ocp-search
- ocp_reveal
-
ocplib-endian
>= "1.1"
-
ocplib-json-typed
>= "0.7"
- ocplib-json-typed-browser
- ocplib-json-typed-bson
-
ocplib-simplex
>= "0.5"
-
ocplib_stuff
!= "0.3.0"
-
ocsigen-i18n
>= "4.0.0"
- ocsigen-ppx-rpc
-
ocsigenserver
>= "4.0.1"
-
octavius
>= "1.2.2"
- odash
-
odate
>= "0.6"
-
odep
< "0.2.0"
-
odepack
>= "0.6.9"
- odnnr
-
odoc
>= "1.4.0" & < "2.0.0"
-
odoc-parser
< "2.3.0"
-
of_json
< "v0.17.0"
- offheap
-
ogg
= "0.6.0" | >= "0.7.0"
- ohex
- oidc
- ojs
-
olinq
>= "0.3"
-
omd
>= "1.3.2"
- omg
-
omigrate
< "0.3.1"
- omlr
- oniguruma
- opam-0install
- opam-0install-cudf
-
opam-bin
>= "1.0.0"
- opam-build
-
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"
-
opam-format
>= "2.0.2"
- opam-graph
-
opam-grep
>= "0.2.0"
-
opam-installer
>= "2.0.2"
-
opam-monorepo
< "0.2.3"
-
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
-
opam2web
>= "2.0"
-
opam_bin_lib
!= "0.9.5"
-
opasswd
>= "1.3.1"
- opazl
- openai-gym
- openapi
- openapi-opium
- openapi_router
- opencc0
- opencc1
- opencc1_1
- openQASM
-
opentelemetry
< "0.7"
-
opentelemetry-client-cohttp-lwt
< "0.7"
-
opentelemetry-client-ocurl
< "0.7"
-
opentelemetry-cohttp-lwt
< "0.7"
-
opentelemetry-lwt
< "0.7"
-
opium
>= "0.17.0"
- opium-graphql
- opium-testing
-
opium_kernel
>= "0.17.0"
- oplot
- oplsr
- opomodoro
- opsian
- optal
- opti
-
optimization1d
>= "0.6.1"
- optiml-transport
-
optint
>= "0.0.2"
-
opus
>= "0.2.0"
-
oraft
< "0.3.0"
-
oranger
>= "2.0.1"
- orb
- order-i3-xfce
-
ordinal_abbreviation
< "v0.17.0"
-
ordma
>= "0.0.5"
-
orec
>= "1.0.1"
- orewa
- orf
- orgeat
- orpie
- orrandomForest
-
orsvm_e1071
>= "4.0.0"
- orun
-
orxgboost
>= "1.1.0"
-
oseq
>= "0.2"
- osh
- oskel
- osnap
-
osx-secure-transport
>= "0.1.1"
- otf
- otoml
-
otr
>= "0.3.6"
-
ounit
= "2.1.2"
-
ounit-lwt
< "2.2.0"
-
ounit2
< "2.2.7"
-
ounit2-lwt
< "2.2.7"
-
override
< "0.4.0"
-
owee
>= "0.3"
-
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
- paf-le
-
pam
< "v0.17.0"
- pandoc
- pandoc-abbreviations
- pandoc-comment
- pandoc-crossref
- pandoc-include
- pandoc-inspect
- pandoc-pdf2png
- pandoc-replace
-
papi
>= "0.1.1"
-
parany
>= "7.0.2"
- pardi
-
parmap
>= "1.1.1"
-
parse-argv
>= "0.2.0"
-
parsexp
>= "v0.12.0" & < "v0.17.0"
-
parsexp_io
>= "v0.12.0" & < "v0.17.0"
- parsley
-
patch
< "2.0.0"
-
patdiff
>= "v0.12.1" & < "v0.17.0"
- path_glob
-
patience_diff
>= "v0.12.0" & < "v0.17.0"
-
patoline
>= "0.2"
-
patricia-tree
< "0.10.0"
- pattern
- pb
- pb-plugin
-
pbkdf
>= "1.0.0"
- pbrt
- pbrt_services
- pbrt_yojson
-
pcap-format
>= "0.5.2"
-
pcre
>= "7.3.5"
- pcre2
-
pds-reachability
>= "0.2.2"
-
pecu
>= "0.2"
- petr4
- pf-qubes
- pg_query
-
pgocaml
>= "4.0"
- pgocaml_ppx
-
pgx
>= "1.0" & < "2.2"
-
pgx_async
>= "1.0" & < "2.2"
-
pgx_lwt
>= "1.0" & < "2.2"
-
pgx_lwt_mirage
< "2.2"
-
pgx_lwt_unix
< "2.2"
-
pgx_unix
>= "1.0" & < "2.2"
-
pgx_value_core
< "2.2"
-
pgx_value_ptime
< "2.2"
-
phantom-algebra
>= "1.0.1"
- phonetic
-
phylogenetics
< "0.2.0"
- piaf
- picasso
-
piqi
>= "0.7.8"
-
piqilib
>= "0.6.16"
- pixel_pusher
-
pkcs11
>= "0.18.0"
- pkcs11-cli
- pkcs11-driver
- pkcs11-rev
-
pla
>= "1.3"
- plato
-
plebeia
< "2.0.0"
- plist-xml
- plist-xml-lwt
-
plotkicadsch
>= "0.4.0"
-
plplot
>= "5.11.0-1"
- polka
-
polling_state_rpc
< "v0.17.0"
- polly
- polynomial
-
pomap
>= "4.1.0"
- popper
-
portaudio
>= "0.2.2"
- portaudio_c_bindings
- portmidi
-
posix-base
< "2.0.2"
-
posix-bindings
< "2.0.2"
-
posix-getopt
>= "2.0.0" & < "2.0.2"
-
posix-signal
< "2.0.2"
-
posix-socket
< "2.0.2"
-
posix-socket-unix
< "2.0.2"
-
posix-time2
< "2.0.2"
-
posix-types
>= "2.0.0" & < "2.0.2"
-
posix-uname
< "2.0.2"
-
posixat
>= "v0.12.0" & < "v0.17.0"
-
postgres_async
< "v0.17.0"
-
postgresql
>= "4.4.1"
- pp
- pp_loc
-
pprint
>= "20200226"
- ppx-owl-opt
-
ppx_accessor
< "v0.17.0"
-
ppx_assert
>= "v0.12.0" & < "v0.17.0"
- ppx_bap
-
ppx_base
>= "v0.12.0" & < "v0.17.0"
-
ppx_bench
>= "v0.12.0" & < "v0.17.0"
-
ppx_bigarray
>= "3.0.0"
-
ppx_bin_prot
>= "v0.12.0" & < "v0.17.0"
-
ppx_bitstring
>= "4.0.0"
-
ppx_blob
>= "0.6.0"
- ppx_bsx
- ppx_catch
-
ppx_cold
< "v0.17.0"
-
ppx_compare
>= "v0.12.0" & < "v0.17.0"
-
ppx_compose
>= "0.1.0"
-
ppx_const
>= "2.0"
-
ppx_conv_func
>= "v0.12.0" & < "v0.17.0"
- ppx_counters
-
ppx_css
< "v0.17.0"
-
ppx_cstruct
>= "3.3.0"
- ppx_cstubs
-
ppx_csv_conv
>= "v0.12.0" & < "v0.17.0"
-
ppx_custom_printf
>= "v0.12.0" & < "v0.17.0"
- ppx_decimal
-
ppx_defer
>= "0.4.0"
-
ppx_demo
< "v0.17.0"
-
ppx_derive_at_runtime
< "v0.17.0"
-
ppx_derivers
>= "1.2.1"
-
ppx_deriving
>= "4.3"
-
ppx_deriving_cmdliner
>= "0.5.1"
- ppx_deriving_encoding
-
ppx_deriving_hardcaml
>= "v0.12.0"
- ppx_deriving_hash
- ppx_deriving_json_schema
- ppx_deriving_jsoo
-
ppx_deriving_madcast
>= "0.2"
- ppx_deriving_popper
-
ppx_deriving_protobuf
>= "2.7"
- ppx_deriving_qcheck
-
ppx_deriving_rpc
>= "6.1.0"
- ppx_deriving_scad
-
ppx_deriving_yaml
< "0.2.2"
-
ppx_deriving_yojson
>= "3.3"
-
ppx_disable_unused_warnings
< "v0.17.0"
-
ppx_distr_guards
>= "0.2"
- ppx_enum
-
ppx_enumerate
>= "v0.12.0" & < "v0.17.0"
-
ppx_expect
>= "v0.12.0" & < "v0.17.0"
- ppx_factory
-
ppx_fail
>= "v0.12.0"
- ppx_fast_pipe
-
ppx_fields_conv
>= "v0.12.0" & < "v0.17.0"
-
ppx_fixed_literal
< "v0.17.0"
-
ppx_gen_rec
>= "1.1.0"
-
ppx_getenv
>= "2.0"
-
ppx_globalize
< "v0.17.0"
-
ppx_hash
>= "v0.12.0" & < "v0.17.0"
-
ppx_here
>= "v0.12.0" & < "v0.17.0"
-
ppx_ignore_instrumentation
< "v0.17.0"
-
ppx_import
>= "1.5-3-gbd627d5"
- ppx_inline_alcotest
-
ppx_inline_test
>= "v0.12.0" & < "v0.16.1"
-
ppx_irmin
< "3.0.0"
-
ppx_jane
>= "v0.12.0" & < "v0.17.0"
-
ppx_js_style
>= "v0.12.0" & < "v0.17.0"
-
ppx_jsobject_conv
>= "0.6.0"
-
ppx_jsonaf_conv
< "v0.17.0"
-
ppx_let
>= "v0.12.0" & < "v0.17.0"
-
ppx_log
< "v0.17.0"
- ppx_make
- ppx_map
-
ppx_meta_conv
>= "4.0.1"
-
ppx_module_timer
< "v0.17.0"
- ppx_monad
-
ppx_monoid
>= "0.3.2"
- ppx_mysql
- ppx_mysql_identity
- ppx_open
-
ppx_optcomp
>= "v0.12.0" & < "v0.17.0"
-
ppx_optional
>= "v0.12.0" & < "v0.17.0"
-
ppx_pattern_bind
< "v0.17.0"
- ppx_pbt
-
ppx_pipebang
>= "v0.12.0" & < "v0.17.0"
-
ppx_protocol_conv
>= "3.1.0"
-
ppx_protocol_conv_json
>= "3.1.0"
- ppx_protocol_conv_jsonm
-
ppx_protocol_conv_msgpack
>= "3.1.0"
-
ppx_protocol_conv_xml_light
>= "3.1.0"
- ppx_protocol_conv_xmlm
-
ppx_protocol_conv_yaml
>= "3.1.0"
- ppx_pyformat
-
ppx_python
< "v0.17.0"
- ppx_rapper
- ppx_rapper_async
- ppx_rapper_lwt
-
ppx_regexp
>= "0.4.0"
- ppx_relit
- ppx_repr
-
ppx_sexp_conv
>= "v0.12.0" & < "v0.17.0"
-
ppx_sexp_message
>= "v0.12.0" & < "v0.17.0"
-
ppx_sexp_value
>= "v0.12.0" & < "v0.17.0"
- ppx_show
-
ppx_stable
< "v0.17.0"
-
ppx_stable_witness
< "v0.17.0"
-
ppx_string
< "v0.17.0"
- ppx_string_interpolation
- ppx_subliner
-
ppx_test
>= "1.7.0"
- ppx_there
-
ppx_tools
>= "6.0+4.08.0"
-
ppx_tools_versioned
>= "5.2.2"
-
ppx_tydi
< "v0.17.0"
- ppx_type_directed_value
-
ppx_typed_fields
< "v0.17.0"
-
ppx_typerep_conv
>= "v0.12.0" & < "v0.17.0"
- ppx_tyre
- ppx_units
-
ppx_variants_conv
>= "v0.12.0" & < "v0.17.0"
- ppx_viewpattern
- ppx_wideopen
-
ppx_xml_conv
>= "v0.12.0" & < "v0.17.0"
- ppx_yojson
-
ppx_yojson_conv
< "v0.17.0"
-
ppx_yojson_conv_lib
< "v0.17.0"
-
ppxfind
>= "1.3"
-
ppxlib
>= "0.4.0"
-
ppxx
>= "2.4.0"
- 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
- prettym
-
printbox
>= "0.2" & < "0.8"
-
printbox-html
< "0.8"
-
printbox-text
< "0.8"
-
prof_spacetime
>= "0.3.0"
-
profunctor
< "v0.17.0"
- progress
- prom
-
prometheus
>= "0.6"
-
prometheus-app
>= "0.6"
- 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
>= "v0.12.0" & < "v0.17.0"
- prr
-
psmt2-frontend
= "0.3.0" | >= "0.4.0"
-
psq
>= "0.1.1"
-
ptmap
>= "2.0.5"
-
ptset
>= "1.0.1"
-
pulseaudio
>= "0.1.4"
- pure-html
-
pure-splitmix
>= "0.3"
-
py
>= "1.1"
- pyast
-
pyml
>= "20210924"
-
pyml_bindgen
< "0.3.0"
- pyre-ast
- pythonlib
-
qbf
>= "0.3"
-
qcheck
>= "0.9"
- qcheck-alcotest
- qcheck-core
- qcheck-ounit
- qinap
-
qiskit
< "0.44.0"
-
qmp
>= "0.19.0"
-
qrencode
>= "0.2"
-
qtest
>= "2.10.1"
- queenshead
- quests
- radamsa
-
radare2
>= "0.0.3"
-
randomconv
>= "0.1.1"
- randoml
- range
- rangeSet
- rankers
-
rawlink
>= "1.0" & < "2.1"
- raygui
- raylib
-
rdbg
>= "1.196.12"
-
re
>= "1.9.0"
-
re2
>= "v0.12.1" & < "v0.17.0"
- re2_stable
-
re_parser
< "v0.17.0"
-
reactiveData
>= "0.3.0"
- reanalyze
-
reason
>= "3.5.0" & < "3.9.0"
- reason-standard
- received
-
record_builder
>= "v0.12.0" & < "v0.17.0"
-
records
>= "1.0.0"
- reddit_api_async
- reddit_api_kernel
- redirect
-
redis
>= "0.4"
-
redis-async
< "v0.17.0"
-
redis-lwt
>= "0.4"
-
redis-sync
>= "0.4"
-
reed-solomon-erasure
>= "1.0.2"
-
reedsolomon
>= "0.3"
- refl
-
regenerate
>= "0.2"
-
regex_parser_intf
< "v0.17.0"
- relit_helper
- remu_ts
-
reparse
< "3.1.0"
-
reparse-lwt
< "3.1.0"
-
reparse-lwt-unix
< "3.1.0"
- reparse-unix
- repr
- repr-bench
- repr-fuzz
-
res
>= "5.0.1"
- res_tailwindcss
-
resource-pooling
>= "1.1"
-
resource_cache
>= "v0.12.0" & < "v0.17.0"
- 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
>= "1.4"
-
rfc1951
>= "0.8.1" & != "1.0.0"
-
rfc6287
>= "1.0.4"
- rfc7748
-
rfsm
>= "1.6-alpha-3" & < "2.0"
- rhythm
- ringo
- ringo-lwt
- rock
- roman
-
root1d
>= "0.5.1"
-
rope
>= "0.6.2"
-
rosetta
>= "0.2.0"
-
routes
< "2.0.0"
-
rpc
>= "6.1.0"
-
rpc_parallel
>= "v0.12.0" & < "v0.17.0"
-
rpclib
>= "6.1.0"
-
rpclib-async
>= "6.1.0"
- rpclib-html
- rpclib-js
-
rpclib-lwt
>= "6.1.0"
- rsdd
- rss
-
rtop
>= "3.5.0" & < "3.9.0"
- rungen
- rusage
- rust-staticlib-gen
- rust-staticlib-virtual
- SZXX
-
safepass
>= "3.1"
-
salsa20
>= "1.0.0"
-
salsa20-core
>= "1.0.0"
-
samplerate
>= "0.1.5"
-
sanddb
= "0.2"
- satex
- satyrographos
-
scaml
< "1.5.0"
- scfg
- scgi
- scipy
-
scrypt-kdf
>= "1.0.0"
- sd_logic
- searchTree
-
secp256k1
>= "0.4.1"
- secp256k1-internal
-
sedlex
>= "2.0" & < "3.2"
- sek
- selective
-
semantic_version
< "v0.17.0"
- semaphore-compat
-
semver
>= "0.2.1"
- semver2
- sendmail
- sendmail-lwt
- sendmail-miou-unix
- sendmail-mirage
- sentry
-
seq
>= "0.2" & < "base"
-
sequencer_table
>= "v0.12.0" & < "v0.17.0"
- serial
-
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
>= "0.4.1"
-
session-postgresql-lwt
>= "0.4.1"
-
session-redis-lwt
>= "0.4.1"
-
session-webmachine
>= "0.4.1"
-
setcore
>= "1.0.2"
-
sexp
< "v0.17.0"
-
sexp_diff
< "v0.17.0"
- sexp_diff_kernel
-
sexp_grammar
< "v0.17.0"
-
sexp_macro
< "v0.17.0"
-
sexp_pretty
>= "v0.12.0" & < "v0.17.0"
-
sexp_select
< "v0.17.0"
-
sexp_string_quickcheck
< "v0.17.0"
-
sexplib
>= "v0.12.0" & < "v0.17.0"
-
sexplib0
>= "v0.12.0" & < "v0.17.0"
-
sgf
>= "1.0.1"
-
sha
>= "1.13" & < "1.15.1"
- shapefile
-
shared-block-ring
>= "3.0.0"
-
shared-memory-ring
>= "3.1.0"
-
shared-memory-ring-lwt
>= "3.1.0"
-
shared-secret
>= "0.4"
-
shell
< "v0.17.0"
-
shexp
>= "v0.12.0" & < "v0.17.0"
-
shine
>= "0.2.2"
- shuttle
-
shuttle_http
< "0.11.0"
- shuttle_ssl
- 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
- simple63
- sklearn
-
slacko
>= "0.14.1"
- slug
-
smart-print
>= "0.3.0"
-
smbc
>= "0.5"
- smol
- smol-helpers
- smtlib-utils
-
snappy
>= "0.1.2"
- so
- solidity-alcotest
- solidity-common
- solidity-parser
- solidity-test
- solidity-typechecker
- sortedseq_intersect
-
soundtouch
>= "0.1.9"
- soupault
-
spacetime_lib
>= "0.3.0"
-
spawn
< "v0.9.0" | >= "v0.13.0"
- spdx_licenses
- spectrum
-
speex
>= "0.4.0"
-
spelll
>= "0.3"
- spin
-
splay_tree
>= "v0.12.0" & < "v0.17.0"
-
splittable_random
>= "v0.12.0" & < "v0.17.0"
-
spotify-web-api
>= "0.2.1"
-
spotlib
>= "4.1.0"
-
sqlgg
>= "20200521"
-
sqlite3
>= "4.4.1"
- sqlite3_utils
-
srt
< "0.3.1"
-
ssh-agent
>= "0.2.0"
- ssh-agent-unix
-
ssl
>= "0.5.6"
-
stdcompat
>= "19"
-
stdint
>= "0.6.0" & < "0.7.2"
- stdint-literals
-
stdio
>= "v0.12.0" & < "v0.17.0"
- stdlib-diff
- stdlib-random
- stdlib-shims
- stitch
-
stored_reversed
< "v0.17.0"
-
streamable
< "v0.17.0"
- streaming
-
string_dict
>= "v0.12.0" & < "v0.17.0"
-
stringext
>= "1.6.0"
-
sturgeon
>= "0.4.2"
- subscriptions-transport-ws
-
subtype-refinement
>= "0.2"
-
swagger
>= "0.2.0"
- swhid
- swhid_compute
- swhid_core
- swhid_types
-
syndic
>= "1.6.0"
- sys-socket
- sys-socket-unix
-
syslog
>= "2.0.0"
-
syslog-message
>= "1.0.0"
- syslog-rfc5424
-
systemverilog
>= "0.0.2"
- tablecloth-base
-
tablecloth-native
< "transition"
-
taglib
>= "0.3.7"
- talaria-bibtex
-
tar
>= "1.0.0" & < "2.0.0"
-
tar-mirage
>= "1.0.0" & < "2.0.0"
-
tar-unix
>= "1.0.0" & < "2.0.0"
- tcalc
-
tcpip
>= "3.7.0"
- tdigest
- teash
- telltime
- tensorboard
-
terminal
< "0.4.0"
-
terminal_size
>= "0.1.4"
- testu01
- textmate-language
- textrazor
-
textutils
>= "v0.12.0" & < "v0.17.0"
-
textutils_kernel
>= "v0.12.0" & < "v0.17.0"
-
textwrap
>= "0.2.1"
- tezos-008-PtEdo2Zk-test-helpers
- tezos-009-PsFLoren-test-helpers
- tezos-010-PtGRANAD-test-helpers
- tezos-accuser-006-PsCARTHA
- tezos-accuser-007-PsDELPH1
- tezos-accuser-008-PtEdo2Zk
- tezos-accuser-008-PtEdoTez
- tezos-accuser-009-PsFLoren
- tezos-accuser-010-PtGRANAD
-
tezos-accuser-011-PtHangz2
< "11.1"
-
tezos-accuser-alpha
< "11.1"
-
tezos-alpha-test-helpers
< "12.0"
- tezos-baker-006-PsCARTHA
- tezos-baker-007-PsDELPH1
- tezos-baker-008-PtEdo2Zk
- tezos-baker-008-PtEdoTez
- tezos-baker-009-PsFLoren
- tezos-baker-010-PtGRANAD
-
tezos-baker-011-PtHangz2
< "11.1"
-
tezos-baker-alpha
< "11.1"
- tezos-baking-006-PsCARTHA
- tezos-baking-006-PsCARTHA-commands
- tezos-baking-007-PsDELPH1
- tezos-baking-007-PsDELPH1-commands
- tezos-baking-008-PtEdo2Zk
- tezos-baking-008-PtEdo2Zk-commands
- tezos-baking-008-PtEdoTez
- tezos-baking-008-PtEdoTez-commands
- tezos-baking-009-PsFLoren
- tezos-baking-009-PsFLoren-commands
- tezos-baking-010-PtGRANAD
- tezos-baking-010-PtGRANAD-commands
-
tezos-baking-011-PtHangz2
< "11.1"
-
tezos-baking-011-PtHangz2-commands
< "11.1"
-
tezos-baking-alpha
< "11.1"
-
tezos-baking-alpha-commands
< "11.1"
-
tezos-base
< "11.1"
-
tezos-base-test-helpers
< "11.1"
- tezos-base58
- tezos-bls12-381-polynomial
-
tezos-clic
< "11.1"
-
tezos-client
< "11.1"
-
tezos-client-000-Ps9mPmXa
< "11.1"
-
tezos-client-001-PtCJ7pwo
< "11.1"
-
tezos-client-001-PtCJ7pwo-commands
< "11.1"
-
tezos-client-002-PsYLVpVv
< "11.1"
-
tezos-client-002-PsYLVpVv-commands
< "11.1"
-
tezos-client-003-PsddFKi3
< "11.1"
-
tezos-client-003-PsddFKi3-commands
< "11.1"
-
tezos-client-004-Pt24m4xi
< "11.1"
-
tezos-client-004-Pt24m4xi-commands
< "11.1"
-
tezos-client-005-PsBabyM1
< "11.1"
-
tezos-client-005-PsBabyM1-commands
< "11.1"
-
tezos-client-006-PsCARTHA
< "11.1"
-
tezos-client-006-PsCARTHA-commands
< "11.1"
-
tezos-client-007-PsDELPH1
< "11.1"
-
tezos-client-007-PsDELPH1-commands
< "11.1"
-
tezos-client-007-PsDELPH1-commands-registration
< "11.1"
-
tezos-client-008-PtEdo2Zk
< "11.1"
-
tezos-client-008-PtEdo2Zk-commands
< "11.1"
-
tezos-client-008-PtEdo2Zk-commands-registration
< "11.1"
- tezos-client-008-PtEdoTez
- tezos-client-008-PtEdoTez-commands
- tezos-client-008-PtEdoTez-commands-registration
-
tezos-client-009-PsFLoren
< "11.1"
-
tezos-client-009-PsFLoren-commands
< "11.1"
-
tezos-client-009-PsFLoren-commands-registration
< "11.1"
-
tezos-client-010-PtGRANAD
< "11.1"
-
tezos-client-010-PtGRANAD-commands
< "11.1"
-
tezos-client-010-PtGRANAD-commands-registration
< "11.1"
-
tezos-client-011-PtHangz2
< "11.1"
-
tezos-client-011-PtHangz2-commands
< "11.1"
-
tezos-client-011-PtHangz2-commands-registration
< "11.1"
-
tezos-client-alpha
< "11.1"
-
tezos-client-alpha-commands
< "11.1"
-
tezos-client-alpha-commands-registration
< "11.1"
-
tezos-client-base
< "11.1"
-
tezos-client-base-unix
< "11.1"
-
tezos-client-commands
< "11.1"
-
tezos-client-demo-counter
< "11.1"
-
tezos-client-genesis
< "11.1"
-
tezos-client-genesis-carthagenet
< "11.1"
-
tezos-client-sapling-008-PtEdo2Zk
< "11.1"
- tezos-client-sapling-008-PtEdoTez
-
tezos-client-sapling-009-PsFLoren
< "11.1"
-
tezos-client-sapling-010-PtGRANAD
< "11.1"
-
tezos-client-sapling-011-PtHangz2
< "11.1"
-
tezos-client-sapling-alpha
< "11.1"
-
tezos-codec
< "11.1"
-
tezos-context
< "11.1"
- tezos-context-hash
- tezos-context-hash-irmin
-
tezos-crypto
< "11.1"
-
tezos-embedded-protocol-000-Ps9mPmXa
< "11.1"
-
tezos-embedded-protocol-001-PtCJ7pwo
< "11.1"
-
tezos-embedded-protocol-002-PsYLVpVv
< "11.1"
-
tezos-embedded-protocol-003-PsddFKi3
< "11.1"
-
tezos-embedded-protocol-004-Pt24m4xi
< "11.1"
-
tezos-embedded-protocol-005-PsBABY5H
< "11.1"
-
tezos-embedded-protocol-005-PsBabyM1
< "11.1"
-
tezos-embedded-protocol-006-PsCARTHA
< "11.1"
-
tezos-embedded-protocol-007-PsDELPH1
< "11.1"
-
tezos-embedded-protocol-008-PtEdo2Zk
< "11.1"
-
tezos-embedded-protocol-008-PtEdoTez
< "11.1"
-
tezos-embedded-protocol-009-PsFLoren
< "11.1"
-
tezos-embedded-protocol-010-PtGRANAD
< "11.1"
-
tezos-embedded-protocol-011-PtHangz2
< "11.1"
-
tezos-embedded-protocol-alpha
< "11.1"
-
tezos-embedded-protocol-demo-counter
< "11.1"
-
tezos-embedded-protocol-demo-noops
< "11.1"
-
tezos-embedded-protocol-genesis
< "11.1"
-
tezos-embedded-protocol-genesis-carthagenet
< "11.1"
- tezos-endorser-006-PsCARTHA
- tezos-endorser-007-PsDELPH1
- tezos-endorser-008-PtEdo2Zk
- tezos-endorser-008-PtEdoTez
- tezos-endorser-009-PsFLoren
- tezos-endorser-010-PtGRANAD
-
tezos-endorser-011-PtHangz2
< "11.1"
-
tezos-endorser-alpha
< "11.1"
-
tezos-error-monad
< "11.1"
-
tezos-event-logging
< "11.1"
-
tezos-event-logging-test-helpers
< "11.1"
-
tezos-hacl-glue
< "11.1"
-
tezos-hacl-glue-unix
< "11.0"
-
tezos-legacy-store
< "11.1"
- tezos-lmdb
-
tezos-lwt-result-stdlib
< "11.1"
- tezos-mempool-006-PsCARTHA
- tezos-mempool-007-PsDELPH1
- tezos-mempool-008-PtEdoTez
-
tezos-micheline
< "11.1"
-
tezos-mockup
< "11.1"
-
tezos-mockup-commands
< "11.1"
-
tezos-mockup-proxy
< "11.1"
-
tezos-mockup-registration
< "11.1"
-
tezos-node
< "11.1"
-
tezos-p2p
< "11.1"
-
tezos-p2p-services
< "11.1"
- tezos-plompiler
- tezos-plonk
-
tezos-protocol-000-Ps9mPmXa
< "11.1"
-
tezos-protocol-001-PtCJ7pwo
< "11.1"
-
tezos-protocol-002-PsYLVpVv
< "11.1"
-
tezos-protocol-003-PsddFKi3
< "11.1"
-
tezos-protocol-004-Pt24m4xi
< "11.1"
-
tezos-protocol-005-PsBABY5H
< "11.1"
-
tezos-protocol-005-PsBabyM1
< "11.1"
-
tezos-protocol-006-PsCARTHA
< "11.1"
- tezos-protocol-006-PsCARTHA-parameters
-
tezos-protocol-007-PsDELPH1
< "11.1"
- tezos-protocol-007-PsDELPH1-parameters
-
tezos-protocol-008-PtEdo2Zk
< "11.1"
-
tezos-protocol-008-PtEdo2Zk-parameters
< "11.1"
-
tezos-protocol-008-PtEdoTez
< "11.1"
- tezos-protocol-008-PtEdoTez-parameters
-
tezos-protocol-009-PsFLoren
< "11.1"
-
tezos-protocol-009-PsFLoren-parameters
< "11.1"
-
tezos-protocol-010-PtGRANAD
< "11.1"
-
tezos-protocol-010-PtGRANAD-parameters
< "11.1"
-
tezos-protocol-011-PtHangz2
< "11.1"
-
tezos-protocol-011-PtHangz2-parameters
< "11.1"
-
tezos-protocol-alpha
< "11.1"
-
tezos-protocol-alpha-parameters
< "11.1"
-
tezos-protocol-compiler
< "11.1"
-
tezos-protocol-demo-counter
< "11.1"
-
tezos-protocol-demo-noops
< "11.1"
-
tezos-protocol-environment
< "11.1"
-
tezos-protocol-environment-packer
< "11.1"
-
tezos-protocol-environment-sigs
< "11.1"
-
tezos-protocol-environment-structs
< "11.1"
-
tezos-protocol-genesis
< "11.1"
-
tezos-protocol-genesis-carthagenet
< "11.1"
-
tezos-protocol-plugin-007-PsDELPH1
< "11.1"
-
tezos-protocol-plugin-007-PsDELPH1-registerer
< "11.1"
-
tezos-protocol-plugin-008-PtEdo2Zk
< "11.1"
-
tezos-protocol-plugin-008-PtEdo2Zk-registerer
< "11.1"
-
tezos-protocol-plugin-009-PsFLoren
< "11.1"
-
tezos-protocol-plugin-009-PsFLoren-registerer
< "11.1"
-
tezos-protocol-plugin-010-PtGRANAD
< "11.1"
-
tezos-protocol-plugin-010-PtGRANAD-registerer
< "11.1"
-
tezos-protocol-plugin-011-PtHangz2
< "11.1"
-
tezos-protocol-plugin-011-PtHangz2-registerer
< "11.1"
-
tezos-protocol-plugin-alpha
< "11.1"
-
tezos-protocol-plugin-alpha-registerer
< "11.1"
-
tezos-protocol-updater
< "11.1"
-
tezos-proxy
< "11.1"
-
tezos-requester
< "11.1"
-
tezos-rpc
< "11.1"
-
tezos-rpc-http
< "11.1"
-
tezos-rpc-http-client
< "11.1"
-
tezos-rpc-http-client-unix
< "11.1"
-
tezos-rpc-http-server
< "11.1"
-
tezos-sapling
< "11.1"
-
tezos-shell
< "11.1"
-
tezos-shell-context
< "11.1"
-
tezos-shell-services
< "11.1"
-
tezos-shell-services-test-helpers
< "11.1"
-
tezos-signer
< "11.1"
-
tezos-signer-backends
< "11.1"
-
tezos-signer-services
< "11.1"
-
tezos-stdlib
< "11.1"
-
tezos-stdlib-unix
< "11.1"
- tezos-storage
-
tezos-store
< "11.1"
-
tezos-test-helpers
< "11.1"
- tezos-test-services
-
tezos-tooling
< "13.0"
-
tezos-validation
< "11.1"
-
tezos-validator
< "11.1"
-
tezos-version
< "11.1"
-
tezos-workers
< "11.1"
-
tezt
< "2.0.0"
-
theora
>= "0.4.0"
- thread-local-storage
-
thrift
>= "0.10.0"
-
tidy
>= "5-0.2"
- tidy_email
- tidy_email_mailgun
- tidy_email_sendgrid
- tidy_email_smtp
-
tilde_f
< "v0.17.0"
-
time_now
< "v0.17.0"
-
timed
>= "1.1"
-
timedesc
< "0.8.0"
-
timere
< "0.8.0"
- timere-parse
-
timezone
< "v0.17.0"
-
tiny_httpd
< "0.15"
-
tiny_httpd_camlzip
< "0.15"
-
tip-parser
>= "0.4"
- tldr
-
tls
>= "0.11.0" & < "0.15.4"
-
tls-async
< "0.15.4"
-
tls-mirage
< "0.15.4"
-
toml
>= "5.0.0" & < "7.1.0"
- toml-cconv
- toml_cconv
-
toplevel_backend
< "v0.17.0"
-
toplevel_expect_test
>= "v0.12.0" & < "v0.17.0"
-
topological_sort
>= "v0.12.0" & < "v0.17.0"
-
torch
< "v0.17.0"
- tqdm
-
tracing
< "v0.17.0"
- tracy-client
- transept
- traverse
-
travesty
< "0.7.2"
-
travis-opam
>= "1.5.0"
-
trax
>= "0.4.0"
-
tree_layout
>= "0.2"
-
treeprint
>= "2.3.0"
-
trie
>= "1.0.0"
-
tsdl-image
>= "0.3.0"
-
tsdl-mixer
>= "0.3.0"
-
tsdl-ttf
>= "0.3"
- tsort
-
tube
>= "4.4.0"
-
tuntap
>= "1.7.0"
- twostep
- tyabt
-
typerep
>= "v0.12.0" & < "v0.17.0"
-
typeset
< "0.4"
-
tyre
>= "0.5"
-
tyxml
>= "4.3.0"
- tyxml-jsx
- tyxml-lwd
-
tyxml-ppx
>= "4.3.0"
- tyxml-syntax
- u2f
- ubase
-
ubpf
< "0.2"
-
uecc
>= "0.2"
-
uint
>= "2.0.1"
- ulid
- um-abt
- unidecode
- unionFind
-
unisim_archisec
< "0.0.1"
-
unison
>= "2.51.4" & < "2.53.4"
- universo
-
unix-errno
>= "0.6.0"
- unstrctrd
-
uri
>= "2.2.0"
- uri-bench
- uri-re
- uri-sexp
-
uring
< "0.4"
- uritemplate
- user-agent-parser
-
username_kernel
< "v0.17.0"
- uspf
- uspf-lwt
- uspf-mirage
- uspf-unix
-
utop
>= "2.3.0"
-
uuuu
>= "0.1.1"
- validator
-
variantslib
>= "v0.12.0" & < "v0.17.0"
- varray
- vcaml
-
vcardgen
>= "1.2"
-
vchan
>= "4.0.0"
-
vchan-unix
>= "4.0.0"
-
vchan-xen
>= "4.0.0"
- vec
- vector
- vercel
-
vhd-format
>= "0.12.0"
-
vhd-format-lwt
>= "0.12.0"
-
virtual_dom
>= "v0.12.0" & < "v0.17.0"
-
visitors
>= "20200207"
-
vlq
>= "0.2.1"
-
vmnet
>= "1.3.2"
- vocal
- voqc
-
vorbis
>= "0.8.0"
-
vpt
>= "5.0.0"
- vue-jsoo
-
wall
>= "0.4"
- wasmer
- wasmtime
- wayland
- waylaunch
- webauthn
-
weberizer
>= "0.8"
-
webmachine
>= "0.6.2"
-
websocket
>= "2.12" & < "2.15"
-
websocket-async
>= "2.12" & < "2.15"
-
websocket-lwt
>= "2.12"
-
websocket-lwt-unix
< "2.15"
- websocketaf
-
webtest
>= "2.0.0"
- webtest-js
- 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
>= "0.6.3"
-
x86_64-esperanto
>= "0.0.6"
-
xapi-backtrace
>= "0.7"
-
xapi-inventory
>= "1.2.1"
-
xapi-rrd
>= "1.8.2"
- xapi-stdext-date
- xapi-stdext-encodings
- xapi-stdext-pervasives
- xapi-stdext-std
- xapi-stdext-threads
- xapi-stdext-unix
- xapi-stdext-zerocheck
- xdg-basedir
-
xen-evtchn
>= "2.1.0"
-
xen-evtchn-unix
>= "2.1.0"
-
xen-gnt
>= "3.1.0"
-
xen-gnt-unix
>= "3.1.0"
-
xenstore
>= "2.1.0"
-
xenstore_transport
>= "1.1.0"
-
xml-light
>= "2.5"
-
xmlplaylist
>= "0.1.5"
- xoshiro
-
yaml
>= "1.0.0"
- yaml-sexp
-
yara
>= "0.2"
-
yocaml
< "2.0.0"
- yocaml_cmark
-
yocaml_git
< "2.0.0"
-
yocaml_jingoo
< "2.0.0"
- yocaml_markdown
-
yocaml_mustache
< "2.0.0"
-
yocaml_syndication
< "2.0.0"
-
yocaml_unix
< "2.0.0"
-
yocaml_yaml
< "2.0.0"
-
yojson
>= "1.5.0"
- yojson-bench
- yojson-five
-
yurt
>= "0.6"
-
yuscii
>= "0.2.1"
- yuujinchou
- zarith-ppx
-
zarith_stubs_js
< "v0.17.0"
-
zed
>= "2.0" & < "3.2.0"
- zeit
- zelus
- zelus-gtk
-
zipperposition
>= "1.5.1"
- zipperposition-tools
-
zlib
>= "0.6"
-
zlist
>= "0.4.0"
-
zmq
>= "5.1.0"
-
zmq-async
>= "5.1.0"
- zmq-eio
-
zmq-lwt
>= "5.1.0"
-
zstandard
>= "v0.12.1" & < "v0.17.0"
-
zstd
= "0.3"
-
zxcvbn
>= "2.3+2"
Conflicts (7)
-
jbuilder
= "transition"
-
js_of_ocaml-compiler
< "3.6.0"
-
dune-release
< "1.3.0"
-
odoc
< "1.3.0"
-
dune-configurator
< "2.3.0"
-
ocaml-lsp-server
< "1.3.0"
-
merlin
< "3.4.0"