Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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 at

http://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.