this repo has no description
1opam-version: "2.0"
2maintainer: "Antonio Monteiro <anmonteiro@gmail.com>"
3authors: [ "Antonio Monteiro <anmonteiro@gmail.com>" ]
4license: "BSD-3-clause"
5homepage: "https://github.com/anmonteiro/archi"
6bug-reports: "https://github.com/anmonteiro/archi/issues"
7dev-repo: "git+https://github.com/anmonteiro/archi.git"
8doc: "https://anmonteiro.github.io/archi/"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "4.06"}
14 "dune" {>= "1.0"}
15 "archi" {= version}
16 "async"
17]
18synopsis:
19 "Async runtime for Archi, a library for managing the lifecycle of stateful components in OCaml"
20url {
21 src:
22 "https://github.com/anmonteiro/archi/releases/download/0.1.0/archi-0.1.0.tbz"
23 checksum: [
24 "sha256=b485cd300d87c5d0c7448c70f2ad85b508bb5d0e377900b3d6fb70c71c5ac5db"
25 "sha512=2c3239c570750b02f078382f7ca1a87a2de55c817c17611abc0e58c32012a390174aa2b4fb3e89f646b8053ed443e46d98b176477bc2ba94152f38cf5253e8e2"
26 ]
27}