octave-jsonlab 2.9.8-1 source package in Ubuntu

Changelog

octave-jsonlab (2.9.8-1) unstable; urgency=medium

  * Team upload

  * New upstream version 2.9.8
  * d/copyright:
    + Update Source URL
    + Reflect upstream changes
  * d/watch: Fix upstream URL
  * d/control: Bump Standards-Version to 4.6.2 (no changes needed)

 -- Rafael Laboissière <email address hidden>  Sat, 30 Mar 2024 00:18:33 -0300

Upload details

Uploaded by:
Debian Octave Group
Uploaded to:
Sid
Original maintainer:
Debian Octave Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
octave-jsonlab_2.9.8-1.dsc 2.2 KiB 2b55d55e9c492ffae1b4159e86597aa3ea2224d88af6b5748208ea3068dadc21
octave-jsonlab_2.9.8.orig.tar.gz 149.9 KiB 5dd2bc065bc97723d19e920d48fb9a09dbcd050d33c8c6f1ebd886c6b977a29f
octave-jsonlab_2.9.8-1.debian.tar.xz 3.6 KiB e248ac5a933a72e25cbd77ff385bd918fc6f581c2c3be79fea4f6f012874cdf8

Available diffs

No changes file available.

Binary packages built by this source

matlab-jsonlab: native JSON/UBJSON/MassagePack encoder/decoder for MATLAB

 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 and cell array) into JSON/UBJSON formatted string, or decode a
 JSON/UBJSON/MessagePack file into MATLAB data. JSONLab supports both MATLAB
 and GNU Octave (a free MATLAB clone). JSONLab is now the official reference
 implementation for the JData Specification (Draft 3) - the foundation of the
 OpenJData Project (http://openjdata.org).
 .
 This package provides support for MATLAB.

octave-jsonlab: native JSON/UBJSON/MassagePack encoder/decoder for Octave

 JSONLab is a free and open-source JSON/UBJSON/MessagePack encoder and
 decoder written 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 and files, or to
 parse a JSON/UBJSON/MessagePack file into MATLAB data structure. JSONLab
 supports both MATLAB and GNU Octave.
 .
 JSONLab is not just a parser and writer of JSON/UBJSON data files, but one
 that systematically converts complex scientific data structures into
 human-readable and universally supported JSON forms using the standardized
 JData data annotations.
 .
 This package provides support for Octave.