CCSDS Space Data Link Security (355.0-B-2)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

opam: retag 20+ packages with canonical E915 vocabulary

Covers every package whose .opam was missing tags, misspelled a
singleton tag, or only carried a foreign org marker. The canonical
vocabulary now lives in .merlint as E915's topics: list; this pass
makes the monorepo pass E915 on the packages whose dune-project is
the source of truth.

Cleanups: drop singletons cop1/sle/sdls/uslp/s3/sdk; rename log to
logging (json-logs, vlog); add org:blacksun to formerly-Mirage-only
packages (ca-certs, tar, tls, x509, crypto-ec).

Additions to packages missing tags: cfdp-eio, cop1-eio, ltp-eio,
scc-eio, sdls-eio, sle-eio, yamlrw-eio, yamlrw-unix, ocaml-merlin,
scitt-atp, atp-lexicon-scitt, and 10 ocaml-atp subpackages.

+3 -2
+2 -1
dune-project
··· 8 8 (package 9 9 (name sdls) 10 10 (synopsis "CCSDS Space Data Link Security (355.0-B-2)") 11 - (tags (org:blacksun aerospace codec ccsds sdls crypto)) 11 + (tags (org:blacksun aerospace codec ccsds crypto)) 12 12 (depends 13 13 (ocaml (>= 5.1)) 14 14 (crypto (>= 0.1)) ··· 23 23 (package 24 24 (name sdls-eio) 25 25 (synopsis "Eio-based SDLS persistence (SA, keystore, OTAR)") 26 + (tags (org:blacksun aerospace ccsds crypto eio)) 26 27 (depends 27 28 (ocaml (>= 5.1)) 28 29 (sdls (= :version))
+1 -1
sdls.opam
··· 4 4 maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 5 5 authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 6 6 license: "ISC" 7 - tags: ["org:blacksun" "aerospace" "codec" "ccsds" "sdls" "crypto"] 7 + tags: ["org:blacksun" "aerospace" "codec" "ccsds" "crypto"] 8 8 homepage: "https://tangled.org/gazagnaire.org/ocaml-sdls" 9 9 bug-reports: "https://tangled.org/gazagnaire.org/ocaml-sdls/issues" 10 10 depends: [