library.json 641 B

123456789101112131415161718192021
  1. {
  2. "name": "ezTime",
  3. "description": "ezTime - pronounced 'Easy Time' - is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.",
  4. "keywords": "time date ntp timezone events milliseconds",
  5. "authors": {
  6. "name": "Rop Gonggrijp",
  7. "url": "https://github.com/ropg",
  8. "maintainer": true
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/ropg/ezTime"
  13. },
  14. "version": "0.8.3",
  15. "framework": "arduino",
  16. "platforms": "*",
  17. "build": {
  18. "libArchive": false
  19. }
  20. }