tangled
alpha
login
or
join now
anil.recoil.org
/
aoah-opam-repo
0
fork
atom
The opam repository for my Advent of Agentic Humps 2025
0
fork
atom
overview
issues
pulls
pipelines
+braid
anil.recoil.org
2 months ago
633e0206
a997cb21
0/1
build.yml
failed
2m 34s
+45
1 changed file
expand all
collapse all
unified
split
packages
braid
braid.dev
opam
+45
packages/braid/braid.dev/opam
reviewed
···
1
1
+
# This file is generated by dune, edit dune-project instead
2
2
+
opam-version: "2.0"
3
3
+
version: "0.1.0"
4
4
+
synopsis: "Build status tracker for opam overlay repositories"
5
5
+
description:
6
6
+
"Track and query package build status across git commits using day10"
7
7
+
maintainer: ["mark@mtelvers.com"]
8
8
+
authors: ["Mark Mayfield Mayfield"]
9
9
+
license: "ISC"
10
10
+
homepage: "https://github.com/mtelvers/braid"
11
11
+
bug-reports: "https://github.com/mtelvers/braid/issues"
12
12
+
depends: [
13
13
+
"dune" {>= "3.0"}
14
14
+
"ocaml" {>= "4.14"}
15
15
+
"cmdliner" {>= "1.2"}
16
16
+
"yojson" {>= "2.0"}
17
17
+
"bos" {>= "0.2"}
18
18
+
"fmt" {>= "0.9"}
19
19
+
"logs" {>= "0.7"}
20
20
+
"fpath" {>= "0.7"}
21
21
+
"capnp" {>= "3.6.0"}
22
22
+
"capnp-rpc" {= "2.1"}
23
23
+
"capnp-rpc-unix" {= "2.1"}
24
24
+
"eio" {>= "1.2"}
25
25
+
"eio_main" {>= "1.2"}
26
26
+
"odoc" {with-doc}
27
27
+
]
28
28
+
build: [
29
29
+
["dune" "subst"] {dev}
30
30
+
[
31
31
+
"dune"
32
32
+
"build"
33
33
+
"-p"
34
34
+
name
35
35
+
"-j"
36
36
+
jobs
37
37
+
"@install"
38
38
+
"@runtest" {with-test}
39
39
+
"@doc" {with-doc}
40
40
+
]
41
41
+
]
42
42
+
dev-repo: "git+https://github.com/avsm/braid"
43
43
+
url {
44
44
+
src: "git+https://github.com/avsm/braid#main"
45
45
+
}