this repo has no description

Merge pull request #24512 from favonia/opam-publish-yuujinchou.5.1.0

Package yuujinchou.5.1.0

Changed files
+35
packages
yuujinchou
yuujinchou.5.1.0
+35
packages/yuujinchou/yuujinchou.5.1.0/opam
···
+
opam-version: "2.0"
+
synopsis: "A library for hierarchical names and lexical scoping"
+
description: """
+
This package offers an implementation of nested lexical scoping with an extensible domain-specific language for manipulating hierarchical names.
+
"""
+
maintainer: "favonia <favonia@gmail.com>"
+
authors: [
+
"favonia <favonia@gmail.com>"
+
"Jon Sterling <jon@jonmsterling.com>"
+
]
+
license: "Apache-2.0"
+
homepage: "https://github.com/RedPRL/yuujinchou"
+
bug-reports: "https://github.com/RedPRL/yuujinchou/issues"
+
dev-repo: "git+https://github.com/RedPRL/yuujinchou.git"
+
depends: [
+
"dune" {>= "2.0"}
+
"ocaml" {>= "5.0"}
+
"algaeff" {>= "0.2"}
+
"bwd" {>= "2.2"}
+
"alcotest" {>= "1.5" & with-test}
+
"qcheck-core" {>= "0.18" & with-test}
+
"odoc" {>= "2.0" & with-doc}
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "build" "-p" name "-j" jobs "@runtest"] {with-test}
+
["dune" "build" "-p" name "-j" jobs "@doc"] {with-doc}
+
]
+
url {
+
src: "https://github.com/RedPRL/yuujinchou/archive/refs/tags/5.1.0.tar.gz"
+
checksum: [
+
"md5=dec8debfa4a4a11d4e0783ab64e4700b"
+
"sha512=b7035e34c34669f2fe5fca93b75b6b6118880ee8729b8204ccc39c83f35ce75292ca54c05b6b37ff13a62b1b178e4462e4de0cf11e47aa4f7a817391a5dee718"
+
]
+
}