diff --git a/vendors/irmin-lmdb/irmin-lmdb.opam b/vendors/irmin-lmdb/irmin-lmdb.opam index 4a0d64f0c..35f0de1ec 100644 --- a/vendors/irmin-lmdb/irmin-lmdb.opam +++ b/vendors/irmin-lmdb/irmin-lmdb.opam @@ -6,6 +6,7 @@ homepage: "https://gitlab.com/tezos/irmin-lmdb" bug-reports: "https://gitlab.com/tezos/irmin-lmdb/issues" dev-repo: "git+https://gitlab.com/tezos/irmin-lmdb.git" doc: "https://tezos.gitlab.io/irmin-lmdb/" +synopsis: "LMDB backend for Irmin" build: [ ["dune" "subst"] {pinned} diff --git a/vendors/ocaml-bip39/bip39.opam b/vendors/ocaml-bip39/bip39.opam index a0a3f54d4..ab0d7dbc6 100644 --- a/vendors/ocaml-bip39/bip39.opam +++ b/vendors/ocaml-bip39/bip39.opam @@ -5,6 +5,7 @@ maintainer: "Vincent Bernardoff " authors: ["Vincent Bernardoff "] homepage: "https://github.com/vbmithr/ocaml-bip39" doc: "https://vbmithr.github.io/ocaml-bip39/doc" +synopsis: "Bitcoin's BIP39 implementation" license: "ISC" dev-repo: "git+https://github.com/vbmithr/ocaml-bip39.git" bug-reports: "https://github.com/vbmithr/ocaml-bip39/issues" diff --git a/vendors/ocaml-blake2/blake2.opam b/vendors/ocaml-blake2/blake2.opam index 425fab464..65f013cc0 100644 --- a/vendors/ocaml-blake2/blake2.opam +++ b/vendors/ocaml-blake2/blake2.opam @@ -3,6 +3,7 @@ name: "blake2" authors: "Vincent Bernardoff " maintainer: "Vincent Bernardoff " license: "ISC" +synopsis: "Cryptography for Tezos" homepage: "https://github.com/vbmithr/ocaml-blake2" bug-reports: "https://github.com/vbmithr/ocaml-blake2/issues" dev-repo: "git://github.com/vbmithr/ocaml-blake2" diff --git a/vendors/ocaml-hacl/hacl.opam b/vendors/ocaml-hacl/hacl.opam index 7426fa14b..33d63d480 100644 --- a/vendors/ocaml-hacl/hacl.opam +++ b/vendors/ocaml-hacl/hacl.opam @@ -2,6 +2,7 @@ opam-version: "2.0" name: "hacl" authors: [ "Vincent Bernardoff " "Marco Stronati " ] maintainer: "Vincent Bernardoff " +synopsis: "Tezos binding for Hacl*" homepage: "https://gitlab.com/tezos/tezos" bug-reports: "https://gitlab.com/tezos/tezos/issues" dev-repo: "git+https://gitlab.com/tezos/tezos.git" diff --git a/vendors/ocaml-ledger-wallet/ledgerwallet-tezos.opam b/vendors/ocaml-ledger-wallet/ledgerwallet-tezos.opam index 0aa14204c..20cea36ea 100644 --- a/vendors/ocaml-ledger-wallet/ledgerwallet-tezos.opam +++ b/vendors/ocaml-ledger-wallet/ledgerwallet-tezos.opam @@ -3,6 +3,7 @@ name: "ledgerwallet-tezos" authors: "Vincent Bernardoff " maintainer: "Vincent Bernardoff " license: "ISC" +synopsis: "Ledger wallet library for OCaml: Tezos app" homepage: "https://github.com/vbmithr/ocaml-ledger-wallet" bug-reports: "https://github.com/vbmithr/ocaml-ledger-wallet/issues" dev-repo: "git://github.com/vbmithr/ocaml-ledger-wallet" diff --git a/vendors/ocaml-ledger-wallet/ledgerwallet.opam b/vendors/ocaml-ledger-wallet/ledgerwallet.opam index d91eb946c..ac3de78ed 100644 --- a/vendors/ocaml-ledger-wallet/ledgerwallet.opam +++ b/vendors/ocaml-ledger-wallet/ledgerwallet.opam @@ -4,6 +4,7 @@ name: "ledgerwallet" authors: "Vincent Bernardoff " maintainer: "Vincent Bernardoff " license: "ISC" +synopsis: "Ledger wallet library for OCaml" homepage: "https://github.com/vbmithr/ocaml-ledger-wallet" bug-reports: "https://github.com/vbmithr/ocaml-ledger-wallet/issues" dev-repo: "git://github.com/vbmithr/ocaml-ledger-wallet" diff --git a/vendors/ocaml-lmdb/lmdb.opam b/vendors/ocaml-lmdb/lmdb.opam index d07b59550..e41112f60 100644 --- a/vendors/ocaml-lmdb/lmdb.opam +++ b/vendors/ocaml-lmdb/lmdb.opam @@ -4,6 +4,7 @@ version: "0.1" authors: "Vincent Bernardoff " maintainer: "Vincent Bernardoff " license: "ISC" +synopsis: "Simple OCaml binding to Lightning Memory-Mapped Database from Symas" homepage: "https://github.com/vbmithr/ocaml-lmdb" bug-reports: "https://github.com/vbmithr/ocaml-lmdb/issues" dev-repo: "git://github.com/vbmithr/ocaml-lmdb" diff --git a/vendors/ocaml-pbkdf/pbkdf.opam b/vendors/ocaml-pbkdf/pbkdf.opam index 2864e2c48..aa6f8c7ce 100644 --- a/vendors/ocaml-pbkdf/pbkdf.opam +++ b/vendors/ocaml-pbkdf/pbkdf.opam @@ -7,6 +7,7 @@ bug-reports: "https://github.com/abeaumont/ocaml-pbkdf/issues" authors: ["Alfredo Beaumont " "Sonia Meruelo "] maintainer: ["Alfredo Beaumont "] license: "BSD2" +synopsis: "Password based key derivation functions from PKCS#5, RFC 2898" build: [ "dune" "build" "-j" jobs "-p" name "@install" ] run-test: [ "dune" "runtest" "-p" name "-j" jobs ] diff --git a/vendors/ocaml-secp256k1/secp256k1.opam b/vendors/ocaml-secp256k1/secp256k1.opam index 6b08e2bb3..633362ff2 100644 --- a/vendors/ocaml-secp256k1/secp256k1.opam +++ b/vendors/ocaml-secp256k1/secp256k1.opam @@ -6,6 +6,7 @@ maintainer: "Vincent Bernardoff " homepage: "https://github.com/vbmithr/ocaml-secp256k1-internal" bug-reports: "https://github.com/vbmithr/ocaml-secp256k1-internal/issues" dev-repo: "git://github.com/vbmithr/ocaml-secp256k1-internal" +synopsis: "Bindings to secp256k1 internal functions" build: [ "dune" "build" "-j" jobs "-p" name "@install" ] depends: [ "conf-gmp" {build} diff --git a/vendors/ocaml-uecc/uecc.opam b/vendors/ocaml-uecc/uecc.opam index 5444a95fe..fb2a42294 100644 --- a/vendors/ocaml-uecc/uecc.opam +++ b/vendors/ocaml-uecc/uecc.opam @@ -5,6 +5,7 @@ authors: "Vincent Bernardoff " maintainer: "Vincent Bernardoff " license: "ISC" homepage: "https://github.com/vbmithr/ocaml-uecc" +synopsis: "Bindings for ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors" bug-reports: "https://github.com/vbmithr/ocaml-uecc/issues" dev-repo: "git://github.com/vbmithr/ocaml-uecc" build: [ "dune" "build" "-j" jobs "-p" name "@install" ] diff --git a/vendors/ocplib-json-typed/ocplib-json-typed-browser.opam b/vendors/ocplib-json-typed/ocplib-json-typed-browser.opam index 6f24eeb2b..1bd22b26f 100644 --- a/vendors/ocplib-json-typed/ocplib-json-typed-browser.opam +++ b/vendors/ocplib-json-typed/ocplib-json-typed-browser.opam @@ -4,6 +4,7 @@ version: "0.6" maintainer: "Benjamin Canou " authors: "Benjamin Canou " homepage: "https://github.com/ocamlpro/ocplib-json-typed" +synopsis: "Libraries for reliable manipulation JSON objects (browser support)" bug-reports: "https://github.com/ocamlpro/ocplib-json-typed/issues" license: "LGPLv3 w/ linking exception" dev-repo: "git+https://github.com/ocamlpro/ocplib-json-typed.git" diff --git a/vendors/ocplib-json-typed/ocplib-json-typed-bson.opam b/vendors/ocplib-json-typed/ocplib-json-typed-bson.opam index b169506e8..c5fb449b9 100644 --- a/vendors/ocplib-json-typed/ocplib-json-typed-bson.opam +++ b/vendors/ocplib-json-typed/ocplib-json-typed-bson.opam @@ -4,6 +4,7 @@ version: "0.6" maintainer: "Benjamin Canou " authors: "Benjamin Canou " homepage: "https://github.com/ocamlpro/ocplib-json-typed" +synopsis: "Libraries for reliable manipulation JSON objects (BSON)" bug-reports: "https://github.com/ocamlpro/ocplib-json-typed/issues" license: "LGPLv3 w/ linking exception" dev-repo: "git+https://github.com/ocamlpro/ocplib-json-typed.git" diff --git a/vendors/ocplib-json-typed/ocplib-json-typed.opam b/vendors/ocplib-json-typed/ocplib-json-typed.opam index 08b7830f6..f566183ba 100644 --- a/vendors/ocplib-json-typed/ocplib-json-typed.opam +++ b/vendors/ocplib-json-typed/ocplib-json-typed.opam @@ -4,6 +4,7 @@ version: "0.6" maintainer: "Benjamin Canou " authors: "Benjamin Canou " homepage: "https://github.com/ocamlpro/ocplib-json-typed" +synopsis: "Libraries for reliable manipulation JSON objects" bug-reports: "https://github.com/ocamlpro/ocplib-json-typed/issues" license: "LGPLv3 w/ linking exception" dev-repo: "git+https://github.com/ocamlpro/ocplib-json-typed.git" diff --git a/vendors/ocplib-resto/lib_ezresto-directory/ocplib-ezresto-directory.opam b/vendors/ocplib-resto/lib_ezresto-directory/ocplib-ezresto-directory.opam index 314505b5a..bf74d1214 100644 --- a/vendors/ocplib-resto/lib_ezresto-directory/ocplib-ezresto-directory.opam +++ b/vendors/ocplib-resto/lib_ezresto-directory/ocplib-ezresto-directory.opam @@ -6,6 +6,7 @@ license: "LGPL-2.1-with-OCaml-exception" homepage: "https://github.com/OCamlPro/ocplib-resto" bug-reports: "https://github.com/OCamlPro/ocplib-resto/issues" dev-repo: "git+https://github.com/OCamlPro/ocplib-resto" +synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs" build: [ [ "dune" "build" "-p" name "-j" jobs ] diff --git a/vendors/ocplib-resto/lib_ezresto/ocplib-ezresto.opam b/vendors/ocplib-resto/lib_ezresto/ocplib-ezresto.opam index af93a15ce..30b21df31 100644 --- a/vendors/ocplib-resto/lib_ezresto/ocplib-ezresto.opam +++ b/vendors/ocplib-resto/lib_ezresto/ocplib-ezresto.opam @@ -6,6 +6,7 @@ license: "LGPL-2.1-with-OCaml-exception" homepage: "https://github.com/OCamlPro/ocplib-resto" bug-reports: "https://github.com/OCamlPro/ocplib-resto/issues" dev-repo: "git+https://github.com/OCamlPro/ocplib-resto" +synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs" build: [ [ "dune" "build" "-p" name "-j" jobs ] diff --git a/vendors/ocplib-resto/lib_resto-cohttp/ocplib-resto-cohttp.opam b/vendors/ocplib-resto/lib_resto-cohttp/ocplib-resto-cohttp.opam index 7b21a1e68..54032d2f4 100644 --- a/vendors/ocplib-resto/lib_resto-cohttp/ocplib-resto-cohttp.opam +++ b/vendors/ocplib-resto/lib_resto-cohttp/ocplib-resto-cohttp.opam @@ -6,6 +6,7 @@ license: "LGPL-2.1-with-OCaml-exception" homepage: "https://github.com/OCamlPro/ocplib-resto" bug-reports: "https://github.com/OCamlPro/ocplib-resto/issues" dev-repo: "git+https://github.com/OCamlPro/ocplib-resto" +synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs" build: [ [ "dune" "build" "-p" name "-j" jobs ] diff --git a/vendors/ocplib-resto/lib_resto-directory/ocplib-resto-directory.opam b/vendors/ocplib-resto/lib_resto-directory/ocplib-resto-directory.opam index 186a1f094..bc9d66003 100644 --- a/vendors/ocplib-resto/lib_resto-directory/ocplib-resto-directory.opam +++ b/vendors/ocplib-resto/lib_resto-directory/ocplib-resto-directory.opam @@ -6,6 +6,7 @@ license: "LGPL-2.1-with-OCaml-exception" homepage: "https://github.com/OCamlPro/ocplib-resto" bug-reports: "https://github.com/OCamlPro/ocplib-resto/issues" dev-repo: "git+https://github.com/OCamlPro/ocplib-resto" +synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs" build: [ [ "dune" "build" "-p" name "-j" jobs ] diff --git a/vendors/ocplib-resto/lib_resto-json/ocplib-resto-json.opam b/vendors/ocplib-resto/lib_resto-json/ocplib-resto-json.opam index 85156e001..1b7265a41 100644 --- a/vendors/ocplib-resto/lib_resto-json/ocplib-resto-json.opam +++ b/vendors/ocplib-resto/lib_resto-json/ocplib-resto-json.opam @@ -6,6 +6,7 @@ license: "LGPL-2.1-with-OCaml-exception" homepage: "https://github.com/OCamlPro/ocplib-resto" bug-reports: "https://github.com/OCamlPro/ocplib-resto/issues" dev-repo: "git+https://github.com/OCamlPro/ocplib-resto" +synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs" build: [ [ "dune" "build" "-p" name "-j" jobs ] diff --git a/vendors/ocplib-resto/lib_resto/ocplib-resto.opam b/vendors/ocplib-resto/lib_resto/ocplib-resto.opam index 98306f393..0714b768e 100644 --- a/vendors/ocplib-resto/lib_resto/ocplib-resto.opam +++ b/vendors/ocplib-resto/lib_resto/ocplib-resto.opam @@ -6,6 +6,7 @@ license: "LGPL-2.1-with-OCaml-exception" homepage: "https://github.com/OCamlPro/ocplib-resto" bug-reports: "https://github.com/OCamlPro/ocplib-resto/issues" dev-repo: "git+https://github.com/OCamlPro/ocplib-resto" +synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs" build: [ [ "dune" "build" "-p" name "-j" jobs ]