File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
packages/yuujinchou/yuujinchou.5.1.0 Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 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+ 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+ }
You can’t perform that action at this time.
0 commit comments