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" {>= "2.5"} 15 "hmap" 16 "alcotest" {with-test} 17] 18synopsis: 19 "A library for managing the lifecycle of stateful components in OCaml" 20description: 21""" 22Archi is an OCaml library for managing the lifecycle of stateful components and 23their dependencies. 24""" 25url { 26 src: 27 "https://github.com/anmonteiro/archi/releases/download/0.2.0/archi-0.2.0.tbz" 28 checksum: [ 29 "sha256=5b33fc94a73d211f6d7ccebe750ac52b03962029fc90e35bb47329de611799c0" 30 "sha512=f5fb600a19cd6d0022ae0f6519ee7473c773c32fb6cb15638b26a9a08c320ddfafd1a12e8ed3207727a7e8c893ef0ac6eadd57a0f8a935da40e79cabf86b11be" 31 ] 32} 33x-commit-hash: "57dcef55e07affca53684e7f0fa9e2f388a73770"