this repo has no description

Merge pull request #26428 from jonsterling/opam-publish-forester.4.3.1

Package forester.4.3.1

Changed files
+53
packages
forester
forester.4.3.1
+53
packages/forester/forester.4.3.1/opam
···
+
opam-version: "2.0"
+
synopsis: "A tool for tending mathematical forests"
+
maintainer: "Jonathan Sterling"
+
authors: "Jonathan Sterling"
+
license: "GPL-3.0-or-later"
+
homepage: "https://sr.ht/~jonsterling/forester/"
+
bug-reports: "https://todo.sr.ht/~jonsterling/forester"
+
depends: [
+
"menhir" {>= "20240715"}
+
"ocamlgraph" {>= "2.1.0"}
+
"ocaml" {>= "5.2.0"}
+
"dune" {>= "3.13"}
+
"ppx_deriving"
+
"cmdliner" {>= "1.2.0"}
+
"dune-build-info"
+
"uucp" {>= "15.1.0"}
+
"eio_main" {>= "1.1"}
+
"ptime" {>= "1.1.0"}
+
"asai" {>= "0.3.0"}
+
"yuujinchou" {>= "5.2.0"}
+
"bwd" {>= "2.3.0"}
+
"algaeff" {>= "2.0.0"}
+
"yojson" {>= "2.1.2"}
+
"toml" {>= "7.1.0"}
+
"repr" {>= "0.7.0"}
+
"ppx_repr" {>= "0.7.0"}
+
"uri" {>= "4.4.0"}
+
"pure-html" {>= "3.5.0"}
+
"base64" {>= "3.5.1"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://git.sr.ht/~jonsterling/ocaml-forester"
+
url {
+
src: "https://git.sr.ht/~jonsterling/ocaml-forester/archive/4.3.1.tar.gz"
+
checksum: [
+
"md5=d1623b2919d2984bfcd841b5e772abd1"
+
"sha512=5924c8822d7e5a7bc49eb2b451cfd06cb372415559bc5ff232a59395b0aa28eb9819e351426ab25510f7d96ffb85ec652fa1878478b046c61e51ff471c285710"
+
]
+
}