diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-07 16:52:25 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-07 16:52:25 +0100 |
commit | 4144e2106cc70ad8f1e081b57da09f9c1e276812 (patch) | |
tree | 55022dd599e4d1583b7c93de338d7c85c15a0fe7 /ocaml/META.in | |
parent | 21ba59ce3cbc594ce9c7aeecd4dadb8430e4042d (diff) | |
download | libguestfs-4144e2106cc70ad8f1e081b57da09f9c1e276812.tar.gz libguestfs-4144e2106cc70ad8f1e081b57da09f9c1e276812.tar.xz libguestfs-4144e2106cc70ad8f1e081b57da09f9c1e276812.zip |
Outline OCaml bindings.
Diffstat (limited to 'ocaml/META.in')
-rw-r--r-- | ocaml/META.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ocaml/META.in b/ocaml/META.in new file mode 100644 index 00000000..43af4ad2 --- /dev/null +++ b/ocaml/META.in @@ -0,0 +1,5 @@ +name="guestfs" +version="@PACKAGE_VERSION@" +description="libguestfs bindings for OCaml" +archive(byte)="mlguestfs.cma" +archive(native)="mlguestfs.cmxa" |