Files
cunicu/docs/dev/structure.md
Steffen Vogel 41fd1cc08a Migrate repo to Codeberg
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2025-12-17 16:50:29 +01:00

1.5 KiB

Project Structure

This page summarizes the structure of the cunicu project and its related sub-projects:

graph TD
    cunicu --> hawkes
    cunicu --> gont
    cunicu --> go-pmtud
    cunicu --> go-rosenpass
    cunicu --> go-babel

    go-babel --> gont

    hawkes --> go-openpgp-card
    hawkes --> go-piv
    hawkes --> go-ykoath
    hawkes --> go-trussed-secrets-app
    hawkes --> go-feitian-oath
    
    go-ykoath --> go-iso7816
    go-piv --> go-iso7816
    go-ykoath --> go-iso7816
    go-openpgp-card --> go-iso7816
    go-trussed-secrets-app --> go-iso7816
    go-feitian-oath --> go-iso7816

    click cunicu href "https://codeberg.org/cunicu/cunicu" "Git Repo"
    click hawkes href "https://codeberg.org/cunicu/hawkes" "GitH Repo"
    click gont href "https://codeberg.org/cunicu/gont" "Git Repo"
    click go-pmtud href "https://codeberg.org/cunicu/go-pmtud" "Git Repo"
    click go-rosenpass href "https://codeberg.org/cunicu/go-rosenpass" "Git Repo"
    click go-babel href "https://codeberg.org/cunicu/go-babel" "Git Repo"
    click go-piv href "https://codeberg.org/cunicu/go-piv" "Git Repo"
    click go-ykoath href "https://codeberg.org/cunicu/go-ykoath" "Git Repo"
    click go-iso7816 href "https://codeberg.org/cunicu/go-iso7816" "Git Repo"
    click go-openpgp-card href "https://codeberg.org/cunicu/go-openpgp-card" "Git Repo"