opam-version: "2.0" synopsis: "Provides support for parsing files as source of input for reparse library " description: "Provides support for parsing files as source of input for reparse library " maintainer: ["Bikal Lem"] authors: ["Bikal Lem "] license: "MPL-2.0" homepage: "https://github.com/lemaetech/reparse" bug-reports: "https://github.com/lemaetech/reparse/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.10.0"} "reparse" {= version} "base-unix" "alcotest" {with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/lemaetech/reparse.git" x-commit-hash: "ded9e38316b5bba51d02a003cfc9df18190f2d16" url { src: "https://github.com/lemaetech/reparse/releases/download/v2.0.0/reparse-unix-v2.0.0.tbz" checksum: [ "sha256=93cee3d9f8842e85af5cb772f2586dccf1821f29959ee7f8effde1081cf650e7" "sha512=69ee814e31af9a660a860b7768587a88e6fec4c918c05f237b3f665d67991a29cc8d8c2d55848b1cc38e75b712303cf225b66990cb80dbafce569e7e7b2166dd" ] }