https://github.com/gmlewis/moonbit-gzip
A simplified gzip/gunzip algorithm based on Go's implementation
https://github.com/gmlewis/moonbit-gzip
Last synced: 6 days ago
JSON representation
A simplified gzip/gunzip algorithm based on Go's implementation
- Host: GitHub
- URL: https://github.com/gmlewis/moonbit-gzip
- Owner: gmlewis
- License: apache-2.0
- Created: 2024-10-14T13:29:53.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-04-04T23:43:53.000Z (14 days ago)
- Last Synced: 2025-04-05T00:28:04.953Z (14 days ago)
- Language: MoonBit
- Size: 184 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-moonbit - moonbit-gzip
README
# gmlewis/gzip
[](https://github.com/gmlewis/moonbit-gzip/actions/workflows/check.yml)This is a simplified gzip/gunzip algorithm based on Go's implementation:
https://cs.opensource.google/go/go/+/refs/tags/go1.23.0:src/compress/gzip/gzip.go
which has the copyright notice:```
// Copyright 2010 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.20250401 (f09c49c 2025-04-01) ~/.moon/bin/moon
moonc v0.1.20250401+b666cddf8 ~/.moon/bin/moonc
moonrun 0.1.20250401 (f09c49c 2025-04-01) ~/.moon/bin/moonrun
```