From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68906 invoked by alias); 8 Aug 2018 14:20:59 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 66969 invoked by uid 89); 8 Aug 2018 14:20:59 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=lightweight, Hx-spam-relays-external:ESMTPA X-HELO: out1-smtp.messagingengine.com Received: from out1-smtp.messagingengine.com (HELO out1-smtp.messagingengine.com) (66.111.4.25) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 08 Aug 2018 14:20:57 +0000 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 08DB621B13 for ; Wed, 8 Aug 2018 10:20:56 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute6.internal (MEProxy); Wed, 08 Aug 2018 10:20:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=M/5daQ R/8EAqI/UqB8E+aHxdLX9AG1olY0TXd73Hd4o=; b=snEwzLrKd3gOUpsFnwFkiD nhusMfahvo4Nl+J2WQ/ZFAShDU7zQ3MyYkmgOrKVfUaaZfahYufmryJN9ii7Gj2r kkpwIjipElCPYSZoMz+ye7oDtl/qR39reebWilF6Ad904Fc8kRqdbuSQyRrz/qeL 1cnH0PLaBGyoTS/yCuCDstZJWdAUCb+FMA3EBUA6qg1LDLWnSUlqO1gyanagzNBK oaBP0wy3QjrvRzfPFDnfwDpfH1+P5Tt4zQpiCOtF6iv2csuxTkI27IQl36fHeZLS hqGjWtk44F9tEkMGQP5QJDIP+5aKpMWwvPhFLRi+Cgp0SCwZrWtMFL0R1yrKPppg == Received: from [192.168.1.102] (host86-141-128-94.range86-141.btcentralplus.com [86.141.128.94]) by mail.messagingengine.com (Postfix) with ESMTPA id 85F7E10288 for ; Wed, 8 Aug 2018 10:20:55 -0400 (EDT) Subject: Re: [ITP] jsoncpp-1.8.4-1 To: "cygwin-apps@cygwin.com" References: From: Jon Turney Message-ID: Date: Wed, 08 Aug 2018 14:20:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-08/txt/msg00031.txt.bz2 On 06/08/2018 21:37, Marco Atzeri wrote: > JsonCpp is one of the package requested for latest cmake. > > > JSON is a lightweight data-interchange format. It can represent numbers, > strings, ordered sequences of values, and collections of name/value pairs. > > JsonCpp is a C++ library that allows manipulating JSON values, including > serialization and deserialization to and from strings. It can also > preserve existing comment in unserialization/serialization steps, making > it a convenient format to store user input files. > > https://github.com/open-source-parsers/jsoncpp > > Already available on Debian, Fedora,.. > > to download (remove the index.html's) : > > wget -r -np -nH --cut-dirs=0 \ > http://matzeri.altervista.org/x86/release/jsoncpp/index.html > wget -r -np -nH --cut-dirs=0 \ > http://matzeri.altervista.org/x86_64/release/jsoncpp/index.html > GTG.