From 963165815aa5efc06e26c2d6c9d9eb5c9b9f25c7 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 22 Nov 2014 18:05:52 +0200 Subject: [PATCH] PlatformIO Library Registry manifest file * This library in Web Registry: http://platformio.ikravets.com/#!/lib/show/91/UIPEthernet * Specification: [PlatformIO Library Manager](http://docs.platformio.ikravets.com/en/latest/librarymanager/index.html) * Integration: [IDE Integration](http://docs.platformio.ikravets.com/en/latest/ide.html) --- library.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..a1136a4 --- /dev/null +++ b/library.json @@ -0,0 +1,37 @@ +{ + "name": "UIPEthernet", + "keywords": "http, web, server, client, ethernet", + "description": "ENC28J60 shields and breakout boards: full support for persistent (streaming) TCP-connections and UDP (Client and Server each), ARP, ICMP, DHCP and DNS", + "authors": + [ + { + "name": "Norbert Truchsess", + "email": "norbert.truchsess@t-online.de", + "url": "https://github.com/ntruchsess", + "maintainer": true + }, + { + "name": "Pascal Stang" + }, + { + "name": "Adam Dunkels", + "email": "adam@dunkels.com" + }, + { + "name": "Jordan Terrell", + "url": "http://blog.jordanterrell.com" + }, + { + "name": "Adam Nielsen", + "email": "malvineous@shikadi.net" + } + ], + "exclude": "tests", + "repository": + { + "type": "git", + "url": "https://github.com/ntruchsess/arduino_uip.git" + }, + "frameworks": "arduino", + "platforms": "atmelavr" +}