Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package yuujinchou.1.0.0 #20453

Merged
merged 1 commit into from
Jan 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions packages/yuujinchou/yuujinchou.1.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
opam-version: "2.0"
synopsis: "Name pattern combinators"
description: """
This package implements a pattern language for selecting names. It intends to facilitate the implementation of the "import" statement or any feature that allows users to select a group of names by patterns.
"""
maintainer: "favonia <[email protected]>"
authors: "favonia <[email protected]>"
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.7"}
"ocaml" {>= "4.08.0"}
"alcotest" {>= "1.2.1" & with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
["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/1.0.0.tar.gz"
checksum: [
"md5=e69e68af927edca52959459668d5c4d5"
"sha512=60a722bfa9636c21813ab5469168d4df97f2c5a861a3b9a52abd9a96e3ccfd244698c181dbae346982ea00dedeee7d6b0d373e1b4cc8e46d768eebaeba66d1d2"
]
}