readcon-db 0.1.3

Mmap-backed CON frame corpus (Heed/LMDB), xxHash exact match, multi-language FFI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# wrapdb submission for readcon-db

Wrap name is `readcon-db`, matching the pkg-config file and
`meson.override_dependency('readcon-db', ...)`.

The wrap points at the cxx source tarball (`readcon-db-cxx-$VERSION.tar.gz`).
Upstream `meson.build` is the wrap; no `packagefiles/` overlay.

```bash
VERSION=$(sed -n 's/^version = "\([^"]*\)"/\1/p' Cargo.toml | head -1)
SHA=$(cut -d' ' -f1 /tmp/cxx/readcon-db-cxx-${VERSION}.tar.gz.sha256)
sed -e "s/@VERSION@/${VERSION}/g" -e "s/@SHA256@/${SHA}/g" \
  packaging/wrapdb/readcon-db.wrap.in > packaging/wrapdb/readcon-db.wrap
```

Attach the tarball to the GitHub Release for `v$VERSION`.