Skip to content

Commit

Permalink
Package forester.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsterling committed Jun 1, 2023
1 parent 5db1152 commit 474af11
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions packages/forester/forester.2.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
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://github.com/jonsterling/ocaml-forester"
bug-reports: "https://github.com/jonsterling/ocaml-forester/issues"
depends: [
"menhir"
"ocamlgraph"
"ocaml"
"dune" {>= "3.7"}
"xmlm"
"ppx_deriving"
"domainslib"
"yuujinchou" {>= "5.0.1"}
"algaeff"
"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/jonsterling/ocaml-forester.git"
url {
src:
"https://github.com/jonsterling/ocaml-forester/archive/refs/tags/2.1.tar.gz"
checksum: [
"md5=31749867afa21e73376e229a8f664890"
"sha512=297e088801dcd263cb636a9526ad31f96e1090fea8eac7a8887c115d604bafe8aa3b44a18efb8027666f0f50b53c920269e79a1cf06abcb58918643a4e18bba1"
]
}

0 comments on commit 474af11

Please sign in to comment.