# simple-tar **Repository Path**: bobwxc/simple-tar ## Basic Information - **Project Name**: simple-tar - **Description**: A tar file encode decode library for Common Lisp - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-19 - **Last Updated**: 2022-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # simple-tar a tar file read and decode library for Common Lisp ## package info ``` lisp (defpackage #:simple-tar (:nicknames #:tar) (:documentation "tar file encode and decode library.") (:use #:cl #:utf8-code) (:export #:decode-head #:read-one-file #:read-all-files #:read-next-file #:tar-header #:write-one-file #:test )) ``` ## License LGPL v3