Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fraya committed Dec 26, 2024
1 parent 2b932cc commit fa7d315
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions v1/zl/ib/zlib
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
{
"category": "compression",
"contact": "dylan-lang@googlegroups.com",
"description": "Simple Dylan zlib wrapper",
"keywords": [],
"contact": "dylan-lang@google.com",
"description": "Bindings to Zlib library",
"keywords": ["zlib", "binding"],
"name": "zlib",
"releases": [{
"dependencies": [],
"deps": [],
"dev-dependencies": ["testworks", "sphinx-extensions"],
"license": "MIT",
"license-url": "https://opensource.org/license/mit",
"url": "https://github.com/dylan-lang/zlib",
"version": "0.1.1"
},
{
"dependencies": [],
"deps": [],
"dev-dependencies": [],
"license": "unknown",
"url": "https://github.com/dylan-lang/zlib",
"version": "0.1.0"
}]
}
}

0 comments on commit fa7d315

Please sign in to comment.