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.3.0.tar.gz" checksum: [ "sha256=ab6c827ec95e91e2819a953040d61e9183037c847a17953f4647cffb09977db3" "md5=8c8c25aac4271fd321c05633633014f5" ] }