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.2.0.tar.gz" 22 checksum: [ 23 "sha256=e246c5bb3f9da0fce937b7b2baf544669b3856a56a888d7d131abfd4f8a765e8" 24 "md5=d1145148dd464fa0bea0e53e160bca97" 25 ] 26}