Skip to content

Commit e331b58

Browse files
authored
Merge pull request #24512 from favonia/opam-publish-yuujinchou.5.1.0
Package yuujinchou.5.1.0
2 parents d06e480 + 05a64e0 commit e331b58

File tree

1 file changed

+35
-0
lines changed
  • packages/yuujinchou/yuujinchou.5.1.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 library for hierarchical names and lexical scoping"
3+
description: """
4+
This package offers an implementation of nested lexical scoping with an extensible domain-specific language for manipulating hierarchical names.
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.2"}
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/5.1.0.tar.gz"
31+
checksum: [
32+
"md5=dec8debfa4a4a11d4e0783ab64e4700b"
33+
"sha512=b7035e34c34669f2fe5fca93b75b6b6118880ee8729b8204ccc39c83f35ce75292ca54c05b6b37ff13a62b1b178e4462e4de0cf11e47aa4f7a817391a5dee718"
34+
]
35+
}

0 commit comments

Comments
 (0)