this repo has no description

Merge pull request #22700 from favonia/opam-publish-yuujinchou.4.0.0

Package yuujinchou.4.0.0

Kate 4dc71625 b4a524c8

Changed files
+35
packages
yuujinchou
yuujinchou.4.0.0
+35
packages/yuujinchou/yuujinchou.4.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "A domain-specific language for manipulating hierarchical names"
+
description: """
+
This package offers a domain-specific language for manipulating hierarchical names. It intends to facilitate the implementation of lexical scoping and import statements.
+
"""
+
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.1"}
+
"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/4.0.0.tar.gz"
+
checksum: [
+
"md5=35a5e35ed3b3bc9095810eb2a5a73dbd"
+
"sha512=3de4e92a74e2cbfc95cbba2ea32e2880be66d81d0e48ca57865e4650de3c912d57b9e1ec9fa8fcc37680cc8dc1c2fb165947323782e86a83567e53cfd31bb727"
+
]
+
}