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

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

Awesome Lists containing this project

README

        

# gmlewis/gzip
[![check](https://github.com/gmlewis/moonbit-gzip/actions/workflows/check.yml/badge.svg)](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
```