-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbraid.opam
More file actions
42 lines (42 loc) · 972 Bytes
/
braid.opam
File metadata and controls
42 lines (42 loc) · 972 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1.0"
synopsis: "Build status tracker for opam overlay repositories"
description:
"Track and query package build status across git commits using day10"
maintainer: ["mark@mtelvers.com"]
authors: ["Mark Mayfield Mayfield"]
license: "ISC"
homepage: "https://github.com/mtelvers/braid"
bug-reports: "https://github.com/mtelvers/braid/issues"
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.14"}
"cmdliner" {>= "1.2"}
"yojson" {>= "2.0"}
"bos" {>= "0.2"}
"fmt" {>= "0.9"}
"logs" {>= "0.7"}
"fpath" {>= "0.7"}
"capnp" {>= "3.6.0"}
"capnp-rpc" {= "2.1"}
"capnp-rpc-unix" {= "2.1"}
"eio" {>= "1.2"}
"eio_main" {>= "1.2"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/mtelvers/braid.git"