newtonsoft-json 5.0r6+dfsg-1 source package in Ubuntu

Changelog

newtonsoft-json (5.0r6+dfsg-1) unstable; urgency=low


  * [2cb5d9c] Amend get-orig-source to drop StreamingContext.cs
  * [7f38400] Update UPSTREAM_URL.
    The old URL broke for some reason.
  * [483d7af] Imported Upstream version 5.0r6+dfsg:
    - Dropped StreamingContext.cs due to licensing issues, and it isn't used
      anyway

 -- Chow Loong Jin <email address hidden>  Tue, 16 Jul 2013 10:56:04 +0800

Upload details

Uploaded by:
Debian CLI Libraries Team
Uploaded to:
Sid
Original maintainer:
Debian CLI Libraries Team
Architectures:
all
Section:
cli-mono
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe cli-mono

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
newtonsoft-json_5.0r6+dfsg-1.dsc 2.3 KiB 982dc0e093dc9adb3fb7aa6c0ba5ddf6fa35044fdaf81bd478ab04e6831a9cb7
newtonsoft-json_5.0r6+dfsg.orig.tar.gz 1.0 MiB 8c848b7c9c6c154aea4b08b4316dedabd50f3c722b9692ca033f6fcbf7d32d8f
newtonsoft-json_5.0r6+dfsg-1.debian.tar.gz 5.9 KiB 21ed5c2297fb1b45b1d5a39c816d395770bec6caf0db269ea338ee09abd907c0

Available diffs

No changes file available.

Binary packages built by this source

libnewtonsoft-json-cil-dev: No summary available for libnewtonsoft-json-cil-dev in ubuntu utopic.

No description available for libnewtonsoft-json-cil-dev in ubuntu utopic.

libnewtonsoft-json5.0-cil: No summary available for libnewtonsoft-json5.0-cil in ubuntu utopic.

No description available for libnewtonsoft-json5.0-cil in ubuntu utopic.

monodoc-newtonsoft-json-manual: compiled XML documentation for Json.NET

 Json.NET is a high-performance JSON framework for .NET. It has the following
 features:
  - Flexible JSON serializer for converting between .NET objects and JSON
  - LINQ to JSON for manually reading and writing JSON
  - High performance, faster than .NET's build-in JSON serializers
  - Write indented, easy to read JSON
  - Convert JSON to and from XML
 .
 The JSON serializer is a good choice when the JSN being read or written maps
 closely to a .NET class.
 .
 LINQ to JSON is good for situations in which there is no class to serialize or
 deserialize to, or the JSON is radically different from the class structure and
 manual manipulation is required.
 .
 This package contains the compiled XML documentation for Json.NET.