From: Jérémie D. <Ba...@us...> - 2010-03-07 22:48:45
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "krobot". The branch, master has been updated via 8902813f33971db1de012160557c87b34a52e8c7 (commit) from ea6ee177b5f55f2c5c1c62c647962596786000a0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8902813f33971db1de012160557c87b34a52e8c7 Author: Jérémie Dimino <je...@di...> Date: Sun Mar 7 23:48:24 2010 +0100 add META ----------------------------------------------------------------------- Changes: diff --git a/PC_Mainboard/META b/PC_Mainboard/META new file mode 100644 index 0000000..3a4d1c1 --- /dev/null +++ b/PC_Mainboard/META @@ -0,0 +1,9 @@ +# -*- conf -*- +name = "krobot" +version = "0.1" +description = "Krobot client library" +requires = "obus" +archive(byte) = "krobot.cma" +archive(native) = "krobot.cmxa" +archive(plugin,byte) = "krobot.cma" +archive(plugin,native) = "krobot.cmxs" hooks/post-receive -- krobot |