this repo has no description
1opam-version: "2.0"
2authors: "Francois Berenger"
3maintainer: "unixjunkie@sdf.org"
4homepage: "https://github.com/UnixJunkie/line-oriented"
5bug-reports: "https://github.com/UnixJunkie/line-oriented/issues"
6dev-repo: "git+https://github.com/UnixJunkie/line-oriented.git"
7license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
8build: ["dune" "build" "-p" name "-j" jobs]
9depends: [
10 "batteries"
11 "dune" {>= "1.11"}
12 "ocaml"
13]
14synopsis: "Library to operate on files made of lines of text"
15description: """Most list operations, but for files made
16of lines of text.
17Many files on UNIX-likes are line-oriented (e.g. /etc/passwd).
18It is also true for many documented scientific file formats.
19"""
20url {
21 src: "https://github.com/UnixJunkie/line-oriented/archive/v1.3.0.tar.gz"
22 checksum: [
23 "sha256=ab6c827ec95e91e2819a953040d61e9183037c847a17953f4647cffb09977db3"
24 "md5=8c8c25aac4271fd321c05633633014f5"
25 ]
26}