changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/ffi/zstd/pkg.lisp

changeset 60: ee94191a3fb0
child: 301fd45bbe73
author: ellis <ellis@rwest.io>
date: Mon, 27 Nov 2023 23:47:35 -0500
permissions: -rw-r--r--
description: add zstd, todos
1 (defpackage :zstd/pkg
2  (:use :cl :std/alien)
3  (:nicknames :zstd))
4 
5 (in-package :zstd/pkg)