this repo has no description

Packages algaeff.2.0.0, asai.0.3.0 and yuujinchou.5.2.0

favonia 8a1e5e2f 25db7aa6

Changed files
+105
packages
algaeff
algaeff.2.0.0
asai
asai.0.3.0
yuujinchou
yuujinchou.5.2.0
+30
packages/algaeff/algaeff.2.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Reusable Effects-Based Components"
+
description: """
+
This OCaml library collects reusable effects-based components we have identified while developing our proof assistants based on algebraic effects.
+
"""
+
maintainer: "favonia <favonia@gmail.com>"
+
authors: "The RedPRL Development Team"
+
license: "Apache-2.0"
+
homepage: "https://github.com/RedPRL/algaeff"
+
bug-reports: "https://github.com/RedPRL/algaeff/issues"
+
dev-repo: "git+https://github.com/RedPRL/algaeff.git"
+
depends: [
+
"dune" {>= "2.0"}
+
"ocaml" {>= "5.0"}
+
"alcotest" {>= "1.5" & with-test}
+
"qcheck-core" {>= "0.18" & with-test}
+
"odoc" {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/algaeff/archive/refs/tags/2.0.0.tar.gz"
+
checksum: [
+
"md5=70f2a933368a5174d21abd84a0a52c04"
+
"sha512=71414cc028437d2c1b997257994d9d3345585373b7216ced23521c061cbca76ac7f82a204e4ef71a8617b7d8bf03dddd72e2519f088c2953ed5d716855d4cc6f"
+
]
+
}
+40
packages/asai/asai.0.3.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "A library for constructing and printing compiler diagnostics"
+
description:
+
"This package offers an implementation of compiler diagnostics and supports multiple handlers for displaying diagnostics to the end user. Currently, the package comes with built-in handlers for GitHub Actions workflow commands and UNIX terminals."
+
maintainer: ["favonia <favonia@gmail.com>"]
+
authors: ["The RedPRL Development Team"]
+
license: "Apache-2.0"
+
homepage: "https://github.com/RedPRL/asai"
+
bug-reports: "https://github.com/RedPRL/asai/issues"
+
depends: [
+
"dune" {>= "3.1"}
+
"ocaml" {>= "5.0"}
+
"algaeff" {>= "2.0"}
+
"bwd" {>= "2.2"}
+
"alcotest" {with-test & >= "1.5"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/RedPRL/asai.git"
+
url {
+
src: "https://github.com/RedPRL/asai/archive/refs/tags/0.3.0.tar.gz"
+
checksum: [
+
"md5=8163aca8b4856643115fcb0af093ca1c"
+
"sha512=5e766788b9dcc019ebd005a3a785c6e9afa5cbe1e7c7113bd89ff9fea51bf2216bcc8be4ab110ae0304ba65db13b70d880683f8cebef758f23cc83ebd4d63a91"
+
]
+
}
+35
packages/yuujinchou/yuujinchou.5.2.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>"
+
"Jonathan 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" {>= "2.0"}
+
"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.2.0.tar.gz"
+
checksum: [
+
"md5=805292aa48221618fdea6cf9aea30a63"
+
"sha512=a31c31f6a98c06844f973ecbef21e78e387b7d139bee78b9e9920ac92a90685f8282d08fc5f5a2a0adeab0d8ce7e1e4790fe0957ab04658b79e7cac82f21841a"
+
]
+
}