blob: 86b44d244c59d9b2a6713445ad995485748e931f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = idris2-parser-git
pkgdesc = Total lexer and parser for Idris2
pkgver = latest
pkgrel = 2
url = https://github.com/stefan-hoeck/idris2-parser
arch = x86_64
license = custom:BSD
makedepends = git
makedepends = idris2-elab-util
depends = idris2
provides = idris2-parser
conflicts = idris2-parser
source = idris2-parser::git+https://github.com/stefan-hoeck/idris2-parser.git
sha256sums = SKIP
pkgname = idris2-parser-git
|