package line_oriented

  1. Overview
  2. Docs
Library to operate on files made of lines of text

Install

Dune Dependency

Authors

Maintainers

Sources

v1.3.0.tar.gz
md5=8c8c25aac4271fd321c05633633014f5

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.

Published: 13 Apr 2022

README

line-oriented

OCaml library for very basic operations on files made of lines of text

Because text is better for humans compared to JSON/XML/you-name-it. More seriously, many UNIX files and scientific file formats are line-oriented.

Dependencies (3)

  1. ocaml
  2. dune >= "1.11"
  3. batteries

Dev Dependencies

None

Conflicts

None