summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 9553d283fe7767f28b13f7378f86ae86bccfb9a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pkgbase = starlark-rust
	pkgdesc = Rust implementation of the Starlark language
	pkgver = 0.12.0
	pkgrel = 1
	url = https://github.com/facebookexperimental/starlark-rust
	arch = x86_64
	license = Apache
	makedepends = git
	makedepends = rustup
	depends = gcc-libs
	provides = starlark
	options = !lto
	source = https://github.com/facebookexperimental/starlark-rust/archive/refs/tags/v0.12.0.tar.gz
	sha256sums = 4d2cd3fbd9254b61d8251299adac5f61a5d5cd97fb5d63423b875e5fefb85e1c

pkgname = starlark-rust