2017-05-26 14:30:34 +00:00
|
|
|
opam-version: "1.2"
|
|
|
|
maintainer: "Hannes Mehnert <hannes@mehnert.org>"
|
|
|
|
authors: ["Hannes Mehnert <hannes@mehnert.org>"]
|
|
|
|
homepage: "https://github.com/hannesm/vmm"
|
|
|
|
dev-repo: "https://github.com/hannesm/vmm.git"
|
|
|
|
bug-reports: "https://github.com/hannesm/vmm/issues"
|
|
|
|
available: [ ocaml-version >= "4.04.0"]
|
|
|
|
|
|
|
|
depends: [
|
|
|
|
"ocamlfind" {build}
|
|
|
|
"ocamlbuild" {build}
|
|
|
|
"topkg" {build}
|
2018-04-03 20:58:31 +00:00
|
|
|
"lwt" {>= "3.0.0"}
|
2017-05-26 14:30:34 +00:00
|
|
|
"ipaddr" {>= "2.2.0"}
|
|
|
|
"hex"
|
|
|
|
"cstruct"
|
2017-12-20 22:06:51 +00:00
|
|
|
"ppx_cstruct" {build & >= "3.0.0"}
|
|
|
|
"logs"
|
|
|
|
"rresult"
|
|
|
|
"bos"
|
|
|
|
"ptime"
|
|
|
|
"cmdliner"
|
|
|
|
"fmt"
|
|
|
|
"astring"
|
|
|
|
"x509" {>= "0.6.0"}
|
|
|
|
"tls" {>= "0.9.0"}
|
|
|
|
"nocrypto"
|
|
|
|
"asn1-combinators" {>= "0.2.0"}
|
2017-05-26 14:30:34 +00:00
|
|
|
"duration"
|
2018-03-18 18:07:14 +00:00
|
|
|
"decompress" {>= "0.7"}
|
2017-05-26 14:30:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
build: [
|
|
|
|
[ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "false" ]
|
|
|
|
]
|