albatross/opam

26 lines
662 B
Plaintext

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}
"lwt"
"ipaddr" {>= "2.2.0"}
"hex"
"cstruct"
"ppx_cstruct" {build}
"logs" "rresult" "bos" "ptime" "cmdliner" "fmt" "astring"
"x509" "tls" "nocrypto" "asn1-combinators"
"duration"
]
build: [
[ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "false" ]
]