this repo has no description
1opam-version: "2.0" 2maintainer: "unixjunkie@sdf.org" 3authors: ["Francois Berenger"] 4homepage: "https://github.com/UnixJunkie/get_line" 5dev-repo: "git+https://github.com/UnixJunkie/get_line" 6bug-reports: "https://github.com/UnixJunkie/get_line/issues" 7license: "GPL-1.0-or-later" 8build: [ 9 ["obuild" "configure"] 10 ["obuild" "build"] 11] 12install: [ 13 ["cp" "dist/build/get_line/get_line" bin] 14] 15remove: [ 16 ["rm" "-f" "%{bin}%/get_line"] 17] 18depends: [ 19 "ocaml" 20 "obuild" {build} 21 "batteries" {< "3.7"} 22] 23synopsis: "output line at index i from file f (or a range of lines)" 24flags: light-uninstall 25url { 26 src: "https://github.com/UnixJunkie/get_line/archive/v1.0.0.tar.gz" 27 checksum: [ 28 "sha256=8693984458bb53f835c1358f17c4b1b4243171098d781af881d03fbf338ddb20" 29 "md5=c9c157af4229fbb45d3f59f0d6d75dbe" 30 ] 31}