Skip to content

Commit cb2066b

Browse files
committed
ocamlgraph.2.1.0
1 parent 27fbc4f commit cb2066b

File tree

1 file changed

+50
-0
lines changed
  • packages/ocamlgraph-osx/ocamlgraph-osx.2.1.0

1 file changed

+50
-0
lines changed

Diff for: packages/ocamlgraph-osx/ocamlgraph-osx.2.1.0/opam

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
opam-version: "2.0"
2+
synopsis: "A generic graph library for OCaml"
3+
description: "Provides both graph data structures and graph algorithms"
4+
maintainer: ["[email protected]"]
5+
authors: ["Sylvain Conchon" "Jean-Christophe Filliâtre" "Julien Signoles"]
6+
license: "LGPL-2.1-only"
7+
tags: [
8+
"graph"
9+
"library"
10+
"algorithms"
11+
"directed graph"
12+
"vertice"
13+
"edge"
14+
"persistent"
15+
"imperative"
16+
]
17+
homepage: "https://github.com/backtracking/ocamlgraph/"
18+
doc: "https://backtracking.github.io/ocamlgraph"
19+
bug-reports: "https://github.com/backtracking/ocamlgraph/issues/new"
20+
depends: [
21+
"ocaml-osx" {>= "4.08.0"}
22+
"stdlib-shims-osx"
23+
"dune" {>= "2.0"}
24+
# "graphics" {with-test}
25+
]
26+
build: [
27+
["dune" "subst"] {dev}
28+
[
29+
"dune"
30+
"build"
31+
"-p"
32+
"ocamlgraph"
33+
"-j"
34+
jobs
35+
"@install"
36+
# "@runtest" {with-test}
37+
"@doc" {with-doc}
38+
"-x" "osx"
39+
]
40+
]
41+
dev-repo: "git+https://github.com/backtracking/ocamlgraph.git"
42+
url {
43+
src:
44+
"https://github.com/backtracking/ocamlgraph/releases/download/2.1.0/ocamlgraph-2.1.0.tbz"
45+
checksum: [
46+
"sha256=0f962c36f9253df2393955af41b074b6a426b2f92a9def795b2005b57d302d65"
47+
"sha512=8ee77bc1ef27bef41171b5718a73342dca8adc4b4592ff835038cd21e8c91152a0f9500b4034f664d1db7a09dab1efcc3be5d7c59260d6b33710b82a1fb2f196"
48+
]
49+
}
50+
x-commit-hash: "9ebfbb119b50d98b31f34be4983cd4f842460ea0"

0 commit comments

Comments
 (0)