assay-lua 0.17.3

General-purpose enhanced Lua runtime. Batteries-included scripting, automation, and web services.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
id = "test-binary-only"
display_name = "Test Binary-Only Package"
description = "Binary method only fixture (rustic-style)"
homepage = "https://example.com"
methods = ["binary"]

[package.binary]
release_api = "https://api.example.com/releases/latest"
asset_pattern = "test-{tag}-{arch}.tar.gz"
sha256_source = "asset"
archive_member = "test-binary"
install_path = "/usr/local/bin/test-binary"
mode = "0755"