this repo has no description
1opam-version: "2.0"
2synopsis: "Parsing and printing graphviz files in OCaml"
3maintainer: "Zoggy <zoggy@bat8.org>"
4authors: "Zoggy <zoggy@bat8.org>"
5license: "LGPL-3.0-only"
6homepage: "https://zoggy.frama.io/ocamldot/"
7doc: "https://zoggy.frama.io/ocamldot/refdoc/"
8bug-reports: "https://framagit.org/zoggy/ocamldot/-/issues"
9depends: [
10 "ocaml" {>= "4.12.0"}
11 "ocamlfind" {build}
12 "conf-autoconf"
13]
14depopts: ["lablgtk3"]
15conflicts: [
16 "lablgtk3" {< "3.1.1"}
17 "ocaml-option-bytecode-only"
18]
19build: [
20 ["./configure" "--prefix" prefix]
21 [make "all"]
22]
23install: [make "install"]
24dev-repo: "git+https://framagit.org/zoggy/ocamldot.git"
25url {
26 src:
27 "https://framagit.org/zoggy/ocamldot/-/archive/1.1/ocamldot-1.1.tar.bz2"
28 checksum: [
29 "md5=c636d8e00fe1e364e825ee2d14ad1519"
30 "sha512=3722a9c520fcfdb477165219df956142a3e5b6a499fc94fc3df12af84b1220a8bd11c1e3450dc096a6e77777cb880bc169f8195f1230a83d5777a29045eed1b0"
31 ]
32}