|
root / base / coral / package.toml
package.toml TOML 26 lines 590 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
# Coral - Package manager for Zygaena
# https://git.sharkos.one/zygaena/coral

[package]
name = "coral"
version = "0.4.5"
release = 1
description = "Package manager for Zygaena, written in Reef"
url = "https://git.sharkos.one/zygaena/coral"
license = "BSD-2-Clause"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["reef"]
build = ["reef"]

[[source]]
file = "coral-0.4.5-source.tar.xz"
urls = ["coral-0.4.5-source.tar.xz"]
checksum = "ea8ad5f63cbc80f939593a661aa4a9bc592f024077feb64e91a85b4cc3f1d6f1"
extract = true

[build]
parallel = false