Skip to content

Package cairn.2.0 #28213

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

Merged
merged 1 commit into from
Jul 24, 2025
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
46 changes: 46 additions & 0 deletions packages/cairn/cairn.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# This file is generated by dune, edit dune-project instead
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" & >= "2.9"}
"ocaml" {>= "4.08"}
"menhir" {>= "20230608"}
"lambda-term"
"crunch"
"zed" {>= "3.0.0"}
"odoc" {with-doc}
]
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/archive/refs/tags/2.0.tar.gz"
checksum: [
"md5=43b3b8fa2d55fb45e7c8f55119fd2414"
"sha512=183619fc6344906610db6eeaf787d7885df568531f75bb2ad97a03de8c3a4e2a7ebef7b09dace891f18afc27799195f8e9c5fd46497757bf4ecead5a57ff0694"
]
}