this repo has no description

Fix license field again Third time's the charm.

Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>

Changed files
+1 -1
packages
cryptokit
cryptokit.1.17
+1 -1
packages/cryptokit/cryptokit.1.17/opam
···
synopsis: "A library of cryptographic primitives"
description:
"Cryptokit includes authenticated encryption (AES-GCM, Chacha20-Poly1305), block ciphers (AES, DES, 3DES), stream ciphers (Chacha20, ARCfour), public-key cryptography (RSA, DH), hashes (SHA-256, SHA-512, SHA-3, Blake2), MACs, compression, random number generation -- all presented with a compositional, extensible interface."
-
license: "GNU Library General Public License v2 or later with OCaml LGPL Linking Exception"
maintainer: ["Xavier Leroy <xavier.leroy@college-de-france.fr>"]
authors: ["Xavier Leroy"]
homepage: "https://github.com/xavierleroy/cryptokit"
···
synopsis: "A library of cryptographic primitives"
description:
"Cryptokit includes authenticated encryption (AES-GCM, Chacha20-Poly1305), block ciphers (AES, DES, 3DES), stream ciphers (Chacha20, ARCfour), public-key cryptography (RSA, DH), hashes (SHA-256, SHA-512, SHA-3, Blake2), MACs, compression, random number generation -- all presented with a compositional, extensible interface."
+
license: "LGPL-2.0-or-later WITH OCaml-LGPL-linking-exception"
maintainer: ["Xavier Leroy <xavier.leroy@college-de-france.fr>"]
authors: ["Xavier Leroy"]
homepage: "https://github.com/xavierleroy/cryptokit"