this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Provides support for parsing files as source of input for reparse library " 4description: 5 "Provides support for parsing files as source of input for reparse library " 6maintainer: ["Bikal Lem"] 7authors: ["Bikal Lem <gbikal@gmail.com>"] 8license: "MPL-2.0" 9homepage: "https://github.com/lemaetech/reparse" 10bug-reports: "https://github.com/lemaetech/reparse/issues" 11depends: [ 12 "dune" {>= "2.7"} 13 "ocaml" {>= "4.10.0"} 14 "reparse" {= version} 15 "base-unix" 16 "alcotest" {with-test} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/lemaetech/reparse.git" 33x-commit-hash: "ded9e38316b5bba51d02a003cfc9df18190f2d16" 34url { 35 src: 36 "https://github.com/lemaetech/reparse/releases/download/v2.0.0/reparse-unix-v2.0.0.tbz" 37 checksum: [ 38 "sha256=93cee3d9f8842e85af5cb772f2586dccf1821f29959ee7f8effde1081cf650e7" 39 "sha512=69ee814e31af9a660a860b7768587a88e6fec4c918c05f237b3f665d67991a29cc8d8c2d55848b1cc38e75b712303cf225b66990cb80dbafce569e7e7b2166dd" 40 ] 41}