delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2023/03/06/03:43:26

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E6199385B52F
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1678092169;
bh=SCiUVR55/lalynwdc+IOdYXdbo73ossqmx3GOJXDK2A=;
h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post:
List-Help:List-Subscribe:From:Reply-To:Cc:From;
b=c2Zy22uiCrRnTkxrHI2mGfHAAKKtqPMrwMrLrIgOsxag3qjlO5nIp6DKQOHNCXVhy
CTdGANX2YNRN61qAZ8ZVwy4iOFfIzsz00fzL8kVxoGLK6fXrZG3+TzvM+9jsx9D9LG
xMX5BMGTTT8q8x29ARoF/co3nWdWctttvq00P+Ww=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DEE2F385B514
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7D91B3858D35
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 922A13858D35
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20210112; t=1678092105;
h=content-transfer-encoding:subject:from:to:content-language
:user-agent:mime-version:date:message-id:x-gm-message-state:from:to
:cc:subject:date:message-id:reply-to;
bh=WCBFjVRypURWibXEDLir/lu+qWKcMo3Edny+37mZR3w=;
b=pYbJAFxK/NIJZ7TOCcQD33P93k/9EpvS5cpavV4Zidtbz1MpKroD+xEOReJshAzrJM
f2NRMMC5/nW0FAqv6LCxcUlPD7/+0OYuU3KkVlU0yoKmj5ZTOcTD2Vsx5yZQNXpcM83R
iR/vKVi1S8wpfVR76bniHPSOxP8Zw9yOpBH8jw57tO7FTNibhb80WQNcc69RiXcAsv3M
KdpZOh/NB2qM39bqJ2y4ZfEs5eUDdTAVIHms8czRehKqR8vWUTPqaPhAKDzCm5kJn5HB
kRBRCtbjeRO/pQnXFTTFAKqlKsoaXYo6X9iFVrOB9v2ELqns/Q+x6KHZV0ULqwzT5INg
h2mg==
X-Gm-Message-State: AO0yUKWrgLUWtoR/00T3uiz64epC47ZLT+Gc85/lQHrfvNTNXW/Qxpyg
ZPuoGCYniWY0ewLqnzoiVuraXriQYqU=
X-Google-Smtp-Source: AK7set85GbtBbBr1CatOwdBntucJvj7sjyFSsuwn57IfRX4zErHKPY6MakTJzO1lFtQuezN1q60jAA==
X-Received: by 2002:a17:907:60d1:b0:907:68b9:e05c with SMTP id
hv17-20020a17090760d100b0090768b9e05cmr12766945ejc.58.1678092105213;
Mon, 06 Mar 2023 00:41:45 -0800 (PST)
Message-Id: <announce.cc1e6d16-9d97-0f24-a3c7-84be887f6d92@gmail.com>
Date: Mon, 6 Mar 2023 09:41:44 +0100
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.8.0
To: cygwin AT cygwin DOT com
Subject: [ANNOUNCEMENT] Updated: json-c-0.16-1
X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT,
RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS,
TXREP autolearn=no autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
server2.sourceware.org
X-BeenThere: cygwin-announce AT cygwin DOT com
X-Mailman-Version: 2.1.29
X-Mailer: Perl5 Mail::Internet v2.20
X-BeenThere: cygwin AT cygwin DOT com
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Marco Atzeri via Cygwin-announce via Cygwin <cygwin AT cygwin DOT com>
Reply-To: cygwin AT cygwin DOT com
Cc: Marco Atzeri via Cygwin-announce <cygwin-announce AT cygwin DOT com>
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

version 0.16-1  of

	json-c  			(source)
	libjson-c-devel
	libjson-c-common
	libjson-c5			(API BUMP)

is available in the Cygwin distribution:

CHANGES
Latest upstream release

DESCRIPTION
JSON is a lightweight data-interchange format. It can represent
numbers, strings, ordered sequences of values, and collections
of name/value pairs.

JSON-C implements a reference counting object model that allows
you to easily construct JSON objects in C, output them as JSON
formatted strings and parse JSON formatted strings back into
the C representation of JSON objects. It aims to conform to RFC 7159.

HOMEPAGE
https://github.com/json-c/json-c

Marco Atzeri

If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019