2018-10-25 14:55:54 +00:00
|
|
|
opam-version: "2.0"
|
2017-05-26 14:30:34 +00:00
|
|
|
maintainer: "Hannes Mehnert <hannes@mehnert.org>"
|
|
|
|
authors: ["Hannes Mehnert <hannes@mehnert.org>"]
|
2018-10-25 14:55:54 +00:00
|
|
|
homepage: "https://github.com/hannesm/albatross"
|
|
|
|
dev-repo: "git+https://github.com/hannesm/albatross.git"
|
|
|
|
bug-reports: "https://github.com/hannesm/albatross/issues"
|
2017-05-26 14:30:34 +00:00
|
|
|
|
|
|
|
depends: [
|
2018-10-25 14:55:54 +00:00
|
|
|
"ocaml" {>= "4.05.0"}
|
2017-05-26 14:30:34 +00:00
|
|
|
"ocamlfind" {build}
|
|
|
|
"ocamlbuild" {build}
|
|
|
|
"topkg" {build}
|
2018-04-03 20:58:31 +00:00
|
|
|
"lwt" {>= "3.0.0"}
|
2019-01-06 00:57:29 +00:00
|
|
|
"ipaddr" {>= "2.9.0"}
|
2017-05-26 14:30:34 +00:00
|
|
|
"hex"
|
|
|
|
"cstruct"
|
2017-12-20 22:06:51 +00:00
|
|
|
"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-10-28 23:05:55 +00:00
|
|
|
"decompress" {>= "0.8.1"}
|
2018-10-28 23:36:11 +00:00
|
|
|
"checkseum"
|
2017-05-26 14:30:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
build: [
|
|
|
|
[ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "false" ]
|
|
|
|
]
|
2018-10-29 16:14:51 +00:00
|
|
|
synopsis: "Albatross - orchestrate and manage MirageOS unikernels with Solo5"
|