From nobody Fri Mar 10 13:19:17 2023
Return-Path: <cabo@tzi.org>
X-Original-To: cbor@ietfa.amsl.com
Delivered-To: cbor@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1])
 by ietfa.amsl.com (Postfix) with ESMTP id BDDCCC1522AF
 for <cbor@ietfa.amsl.com>; Fri, 10 Mar 2023 13:19:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.896
X-Spam-Level: 
X-Spam-Status: No, score=-1.896 tagged_above=-999 required=5
 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_BLOCKED=0.001,
 RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=0.001,
 SPF_PASS=-0.001, URIBL_DBL_BLOCKED_OPENDNS=0.001,
 URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194])
 by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 7DWkmgb1TG4G for <cbor@ietfa.amsl.com>;
 Fri, 10 Mar 2023 13:19:13 -0800 (PST)
Received: from smtp.uni-bremen.de (smtp.uni-bremen.de [134.102.50.15])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
 (No client certificate requested)
 by ietfa.amsl.com (Postfix) with ESMTPS id B9265C1522AA
 for <cbor@ietf.org>; Fri, 10 Mar 2023 13:19:12 -0800 (PST)
Received: from [192.168.217.124] (p548dc9a4.dip0.t-ipconnect.de
 [84.141.201.164])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (No client certificate requested)
 by smtp.uni-bremen.de (Postfix) with ESMTPSA id 4PYJp55wDKzDCbN;
 Fri, 10 Mar 2023 22:19:09 +0100 (CET)
Content-Type: text/plain;
	charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\))
From: Carsten Bormann <cabo@tzi.org>
Date: Fri, 10 Mar 2023 22:19:09 +0100
X-Mao-Original-Outgoing-Id: 700175949.280112-387a54137c5d63439cb7f09e43a49943
Content-Transfer-Encoding: quoted-printable
Message-Id: <4C1D5165-A577-47BA-AEA1-94A78066A633@tzi.org>
References: <167848294796.24362.8962113719143878951@ietfa.amsl.com>
To: cbor@ietf.org
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/cbor/3mOPmViYChDQeufbYHt4yO6x7B8>
Subject: [Cbor] Fwd: I-D Action: draft-bormann-cbor-cddl-modules-00.txt
X-BeenThere: cbor@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: "Concise Binary Object Representation \(CBOR\)" <cbor.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/cbor>,
 <mailto:cbor-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/cbor/>
List-Post: <mailto:cbor@ietf.org>
List-Help: <mailto:cbor-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/cbor>,
 <mailto:cbor-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 10 Mar 2023 21:19:15 -0000

As discussed on Wednesday, I have started extracting the content for the =
CDDL update drafts that we are planning.  This one addresses the module =
structure.  It should be ready for working group adoption, probably with =
more working group work remaining than for the other two drafts.

Gr=C3=BC=C3=9Fe, Carsten


> Begin forwarded message:
>=20
> From: internet-drafts@ietf.org
> Subject: I-D Action: draft-bormann-cbor-cddl-modules-00.txt
> Date: 2023-03-10 at 22:15:47 CET
> To: <i-d-announce@ietf.org>
> Reply-To: internet-drafts@ietf.org
> Archived-At: =
<https://mailarchive.ietf.org/arch/msg/i-d-announce/qbzfl_9NQhHlZbyXh5lyjn=
vW3JI>
> Message-Id: <167848294796.24362.8962113719143878951@ietfa.amsl.com>
>=20
>=20
> A New Internet-Draft is available from the on-line Internet-Drafts
> directories.
>=20
>   Title           : CDDL Module Structure
>   Author          : Carsten Bormann
>   Filename        : draft-bormann-cbor-cddl-modules-00.txt
>   Pages           : 12
>   Date            : 2023-03-10
>=20
> Abstract:
>   At the time of writing, the Concise Data Definition Language (CDDL)
>   is defined by RFC 8610 and RFC 9165.  The latter has used the
>   extension point provided in RFC 8610, the _control operator_.
>=20
>   As CDDL is being used in larger projects, the need for corrections
>   and additional features has become known that cannot be easily =
mapped
>   into this single extension point.  Hence, there is a need for
>   evolution of the base CDDL specification itself.
>=20
>   The present document defines a backward- and forward-compatible way
>   to add a module structure to CDDL.
>=20
>=20
>   // Previous versions of the changes in this document were part of
>   // draft-bormann-cbor-cddl-2-draft and previously =
draft-bormann-cbor-
>   // cddl-freezer.  This submission extracts out the functionality =
that
>   // is ready for WG adoption and further WG work.
>=20
> The IETF datatracker status page for this Internet-Draft is:
> https://datatracker.ietf.org/doc/draft-bormann-cbor-cddl-modules/
>=20
> There is also an HTML version available at:
> =
https://www.ietf.org/archive/id/draft-bormann-cbor-cddl-modules-00.html

