assay-lua 0.16.4

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

[package.apt]
source_list = "deb https://example.com/repo bookworm main"
key_url = "https://example.com/key.gpg"
package_name = "test-apt-only"