opam-version: "2.0" maintainer: ["jean-christophe.filliatre@cnrs.fr"] authors: ["Jean-Christophe Filliâtre"] license: "GPL-2.0-only" build: [ ["./configure" "--prefix=%{prefix}%"] [make] ] install: [make "install"] synopsis: "Count lines in OCaml source code" depends: ["ocaml"] url { src: "https://github.com/backtracking/ocamlwc/releases/download/V-0-3/ocamlwc-0.3.tar.gz" checksum: [ "sha256=415ae636d9e39511487a9dcaaa1f2f752571f7f88fd51e544dee80aca4aee4f7" "md5=72bb9e8c0dad08735b62dabe216967d6" ] }