Flesh out opam file

With dependencies as detected by dune.
This commit is contained in:
Reynir Björnsson 2020-12-02 14:51:36 +01:00
parent 8a342e4ddb
commit a8d644a4ac
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
opam-version: "2.0"
maintainer: "Hannes Mehnert <hannes@mehnert.org>"
authors: ["Hannes Mehnert <hannes@mehnert.org>"]
homepage: "https://github.com/roburio/builder"
dev-repo: "git+https://github.com/roburio/builder.git"
bug-reports: "https://github.com/roburio/builder/issues"
license: "ISC"
depends: [
"ocaml"
"asn1-combinators"
"bheap"
"bos"
"cmdliner"
"cstruct"
"duration"
"fmt"
"fpath"
"logs"
"lwt"
"ptime"
"rresult"
"uuidm"
]
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
]