Mercurial > hg > plosc
annotate pack/pack.pl @ 7:9b52fefb48c9
Now installable as SWI Prolog pack.
author | samer |
---|---|
date | Wed, 21 Aug 2013 14:35:39 +0100 |
parents | |
children | 0acbb359fe6a |
rev | line source |
---|---|
samer@7 | 1 name(plosc). |
samer@7 | 2 version('0.4'). |
samer@7 | 3 author('Samer Abdallah','s.abdallah@ucl.ac.uk'). |
samer@7 | 4 title('OSC input/output via liblo'). |
samer@7 | 5 keywords([midi,osx]). |
samer@7 | 6 download('https://code.soundsoftware.ac.uk/projects/plosc/repository/raw/release/plosc-0.4.tgz'). |
samer@7 | 7 |