-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcoq-json.opam
34 lines (29 loc) · 912 Bytes
/
coq-json.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
# 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-json"
dev-repo: "git+https://github.com/liyishuai/coq-json.git"
bug-reports: "https://github.com/liyishuai/coq-json/issues"
license: "BSD-3-Clause"
synopsis: "JSON in Coq"
description: """
From JSON to Coq, and vice versa."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "3.6"}
"coq" { >= "8.14~" }
"coq-parsec" { >= "0.2.0" }
"menhir" { >= "20220210" }
"coq-menhirlib" { >= "20220210" }
]
tags: [
"category:Computer Science/Data Types and Data Structures"
"keyword:serialization"
"keyword:JSON"
"logpath:JSON"
]
authors: [
"Yishuai Li <[email protected]>"
]