-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add prj file to compile a matlab package, close #60
- Loading branch information
Showing
2 changed files
with
151 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,151 @@ | ||
<deployment-project plugin="plugin.toolbox" plugin-version="1.0"> | ||
<configuration build-checksum="3194702263" file="jsonlab.prj" location="." name="jsonlab" target="target.toolbox" target-name="Package Toolbox"> | ||
<param.appname>jsonlab</param.appname> | ||
<param.authnamewatermark>Qianqian Fang</param.authnamewatermark> | ||
<param.email>fangqq@gmail.com</param.email> | ||
<param.company>Northeastern University</param.company> | ||
<param.summary>A native JSON/UBJSON/MassagePack encoder/decoder for MATLAB/Octave</param.summary> | ||
<param.description>JSONLab is a free and open-source implementation of a JSON/UBJSON/MessagePack encoder and a decoder in the native MATLAB language. It can be used to convert a MATLAB data structure (array, struct, cell, struct array, cell array, and objects) into JSON/UBJSON/MessagePack formatted strings, or to decode a JSON/UBJSON/MessagePack file into MATLAB data structure. JSONLab supports both MATLAB and [http://www.gnu.org/software/octave GNU Octave] (a free MATLAB clone). | ||
|
||
JSON ([http://www.json.org/ JavaScript Object Notation]) is a highly portable, human-readable and [http://en.wikipedia.org/wiki/JSON "fat-free"] text format to represent complex and hierarchical data. It is as powerful as [http://en.wikipedia.org/wiki/XML XML] but less verbose. JSON format is widely used for data-exchange in applications. UBJSON ([http://ubjson.org/ Universal Binary JSON]) is a binary JSON format, specifically optimized for compact file size and better performance while keeping the semantics as simple as the text-based JSON format. Using the UBJSON format allows to wrap complex binary data in a flexible and extensible structure, making it possible to process complex and large dataset without accuracy loss due to text conversions. MessagePack is another binary JSON-like data format widely used in data exchange in web/native applications. It is slightly more compact than UBJSON, but is not directly readable compared to UBJSON. | ||
|
||
We envision that both JSON and its binary counterparts will play important roles as mainstream data-exchange formats for scientific research. | ||
It has both the flexibility and generality as offered by other popular general-purpose file specifications, such as [http://www.hdfgroup.org/HDF5/whatishdf5.html HDF5] but with significantly reduced complexity and excellent readability. | ||
|
||
Towards this goal, we have developed the JData Specification (http://github.com/fangq/jdata) to standardize serializations of complex scientific data structures, such as N-D arrays, sparse/complex-valued arrays, trees, maps, tables and graphs using JSON/binary JSON constructs. The text and binary formatted JData files are syntactically compatible with JSON/UBJSON formats, and can be readily parsed using existing JSON and UBJSON parsers. | ||
|
||
Please note that data files produced by `saveubjson` may utilize a special "optimized header" to store N-D (N>1) arrays, as defined in the JData Specification Draft 2. This feature is not supported by UBJSON Specification Draft 12. To produce UBJSON files that can be parsed by UBJSON-Draft-12 compliant parsers, you must add the option `'NestArray',1 ` in the call to `saveubjson`.</param.description> | ||
<param.screenshot>${PROJECT_ROOT}/jsonlab-logo.png</param.screenshot> | ||
<param.version>1.9.8</param.version> | ||
<param.output>${PROJECT_ROOT}/jsonlab.mltbx</param.output> | ||
<param.products.name /> | ||
<param.products.id /> | ||
<param.products.version /> | ||
<param.platforms /> | ||
<param.guid>d1e5cb15-4ada-479a-aafd-24b64efb8455</param.guid> | ||
<param.exclude.filters> | ||
*.m~ | ||
.git*</param.exclude.filters> | ||
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles> | ||
<param.examples /> | ||
<param.demosxml /> | ||
<param.apps /> | ||
<param.registered.apps /> | ||
<param.docs /> | ||
<param.getting.started.guide /> | ||
<param.matlabpath.excludes /> | ||
<param.javaclasspath.excludes /> | ||
<param.exported.on.package>false</param.exported.on.package> | ||
<param.release.start /> | ||
<param.release.end /> | ||
<param.release.current.only>false</param.release.current.only> | ||
<param.compatiblity.windows>true</param.compatiblity.windows> | ||
<param.compatiblity.macos>true</param.compatiblity.macos> | ||
<param.compatiblity.linux>true</param.compatiblity.linux> | ||
<param.compatiblity.matlabonline>true</param.compatiblity.matlabonline> | ||
<unset> | ||
<param.authnamewatermark /> | ||
<param.email /> | ||
<param.company /> | ||
<param.output /> | ||
<param.products.name /> | ||
<param.products.id /> | ||
<param.products.version /> | ||
<param.platforms /> | ||
<param.exclude.pcodedmfiles /> | ||
<param.examples /> | ||
<param.demosxml /> | ||
<param.apps /> | ||
<param.registered.apps /> | ||
<param.docs /> | ||
<param.getting.started.guide /> | ||
<param.matlabpath.excludes /> | ||
<param.javaclasspath.excludes /> | ||
<param.exported.on.package /> | ||
<param.release.start /> | ||
<param.release.end /> | ||
<param.release.current.only /> | ||
<param.compatiblity.windows /> | ||
<param.compatiblity.macos /> | ||
<param.compatiblity.linux /> | ||
<param.compatiblity.matlabonline /> | ||
</unset> | ||
<fileset.rootdir> | ||
<file>/drives/taote1/users/fangq/git/Project/jsonlab</file> | ||
</fileset.rootdir> | ||
<fileset.rootfiles> | ||
<file>${PROJECT_ROOT}/AUTHORS.txt</file> | ||
<file>${PROJECT_ROOT}/ChangeLog.txt</file> | ||
<file>${PROJECT_ROOT}/Contents.m</file> | ||
<file>${PROJECT_ROOT}/DESCRIPTION</file> | ||
<file>${PROJECT_ROOT}/INDEX</file> | ||
<file>${PROJECT_ROOT}/LICENSE_BSD.txt</file> | ||
<file>${PROJECT_ROOT}/LICENSE_GPLv3.txt</file> | ||
<file>${PROJECT_ROOT}/README.rst</file> | ||
<file>${PROJECT_ROOT}/README.txt</file> | ||
<file>${PROJECT_ROOT}/base64decode.m</file> | ||
<file>${PROJECT_ROOT}/base64encode.m</file> | ||
<file>${PROJECT_ROOT}/decodevarname.m</file> | ||
<file>${PROJECT_ROOT}/encodevarname.m</file> | ||
<file>${PROJECT_ROOT}/examples</file> | ||
<file>${PROJECT_ROOT}/fast_match_bracket.m</file> | ||
<file>${PROJECT_ROOT}/gendocs.sh</file> | ||
<file>${PROJECT_ROOT}/genlog.sh</file> | ||
<file>${PROJECT_ROOT}/gzipdecode.m</file> | ||
<file>${PROJECT_ROOT}/gzipencode.m</file> | ||
<file>${PROJECT_ROOT}/isoctavemesh.m</file> | ||
<file>${PROJECT_ROOT}/jdatadecode.m</file> | ||
<file>${PROJECT_ROOT}/jdataencode.m</file> | ||
<file>${PROJECT_ROOT}/jsonlab-logo.png</file> | ||
<file>${PROJECT_ROOT}/jsonopt.m</file> | ||
<file>${PROJECT_ROOT}/loadjson.m</file> | ||
<file>${PROJECT_ROOT}/loadmsgpack.m</file> | ||
<file>${PROJECT_ROOT}/loadubjson.m</file> | ||
<file>${PROJECT_ROOT}/lz4decode.m</file> | ||
<file>${PROJECT_ROOT}/lz4encode.m</file> | ||
<file>${PROJECT_ROOT}/lz4hcdecode.m</file> | ||
<file>${PROJECT_ROOT}/lz4hcencode.m</file> | ||
<file>${PROJECT_ROOT}/lzipdecode.m</file> | ||
<file>${PROJECT_ROOT}/lzipencode.m</file> | ||
<file>${PROJECT_ROOT}/lzmadecode.m</file> | ||
<file>${PROJECT_ROOT}/lzmaencode.m</file> | ||
<file>${PROJECT_ROOT}/match_bracket.m</file> | ||
<file>${PROJECT_ROOT}/mergestruct.m</file> | ||
<file>${PROJECT_ROOT}/nestbracket2dim.m</file> | ||
<file>${PROJECT_ROOT}/package.json</file> | ||
<file>${PROJECT_ROOT}/savejson.m</file> | ||
<file>${PROJECT_ROOT}/savemsgpack.m</file> | ||
<file>${PROJECT_ROOT}/saveubjson.m</file> | ||
<file>${PROJECT_ROOT}/varargin2struct.m</file> | ||
<file>${PROJECT_ROOT}/zlibdecode.m</file> | ||
<file>${PROJECT_ROOT}/zlibencode.m</file> | ||
</fileset.rootfiles> | ||
<fileset.depfun.included /> | ||
<fileset.depfun.excluded> | ||
</fileset.depfun.excluded> | ||
<fileset.package /> | ||
<build-deliverables> | ||
<file location="." name="jsonlab.mltbx" optional="false">jsonlab.mltbx</file> | ||
</build-deliverables> | ||
<workflow /> | ||
<matlab> | ||
<root>/pub/MATLAB/R2018a</root> | ||
<toolboxes /> | ||
</matlab> | ||
<platform> | ||
<unix>true</unix> | ||
<mac>false</mac> | ||
<windows>false</windows> | ||
<win2k>false</win2k> | ||
<winxp>false</winxp> | ||
<vista>false</vista> | ||
<linux>true</linux> | ||
<solaris>false</solaris> | ||
<osver>4.15.0-96-generic</osver> | ||
<os32>false</os32> | ||
<os64>true</os64> | ||
<arch>glnxa64</arch> | ||
<matlab>true</matlab> | ||
</platform> | ||
</configuration> | ||
</deployment-project> |