File: META.in

package info (click to toggle)
ocamlgraph 1.8.8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 2,028 kB
  • sloc: ml: 16,628; makefile: 524; xml: 151
file content (23 lines) | stat: -rw-r--r-- 653 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
version = "VERSION"
description = "Generic Graph Library"
requires=""
archive(byte) = "CMA"
archive(byte,plugin) = "CMA"
archive(native) = "CMXA"
archive(native,plugin) = "CMXS"

package "dgraph" (
  exists_if = "dgraph.cmi"
  description = "Library to visualize graph in a Lablgtk canvas"
  requires = "ocamlgraph lablgtk2.gnomecanvas"
  archive(byte) = "dgraph.cmo"
  archive(native) = "dgraph.cmx"
)

package "viewgraph" (
  exists_if = "viewgraph.cmi"
  description = "Library to visualize graph in a Lablgtk canvas (deprecated)"
  requires = "ocamlgraph lablgtk2.gnomecanvas"
  archive(byte) = "viewgraph.cmo"
  archive(native) = "viewgraph.cmx"
)