mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
At some point we removed the last thing that required xml-light, but were still testing for it at various places in the build. This removes all traces.
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
name="guestfs"
|
|
version="@PACKAGE_VERSION@"
|
|
description="libguestfs bindings for OCaml"
|
|
requires="unix"
|
|
archive(byte)="mlguestfs.cma"
|
|
archive(native)="mlguestfs.cmxa"
|