-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
coq-parsec.opam
36 lines (31 loc) · 1.02 KB
/
coq-parsec.opam
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
29
30
31
32
33
34
35
36
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
opam-version: "2.0"
maintainer: "Yishuai Li <[email protected]>"
version: "dev"
homepage: "https://github.com/liyishuai/coq-parsec"
dev-repo: "git+https://github.com/liyishuai/coq-parsec.git"
bug-reports: "https://github.com/liyishuai/coq-parsec/issues"
license: "BSD-3-Clause"
synopsis: "Monadic parser combinator library in Coq"
description: """
Inspired by Haskell Parsec library."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "3.6"}
"coq" { >= "8.14~" }
"coq-ceres" { >= "0.4.0" }
"coq-ext-lib" { >= "0.11.3" }
]
tags: [
"category:Computer Science/Data Types and Data Structures"
"keyword:string"
"logpath:Parsec"
]
authors: [
"Yishuai Li <[email protected]>"
"Azzam Althagafi <[email protected]>"
"Yao Li <[email protected]>"
"Li-yao Xia <[email protected]>"
"Benjamin C. Pierce <[email protected]>"
]