https://github.com/gmlewis/moonbit-zlib
A simplified zlib format compressed data package for MoonBit based on Go's implementation.
https://github.com/gmlewis/moonbit-zlib
Last synced: 22 days ago
JSON representation
A simplified zlib format compressed data package for MoonBit based on Go's implementation.
- Host: GitHub
- URL: https://github.com/gmlewis/moonbit-zlib
- Owner: gmlewis
- License: apache-2.0
- Created: 2024-11-11T23:36:34.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-03-11T12:57:27.000Z (about 1 month ago)
- Last Synced: 2025-03-28T13:47:02.103Z (23 days ago)
- Language: MoonBit
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-moonbit - moonbit-zlib
README
# gmlewis/zlib
[](https://github.com/gmlewis/moonbit-zlib/actions/workflows/check.yml)This is a simplified zlib format compressed data package based on Go's implementation:
https://cs.opensource.google/go/go/+/refs/tags/go1.23.3:src/compress/zlib/reader.go
which has the copyright notice:```
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
```## Status
The code has been updated to support compiler:
```bash
$ moon version --all
moon 0.1.20250310 (df3bb14 2025-03-10) ~/.moon/bin/moon
moonc v0.1.20250310+a7a1e9804 ~/.moon/bin/moonc
moonrun 0.1.20250310 (df3bb14 2025-03-10) ~/.moon/bin/moonrun
```Use `moonup` to manage `moon` compiler versions:
https://github.com/chawyehsu/moonup