summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 93ceab1d27e8f698dfeb87de1e9169dd5b83ffba (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.11.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.11.0.tar.gz
	sha256sums = f36c2b120cfee00d1fe2842adfdaafad8871c84d47617d26205b67fd22921d06

pkgname = starlark-rust