An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 6.1% on proxy.golang.org

proxy.golang.org : github.com/FollowTheProcess/txtar

Package txtar re-implements and extends the original golang.org/x/tools/txtar package, making a number of modifications and (hopefully) improvements to the package. No modifications are made to the txtar syntax, all txtar archives produced with this package are compatible with the original. Improvements include: Package txtar implements a trivial text-based file archive format. The goals for the format are: Non-goals include being a completely general archive format, storing binary data, storing file modes, storing special files like symbolic links, and so on. A txtar archive is zero or more comment lines and then a sequence of file entries. Each file entry begins with a file marker line of the form "-- FILENAME --" and is followed by zero or more file content lines making up the file data. The comment or file content ends at the next file marker line. The file marker line must begin with the three-byte sequence "-- " and end with the three-byte sequence " --", but the enclosed file name can be surrounding by additional white space, all of which is stripped. If the txtar file is missing a trailing newline on the final line, parsers should consider a final newline to be present anyway. There are no possible syntax errors in a txtar archive.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/%21follow%21the%21process/txtar
Keywords: go , txtar
License: BSD-3-Clause
Latest release: 4 months ago
First release: 6 months ago
Namespace: github.com/FollowTheProcess
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 16 days ago

    Loading...
    Readme
    Loading...