this repo has no description
1opam-version: "2.0"
2maintainer: ["jean-christophe.filliatre@cnrs.fr"]
3authors: ["Jean-Christophe Filliâtre"]
4license: "GPL-2.0-only"
5build: [
6 ["./configure" "--prefix=%{prefix}%"]
7 [make]
8]
9install: [make "install"]
10synopsis: "Count lines in OCaml source code"
11depends: ["ocaml"]
12url {
13 src:
14 "https://github.com/backtracking/ocamlwc/releases/download/V-0-3/ocamlwc-0.3.tar.gz"
15 checksum: [
16 "sha256=415ae636d9e39511487a9dcaaa1f2f752571f7f88fd51e544dee80aca4aee4f7"
17 "md5=72bb9e8c0dad08735b62dabe216967d6"
18 ]
19}