Skip to content

Commit

Permalink
Merge pull request #5 from nberth/ocamlgraph
Browse files Browse the repository at this point in the history
ocamlgraph.2.1.0
  • Loading branch information
nberth authored Dec 16, 2024
2 parents 27fbc4f + cb2066b commit 05efdf1
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions packages/ocamlgraph-osx/ocamlgraph-osx.2.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
opam-version: "2.0"
synopsis: "A generic graph library for OCaml"
description: "Provides both graph data structures and graph algorithms"
maintainer: ["[email protected]"]
authors: ["Sylvain Conchon" "Jean-Christophe Filliâtre" "Julien Signoles"]
license: "LGPL-2.1-only"
tags: [
"graph"
"library"
"algorithms"
"directed graph"
"vertice"
"edge"
"persistent"
"imperative"
]
homepage: "https://github.com/backtracking/ocamlgraph/"
doc: "https://backtracking.github.io/ocamlgraph"
bug-reports: "https://github.com/backtracking/ocamlgraph/issues/new"
depends: [
"ocaml-osx" {>= "4.08.0"}
"stdlib-shims-osx"
"dune" {>= "2.0"}
# "graphics" {with-test}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
"ocamlgraph"
"-j"
jobs
"@install"
# "@runtest" {with-test}
"@doc" {with-doc}
"-x" "osx"
]
]
dev-repo: "git+https://github.com/backtracking/ocamlgraph.git"
url {
src:
"https://github.com/backtracking/ocamlgraph/releases/download/2.1.0/ocamlgraph-2.1.0.tbz"
checksum: [
"sha256=0f962c36f9253df2393955af41b074b6a426b2f92a9def795b2005b57d302d65"
"sha512=8ee77bc1ef27bef41171b5718a73342dca8adc4b4592ff835038cd21e8c91152a0f9500b4034f664d1db7a09dab1efcc3be5d7c59260d6b33710b82a1fb2f196"
]
}
x-commit-hash: "9ebfbb119b50d98b31f34be4983cd4f842460ea0"

0 comments on commit 05efdf1

Please sign in to comment.