Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luposlip/clarch
CLojure ARCHiving (zip, tar, gzip etc.) - read, write and utilities!
https://github.com/luposlip/clarch
Last synced: 9 days ago
JSON representation
CLojure ARCHiving (zip, tar, gzip etc.) - read, write and utilities!
- Host: GitHub
- URL: https://github.com/luposlip/clarch
- Owner: luposlip
- Created: 2024-06-11T14:15:51.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T09:29:55.000Z (14 days ago)
- Last Synced: 2024-10-23T08:11:10.955Z (13 days ago)
- Language: Clojure
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
![Clojure CI](https://github.com/luposlip/clarch/workflows/Clojure%20CI/badge.svg?branch=main) [![Clojars Project](https://img.shields.io/clojars/v/com.luposlip/clarch.svg)](https://clojars.org/com.luposlip/clarch) [![Dependencies Status](https://versions.deps.co/luposlip/clarch/status.svg)](https://versions.deps.co/luposlip/clarch) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
# clarch
```clojure
[com.luposlip/clarch "0.3.6"]
```_CLojure ARCHiver_
A Clojure library for creating, reading and handling (compressed) file archives
of various sort, such as .zip, .tar, .tar.gz.## Usage
**Will follow soon!**
Use on own risk - functions, functionality and everything may change!
## Copyright & License
Copyright © 2024 Henrik Mohr
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.