ligo/src/tezos-deps.opam

45 lines
1.0 KiB
Plaintext
Raw Normal View History

2016-09-08 21:13:10 +04:00
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"
2016-09-08 21:13:10 +04:00
depends: [
"ocamlfind" {build}
"base-bigarray"
"base-threads"
2017-03-31 18:54:50 +04:00
"conf-libev"
2016-09-08 21:13:10 +04:00
"calendar"
"cohttp" {>= "0.21" }
2017-01-14 16:12:55 +04:00
"conduit"
"ezjsonm" {= "0.4.3" }
2016-09-08 21:13:10 +04:00
"git"
"git-unix"
"ipv6-multicast"
"irmin-watcher" (* for `irmin.unix` *)
2017-03-09 18:17:14 +04:00
"irmin" {>= "0.12" & < "1.0" }
2017-05-07 13:56:30 +04:00
"lwt" {>= "3.0.0" }
2017-01-14 16:12:55 +04:00
"lwt_ssl"
2016-09-08 21:13:10 +04:00
"menhir"
2017-01-14 16:13:59 +04:00
"mtime"
2017-01-14 16:12:55 +04:00
"ocp-ocamlres" {>= "dev" }
2016-09-08 21:13:10 +04:00
"ocplib-endian"
"ocplib-json-typed"
2017-01-14 16:12:55 +04:00
"ocplib-resto" {>= "dev" }
2016-12-02 02:20:23 +04:00
"reactiveData"
"tyxml"
"js_of_ocaml"
2017-01-14 16:12:55 +04:00
"sodium" {>= "0.3.0" }
"magic-mime"
2017-05-31 20:27:11 +04:00
"leveldb" {>= "1.1.2" }
"kaputt" # { test }
"bisect_ppx" # { test }
2016-09-08 21:13:10 +04:00
]