The opam repository for my Advent of Agentic Humps 2025

+braid

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