this repo has no description

Merge pull request #24193 from VincentPenelle/release-cairn-v1.0

[new release] cairn (1.0)

Changed files
+47
packages
cairn
cairn.1.0
+47
packages/cairn/cairn.1.0/opam
···
+
opam-version: "2.0"
+
synopsis: "A derivation explorer and logger for menhir parser"
+
description:
+
"A small library that takes a parser generated by menhir, logs its execution and provides an interactive terminal user interface to explore it."
+
maintainer: ["Vincent Penelle"]
+
authors: ["Vincent Penelle"]
+
license: "GPL-2.0-or-later"
+
homepage: "https://github.com/VincentPenelle/cairn"
+
bug-reports: "https://github.com/VincentPenelle/cairn/issues"
+
depends: [
+
"menhirSdk"
+
"menhirLib"
+
"ocaml"
+
"dune" {>= "2.9"}
+
"ocaml" {>= "4.08"}
+
"menhir" {>= "20230608"}
+
"lambda-term"
+
"crunch"
+
"odoc" {with-doc}
+
"zed" {>= "3.0.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/VincentPenelle/cairn.git"
+
url {
+
src:
+
"https://github.com/VincentPenelle/cairn/releases/download/v1.0/cairn-1.0.tbz"
+
checksum: [
+
"sha256=1ec8a04fa25fbd0aeef319aecd4ced16cac14b16456a812a69282db415e54258"
+
"sha512=c01dce833ac9155b732930e87dc799a161ee2313f48746afa5848c7f0c8eef47dc63f0508aad72240c0a7226dad298dc11a90d8ad86fb854c4143bbe70511d1f"
+
]
+
}
+
x-commit-hash: "f5752108726a97a526d6360b75e1aaf02d5a6d64"