forked from backtracking/ocamlgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopam
More file actions
32 lines (32 loc) · 578 Bytes
/
opam
File metadata and controls
32 lines (32 loc) · 578 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
opam-version: "1"
maintainer: "filliatr@lri.fr"
authors: [
"Sylvain Conchon"
"Jean-Christophe Filliâtre"
"Julien Signoles"
]
homepage: "http://ocamlgraph.lri.fr/"
license: "GNU Library General Public License version 2.1"
doc: ["http://ocamlgraph.lri.fr/doc"]
tags: [
"graph"
"library"
"algorithms"
"directed graph"
"vertice"
"edge"
"persistent"
"imperative"
]
build: [
["autoconf"]
["./configure"]
[make]
[make "install-findlib"]
]
remove: [["ocamlfind" "remove" "ocamlgraph"]]
depends: ["ocamlfind"]
depopts: [
"lablgtk"
"conf-gnomecanvas"
]