ligo/src/tezos-deps.opam
2017-08-22 14:56:15 +02:00

44 lines
989 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"
"conf-libev"
"calendar"
"cohttp" {>= "0.21" }
"conduit"
"ezjsonm" {>= "0.5.0" }
"git"
"git-unix"
"irmin" {>= "1.3" }
"irmin-unix"
"lwt" {>= "3.0.0" }
"lwt_ssl"
"menhir"
"mtime" { >= "1.0.0" }
"ocp-ocamlres" {>= "dev" }
"ocplib-endian"
"ocplib-json-typed"
"ocplib-resto" {>= "dev" }
"reactiveData"
"tyxml"
"js_of_ocaml"
"sodium" {>= "0.3.0" }
"magic-mime"
"leveldb" {>= "1.1.2" }
"kaputt" # { test }
"bisect_ppx" # { test }
]