Skip to content

Commit

Permalink
Merge pull request ocaml#26428 from jonsterling/opam-publish-forester…
Browse files Browse the repository at this point in the history
….4.3.1

Package forester.4.3.1
  • Loading branch information
avsm authored Aug 26, 2024
2 parents 99ae874 + cd92852 commit e89899a
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions packages/forester/forester.4.3.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
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"
]
}

0 comments on commit e89899a

Please sign in to comment.