|
root / test / ports / devel / libtest / package.toml
package.toml TOML 29 lines 551 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# libtest - Simple Test Library
# For testing dependency resolution

[package]
name = "libtest"
version = "1.0.1"
release = 1
description = "A simple test library for validating coral dependencies"
url = "https://github.com/leafscale/zygaena"
license = "BSD-2-Clause"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

# Provides the testlib alternative
alternatives = ["testlib"]

[dependencies]
runtime = []
build = []

[sources]
# No external sources - we create inline
urls = []
checksums = []

[build]
parallel = true
jobs = 1