Skip to content

Commit e6a52a9

Browse files
committed
Package yuujinchou.4.0.0
1 parent 35fc44f commit e6a52a9

File tree

1 file changed

+35
-0
lines changed
  • packages/yuujinchou/yuujinchou.4.0.0

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
opam-version: "2.0"
2+
synopsis: "A domain-specific language for manipulating hierarchical names"
3+
description: """
4+
This package offers a domain-specific language for manipulating hierarchical names. It intends to facilitate the implementation of lexical scoping and import statements.
5+
"""
6+
maintainer: "favonia <[email protected]>"
7+
authors: [
8+
"favonia <[email protected]>"
9+
"Jon Sterling <[email protected]>"
10+
]
11+
license: "Apache-2.0"
12+
homepage: "https://github.com/RedPRL/yuujinchou"
13+
bug-reports: "https://github.com/RedPRL/yuujinchou/issues"
14+
dev-repo: "git+https://github.com/RedPRL/yuujinchou.git"
15+
depends: [
16+
"dune" {>= "2.0"}
17+
"ocaml" {>= "5.0"}
18+
"algaeff" {>= "0.2"}
19+
"bwd" {>= "2.1"}
20+
"alcotest" {>= "1.5" & with-test}
21+
"qcheck-core" {>= "0.18" & with-test}
22+
"odoc" {>= "2.0" & with-doc}
23+
]
24+
build: [
25+
["dune" "build" "-p" name "-j" jobs]
26+
["dune" "build" "-p" name "-j" jobs "@runtest"] {with-test}
27+
["dune" "build" "-p" name "-j" jobs "@doc"] {with-doc}
28+
]
29+
url {
30+
src: "https://github.com/RedPRL/yuujinchou/archive/refs/tags/4.0.0.tar.gz"
31+
checksum: [
32+
"md5=35a5e35ed3b3bc9095810eb2a5a73dbd"
33+
"sha512=3de4e92a74e2cbfc95cbba2ea32e2880be66d81d0e48ca57865e4650de3c912d57b9e1ec9fa8fcc37680cc8dc1c2fb165947323782e86a83567e53cfd31bb727"
34+
]
35+
}

0 commit comments

Comments
 (0)