ligo/src/tezos-deps.opam
2017-01-02 09:21:36 +01:00

39 lines
965 B
Plaintext

opam-version: "1.2"
name: "tezos-deps"
version: "dev"
maintainer: "Grégoire Henry <gregoire.henry@ocamlpro.com>"
authors: [
"Arthur Breitman <arthur.breitman@gmail.com>"
"Benjamin Canou <benjamin@ocamlpro.com>"
"Pierre Chambart <pierre@ocamlpro.com>"
"Grégoire Henry <gregoire@ocamlpro.com>"
]
dev-repo: "https://github.com/tezos/tezos.git"
homepage: "https://gihub.com/tezos/tezos"
bug-reports: "https://github.com/tezos/tezos/issues"
depends: [
"ocamlfind" {build}
"base-bigarray"
"base-threads"
"calendar"
"cohttp" {>= "0.21" }
"config-file"
"conduit" {= "0.14.0" } # Version 0.14.1 doas not compile with `ssl` (17/01/02)
"git"
"git-unix"
"irmin-watcher" (* for `irmin.unix` *)
"irmin" {>= "0.12"}
"menhir"
"ocp-ocamlres" {>= "dev"}
"ocplib-endian"
"ocplib-json-typed"
"ocplib-resto" {>= "dev"}
"reactiveData"
"tyxml"
"js_of_ocaml"
"sodium" {>= "0.3.0"}
"ssl"
"kaputt" # { test }
"bisect_ppx" # { test }
]