albatross/albatross.opam

41 lines
950 B
Plaintext
Raw Normal View History

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"
license: "ISC"
2017-05-26 14:30:34 +00:00
depends: [
"ocaml" {>= "4.08.0"}
2020-03-13 15:24:52 +00:00
"dune"
"lwt" {>= "3.0.0"}
"ipaddr" {>= "4.0.0"}
2017-05-26 14:30:34 +00:00
"hex"
"cstruct"
2017-12-20 22:06:51 +00:00
"logs"
"rresult"
"bos"
"ptime"
"cmdliner" {>= "1.0.0"}
2017-12-20 22:06:51 +00:00
"fmt"
"astring"
"jsonm"
2020-04-21 08:39:30 +00:00
"x509" {>= "0.11.0"}
"tls" {>= "0.12.2"}
2020-03-13 15:24:52 +00:00
"mirage-crypto-pk"
"mirage-crypto-rng" {>= "0.8.0"}
2017-12-20 22:06:51 +00:00
"asn1-combinators" {>= "0.2.0"}
2017-05-26 14:30:34 +00:00
"duration"
"decompress" {>= "0.9.0" & < "1.0.0"}
2018-10-28 23:36:11 +00:00
"checkseum"
"metrics" {>= "0.2.0"}
"metrics-lwt" {>= "0.2.0"}
"metrics-influx" {>= "0.2.0"}
2017-05-26 14:30:34 +00:00
]
build: [
2019-03-27 23:11:43 +00:00
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
2017-05-26 14:30:34 +00:00
]
2018-10-29 16:14:51 +00:00
synopsis: "Albatross - orchestrate and manage MirageOS unikernels with Solo5"