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.git"
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" {>= "2.6.0" & < "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/v3.0.0.tar.gz"
27 checksum: [
28 "sha256=83b9cc19cfca40d58da5fbb1e75e24079abe6e1e2cb4f64fb8d2033e96580a76"
29 "md5=9fe5ec5faabb3e21ae189f0189d313a2"
30 ]
31}