ligo/src/tezos-deps.opam

44 lines
989 B
Plaintext
Raw Normal View History

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