-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
172 additions
and
915 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="script.module.simplejson" | ||
name="simplejson" | ||
version="3.16.1" | ||
provider-name="Bob Ippolito"> | ||
<addon id="script.module.simplejson" name="simplejson" version="3.19.1" provider-name="Bob Ippolito"> | ||
<requires> | ||
<import addon="xbmc.python" version="2.14.0"/> | ||
</requires> | ||
<extension point="xbmc.python.module" | ||
library="lib" /> | ||
<extension point="xbmc.python.module" library="lib" /> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en_GB">Simple, fast, extensible JSON encoder/decoder for Python</summary> | ||
<description lang="en_GB">Simple, fast, extensible JSON encoder/decoder for Python</description> | ||
<license>MIT</license> | ||
<platform>all</platform> | ||
<language></language> | ||
<summary lang="en">Simple, fast, extensible JSON encoder/decoder for Python</summary> | ||
<description lang="en">Simple, fast, extensible JSON encoder/decoder for Python</description> | ||
<disclaimer lang="en">Code taken from https://pypi.org/project/simplejson/</disclaimer> | ||
<license>MIT License, Academic Free License v. 2.1</license> | ||
<website>https://pypi.org/project/simplejson/</website> | ||
<website>https://github.com/simplejson/simplejson</website> | ||
<source>https://github.com/simplejson/simplejson</source> | ||
<assets> | ||
<icon>icon.png</icon> | ||
</assets> | ||
</extension> | ||
</addon> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.