1 Star 0 Fork 1

恢恢娱乐/Jsonnet-PHP

forked from NeekeGao/Jsonnet-PHP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.xml 9.68 KB
一键复制 编辑 原始数据 按行查看 历史
neeke 提交于 2018-05-27 18:53 +08:00 . update package.xml
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0"
xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>Jsonnet</name>
<channel>pecl.php.net</channel>
<summary>The Google Jsonnet for PHP.</summary>
<description>
The Google Jsonnet for PHP.
Jsonnet language, from its most basic features to its powerful object model, punctuated with examples drawn from
the world of cocktails. These examples are meant to be fun, and although a little contrived, do not restrict our
thinking to any one particular application of Jsonnet.
Caveat: Note that Jsonnet unparses JSON in a simple way. In particular, it alphabetically reorders object fields
in its output. This is natural and compatible with JSON, since if order is meaningful, an array of pairs should
be used instead of an object. Also, unparsing JSON using a canonical ordering of field names makes it possible
to use diff to compare outputs. However, the example output on this page has been manually re-ordered in order
to allow easier visual comparison to the given input. The whitespace of the output has also been tweaked to make
it fit more neatly on the page. So, if you run these examples yourself, the output might be different (but
equivalent).
</description>
<lead>
<name>Chitao Gao</name>
<user>neeke</user>
<email>neeke@php.net</email>
<active>yes</active>
</lead>
<date>2018-05-27</date>
<time>18:49:00</time>
<version>
<release>1.3.1</release>
<api>1.3.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Merged formatting cleanups for README from google.
- Rename class from JsonNet to Jsonnet.
</notes>
<contents>
<dir name="/">
<file role="doc" name="CREDITS"/>
<file role="doc" name="README.md"/>
<file role="doc" name="LICENSE"/>
<file role="src" name="config.m4"/>
<file role="src" name="config.w32"/>
<file role="src" name="CREDITS"/>
<file role="src" name="EXPERIMENTAL"/>
<file role="src" name="php_jsonnet.h"/>
<file role="src" name="jsonnet.c"/>
<dir name="include">
<file role="src" name="Jsonnet.h"/>
<file role="src" name="php7_wrapper.h"/>
</dir>
<dir name="CodeTips">
<file role="src" name="JsonnetCodeTips.php"/>
</dir>
<dir name="test">
<file role="src" name="bar_menu.1.jsonnet"/>
<file role="src" name="bar_menu.2.jsonnet"/>
<file role="src" name="bar_menu.3.jsonnet"/>
<file role="src" name="bar_menu.5.jsonnet"/>
<file role="src" name="bar_menu.6.jsonnet"/>
<file role="src" name="martinis.jsonnet"/>
<file role="src" name="utf8.jsonnet"/>
<file role="src" name="test.jsonnet.php"/>
</dir>
<dir name="libjsonnet">
<file role="src" name="LICENSE"/>
<file role="src" name="Makefile"/>
<file role="src" name="README.md"/>
<dir name="stdlib">
<file role="src" name="BUILD"/>
<file role="src" name="std.jsonnet"/>
<file role="src" name="to_c_array.cpp"/>
</dir>
<dir name="include">
<file role="src" name="BUILD"/>
<file role="src" name="libjsonnet++.h"/>
<file role="src" name="libjsonnet.h"/>
</dir>
<dir name="cpp">
<file role="src" name="BUILD"/>
<file role="src" name="libjsonnet++.cpp"/>
</dir>
<dir name="core">
<file role="src" name="BUILD"/>
<file role="src" name="ast.h"/>
<file role="src" name="desugarer.cpp"/>
<file role="src" name="desugarer.h"/>
<file role="src" name="formatter.cpp"/>
<file role="src" name="formatter.h"/>
<file role="src" name="json.h"/>
<file role="src" name="lexer.cpp"/>
<file role="src" name="lexer.h"/>
<file role="src" name="lexer_test.cpp"/>
<file role="src" name="libjsonnet.cpp"/>
<file role="src" name="libjsonnet_test.cpp"/>
<file role="src" name="libjsonnet_test.sh"/>
<file role="src" name="libjsonnet_test_file.c"/>
<file role="src" name="libjsonnet_test_snippet.c"/>
<file role="src" name="parser.cpp"/>
<file role="src" name="parser.h"/>
<file role="src" name="parser_test.cpp"/>
<file role="src" name="pass.cpp"/>
<file role="src" name="pass.h"/>
<file role="src" name="state.h"/>
<file role="src" name="static_analysis.cpp"/>
<file role="src" name="static_analysis.h"/>
<file role="src" name="static_error.h"/>
<file role="src" name="string_utils.cpp"/>
<file role="src" name="string_utils.h"/>
<file role="src" name="unicode.h"/>
<file role="src" name="vm.cpp"/>
<file role="src" name="vm.h"/>
</dir>
<dir name="cmd">
<file role="src" name="BUILD"/>
<file role="src" name="jsonnet.cpp"/>
</dir>
<dir name="third_party">
<dir name="md5">
<file role="src" name="BUILD"/>
<file role="src" name="LICENSE"/>
<file role="src" name="md5.cpp"/>
<file role="src" name="md5.h"/>
</dir>
</dir>
</dir>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.2.0</min>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>jsonnet</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2015-05-31</date>
<time>17:00:00</time>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- First version.
</notes>
</release>
<release>
<date>2016-07-14</date>
<time>16:40:00</time>
<version>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Update Lib Jsonnet use v0.8.9.
- Fixed issue #1 #2, install error and .so load failed.
</notes>
</release>
<release>
<date>2016-08-07</date>
<time>15:15:00</time>
<version>
<release>1.1.1</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Fixed issue #4, pecl install failed.
</notes>
</release>
<release>
<date>2017-11-28</date>
<time>21:45:00</time>
<version>
<release>1.2.0</release>
<api>1.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Update Lib Jsonnet use v0.9.5.
- Add function Jsonnet::fmtFile.
- Add function Jsonnet::fmtSnippet.
</notes>
</release>
<release>
<date>2018-03-29</date>
<time>19:19:00</time>
<version>
<release>1.3.0</release>
<api>1.3.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Update Lib Jsonnet use v0.10.0.
- Support PHP 7.
</notes>
</release>
</changelog>
</package>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/hhyl/Jsonnet-PHP.git
git@gitee.com:hhyl/Jsonnet-PHP.git
hhyl
Jsonnet-PHP
Jsonnet-PHP
master

搜索帮助