diff options
author | hattenberger | 2013-02-21 12:43:49 +0000 |
---|---|---|
committer | hattenberger | 2013-02-21 12:43:49 +0000 |
commit | 55410db0ce5a6e5669df36156fa67ab8af36f1e4 (patch) | |
tree | 616e19686b6abef2076a7fccf22005775c43f324 /META.ivy | |
parent | 6a9ec6349e197c5604ca994271925e37bf79b401 (diff) | |
download | ivy-ocaml-55410db0ce5a6e5669df36156fa67ab8af36f1e4.zip ivy-ocaml-55410db0ce5a6e5669df36156fa67ab8af36f1e4.tar.gz ivy-ocaml-55410db0ce5a6e5669df36156fa67ab8af36f1e4.tar.bz2 ivy-ocaml-55410db0ce5a6e5669df36156fa67ab8af36f1e4.tar.xz |
add support for META files and place files in ivy sub directory
Diffstat (limited to 'META.ivy')
-rw-r--r-- | META.ivy | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/META.ivy b/META.ivy new file mode 100644 index 0000000..4a6c4a4 --- /dev/null +++ b/META.ivy @@ -0,0 +1,4 @@ +version="1.1-15" +directory="+ivy" +archive(byte)="ivy.cma" +archive(native)="ivy.cmxa" |