opam-version: "2.0" authors: "Francois Berenger" maintainer: "unixjunkie@sdf.org" homepage: "https://github.com/UnixJunkie/line-oriented" bug-reports: "https://github.com/UnixJunkie/line-oriented/issues" dev-repo: "git+https://github.com/UnixJunkie/line-oriented.git" license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" build: ["dune" "build" "-p" name "-j" jobs] depends: [ "batteries" "dune" {>= "1.11"} "ocaml" ] synopsis: "Library to operate on files made of lines of text" description: """Most list operations, but for files made of lines of text. Many files on UNIX-likes are line-oriented (e.g. /etc/passwd). It is also true for many documented scientific file formats. """ url { src: "https://github.com/UnixJunkie/line-oriented/archive/v1.2.0.tar.gz" checksum: [ "sha256=e246c5bb3f9da0fce937b7b2baf544669b3856a56a888d7d131abfd4f8a765e8" "md5=d1145148dd464fa0bea0e53e160bca97" ] }