File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
packages/ocamlgraph-windows/ocamlgraph-windows.2.1.0 Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change 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: ["jean-christophe.filliatre@cnrs.fr"]
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-windows" {>= "4.08.0"}
22+ "stdlib-shims-windows"
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" "windows"
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"
You can’t perform that action at this time.
0 commit comments