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.0.0.tar.gz" 22 checksum: [ 23 "sha256=9dd5934c56ac24438c4e2e84bfc4cf2b65856987158cc12a4bb8dd89bb362dc4" 24 "md5=8138896ba95c161dbece6c41dbc09c59" 25 ] 26}