ligo/src/tezos-deps.opam
Grégoire Henry f7f5f21e46 Fix make build-deps
The amended script is now able to handle new dependency in the opam file.
It also abloe to handle `test` attributes.
2016-12-08 16:33:01 +01:00

37 lines
871 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"
"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"}
"kaputt" { test }
"bisect_ppx" { test }
]