From 143a7bdbfaacef647ca80a855aea385fe1ac287e Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Wed, 30 Jun 2021 11:21:06 +0200 Subject: [PATCH] unikernel: enhance synopsis, copy README.md for preservation --- packages/mirage-unikernel-caldav-hvt.0.0.1/opam | 3 ++- packages/mirage-unikernel-caldav-le-monitoring-hvt.0.0.1/opam | 3 ++- packages/mirage-unikernel-caldav-monitoring-hvt.0.0.2/opam | 3 ++- packages/mirage-unikernel-dns-letsencrypt-hvt.0.0.2/opam | 3 ++- .../mirage-unikernel-dns-letsencrypt-monitoring-hvt.0.0.2/opam | 3 ++- packages/mirage-unikernel-dns-primary-git-hvt.0.0.1/opam | 3 ++- .../mirage-unikernel-dns-primary-git-monitoring-hvt.0.0.1/opam | 3 ++- packages/mirage-unikernel-dns-secondary-hvt.0.0.1/opam | 3 ++- .../mirage-unikernel-dns-secondary-monitoring-hvt.0.0.1/opam | 3 ++- packages/mirage-unikernel-hannes-nqsb-io-hvt.0.0.2/opam | 3 ++- packages/mirage-unikernel-nqsbio-hvt.0.0.2/opam | 2 +- packages/mirage-unikernel-ovpn_router-hvt.0.0.1/opam | 2 +- .../mirage-unikernel-qubes-firewall-flambda-xen.0.0.1/opam | 3 ++- packages/mirage-unikernel-qubes-firewall-xen.0.0.1/opam | 3 ++- packages/mirage-unikernel-retreat-hvt.0.0.1/opam | 3 ++- packages/mirage-unikernel-roburio-hvt.0.0.2/opam | 3 ++- packages/mirage-unikernel-tlstunnel-hvt.0.0.1/opam | 3 ++- packages/mirage-unikernel-tlstunnel-monitoring-hvt.0.0.1/opam | 3 ++- packages/mirage-unikernel-traceroute-hvt.0.0.1/opam | 3 ++- packages/mirage-unikernel-unipi-hvt.0.0.1/opam | 3 ++- packages/mirage-unikernel-unipi-with-kv-hvt.0.0.1/opam | 3 ++- 21 files changed, 40 insertions(+), 21 deletions(-) diff --git a/packages/mirage-unikernel-caldav-hvt.0.0.1/opam b/packages/mirage-unikernel-caldav-hvt.0.0.1/opam index 42877c5..124bbd5 100644 --- a/packages/mirage-unikernel-caldav-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-caldav-hvt.0.0.1/opam @@ -41,10 +41,11 @@ homepage: "dummy" bug-reports: "dummy" dev-repo: "git+https://example.com/nonexistent" build: [ "sh" "-exc" "cd mirage && fetch https://github.com/sg2342/caldavzap/archive/e2895d3d578c53fa38e12023a9d3b107055af131.tar.gz && tar -C caldavzap -x -s /caldavzap-e2895d3d578c53fa38e12023a9d3b107055af131// -f e2895d3d578c53fa38e12023a9d3b107055af131.tar.gz && mirage configure -t hvt --allocation-policy=best-fit && mirage build" ] -synopsis: "This is a dummy" +synopsis: "A CalDAV unikernel (RFC 4791) using a remote git repository for data storage" install: [ [ "cp" "mirage/caldav.hvt" "%{bin}%/caldav.hvt" ] [ "strip" "%{bin}%/caldav.hvt" ] [ "cp" "mirage/caldav.hvt" "%{prefix}%/caldav.hvt.debug" ] + [ "cp" "README.md" "%{prefix}%/README.md" ] ] url { src: "git+https://github.com/roburio/caldav.git" } diff --git a/packages/mirage-unikernel-caldav-le-monitoring-hvt.0.0.1/opam b/packages/mirage-unikernel-caldav-le-monitoring-hvt.0.0.1/opam index f56f67e..2db5ee5 100644 --- a/packages/mirage-unikernel-caldav-le-monitoring-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-caldav-le-monitoring-hvt.0.0.1/opam @@ -45,10 +45,11 @@ homepage: "dummy" bug-reports: "dummy" dev-repo: "git+https://example.com/nonexistent" build: [ "sh" "-exc" "cd mirage && fetch https://github.com/sg2342/caldavzap/archive/e2895d3d578c53fa38e12023a9d3b107055af131.tar.gz && tar -C caldavzap -x -s /caldavzap-e2895d3d578c53fa38e12023a9d3b107055af131// -f e2895d3d578c53fa38e12023a9d3b107055af131.tar.gz && mirage configure -t hvt --allocation-policy=best-fit && mirage build" ] -synopsis: "This is a dummy" +synopsis: "A CalDAV unikernel (RFC 4791) using a remote git repository for data storage, reports metrics to influx and certificate retrieval via DNS and let's encrypt" install: [ [ "cp" "mirage/caldav.hvt" "%{bin}%/caldav.hvt" ] [ "strip" "%{bin}%/caldav.hvt" ] [ "cp" "mirage/caldav.hvt" "%{prefix}%/caldav.hvt.debug" ] + [ "cp" "README.md" "%{prefix}%/README.md" ] ] url { src: "git+https://github.com/roburio/caldav.git#future-le" } diff --git a/packages/mirage-unikernel-caldav-monitoring-hvt.0.0.2/opam b/packages/mirage-unikernel-caldav-monitoring-hvt.0.0.2/opam index 3e35969..d1b7ce6 100644 --- a/packages/mirage-unikernel-caldav-monitoring-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-caldav-monitoring-hvt.0.0.2/opam @@ -44,10 +44,11 @@ homepage: "dummy" bug-reports: "dummy" dev-repo: "git+https://example.com/nonexistent" build: [ "sh" "-exc" "cd mirage && fetch https://github.com/sg2342/caldavzap/archive/e2895d3d578c53fa38e12023a9d3b107055af131.tar.gz && tar -C caldavzap -x -s /caldavzap-e2895d3d578c53fa38e12023a9d3b107055af131// -f e2895d3d578c53fa38e12023a9d3b107055af131.tar.gz && mirage configure -t hvt --allocation-policy=best-fit && mirage build" ] -synopsis: "This is a dummy" +synopsis: "A CalDAV unikernel (RFC 4791) using a remote git repository for data storage, reports metrics to influx" install: [ [ "cp" "mirage/caldav.hvt" "%{bin}%/caldav.hvt" ] [ "strip" "%{bin}%/caldav.hvt" ] [ "cp" "mirage/caldav.hvt" "%{prefix}%/caldav.hvt.debug" ] + [ "cp" "README.md" "%{prefix}%/README.md" ] ] url { src: "git+https://github.com/roburio/caldav.git#future-robur" } diff --git a/packages/mirage-unikernel-dns-letsencrypt-hvt.0.0.2/opam b/packages/mirage-unikernel-dns-letsencrypt-hvt.0.0.2/opam index 970eaee..f8721d4 100644 --- a/packages/mirage-unikernel-dns-letsencrypt-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-dns-letsencrypt-hvt.0.0.2/opam @@ -39,10 +39,11 @@ homepage: "dummy" bug-reports: "dummy" dev-repo: "git+https://example.com/nonexistent" build: [ "sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit && mirage build" ] -synopsis: "This is a dummy" +synopsis: "A DNS secondary server that pushes certificates signed by let's encrypt when certificate signing requests without a valid certificate are in the zone (using TLSA records)" install: [ [ "cp" "letsencrypt.hvt" "%{bin}%/letsencrypt.hvt" ] [ "strip" "%{bin}%/letsencrypt.hvt" ] [ "cp" "letsencrypt.hvt" "%{prefix}%/letsencrypt.hvt.debug" ] + [ "cp" "README.md" "%{prefix}%/README.md" ] ] url { src: "git+https://github.com/roburio/dns-letsencrypt-secondary.git" } diff --git a/packages/mirage-unikernel-dns-letsencrypt-monitoring-hvt.0.0.2/opam b/packages/mirage-unikernel-dns-letsencrypt-monitoring-hvt.0.0.2/opam index 05ba99e..1866ab6 100644 --- a/packages/mirage-unikernel-dns-letsencrypt-monitoring-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-dns-letsencrypt-monitoring-hvt.0.0.2/opam @@ -42,10 +42,11 @@ homepage: "dummy" bug-reports: "dummy" dev-repo: "git+https://example.com/nonexistent" build: [ "sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit && mirage build" ] -synopsis: "This is a dummy" +synopsis: "A DNS secondary server that pushes certificates signed by let's encrypt when certificate signing requests without a valid certificate are in the zone (using TLSA records), reports metrics to influx" install: [ [ "cp" "letsencrypt.hvt" "%{bin}%/letsencrypt.hvt" ] [ "strip" "%{bin}%/letsencrypt.hvt" ] [ "cp" "letsencrypt.hvt" "%{prefix}%/letsencrypt.hvt.debug" ] + [ "cp" "README.md" "%{prefix}%/README.md" ] ] url { src: "git+https://github.com/roburio/dns-letsencrypt-secondary.git#future" } diff --git a/packages/mirage-unikernel-dns-primary-git-hvt.0.0.1/opam b/packages/mirage-unikernel-dns-primary-git-hvt.0.0.1/opam index d185b85..e553e91 100644 --- a/packages/mirage-unikernel-dns-primary-git-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-dns-primary-git-hvt.0.0.1/opam @@ -36,10 +36,11 @@ homepage: "dummy" bug-reports: "dummy" dev-repo: "git+https://example.com/nonexistent" build: [ "sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit && mirage build" ] -synopsis: "This is a dummy" +synopsis: "A primary DNS server unikernel that stores zone files in a remote git repository" install: [ [ "cp" "primary_git.hvt" "%{bin}%/primary_git.hvt" ] [ "strip" "%{bin}%/primary_git.hvt" ] [ "cp" "primary_git.hvt" "%{prefix}%/primary_git.hvt.debug" ] + [ "cp" "README.md" "%{prefix}%/README.md" ] ] url { src: "git+https://github.com/roburio/dns-primary-git.git" } diff --git a/packages/mirage-unikernel-dns-primary-git-monitoring-hvt.0.0.1/opam b/packages/mirage-unikernel-dns-primary-git-monitoring-hvt.0.0.1/opam index cc3eca6..8232001 100644 --- a/packages/mirage-unikernel-dns-primary-git-monitoring-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-dns-primary-git-monitoring-hvt.0.0.1/opam @@ -39,10 +39,11 @@ homepage: "dummy" bug-reports: "dummy" dev-repo: "git+https://example.com/nonexistent" build: [ "sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit && mirage build" ] -synopsis: "This is a dummy" +synopsis: "A primary DNS server unikernel that stores zone files in a remote git repository which reports metrics to influx" install: [ [ "cp" "primary_git.hvt" "%{bin}%/primary_git.hvt" ] [ "strip" "%{bin}%/primary_git.hvt" ] [ "cp" "primary_git.hvt" "%{prefix}%/primary_git.hvt.debug" ] + [ "cp" "README.md" "%{prefix}%/README.md" ] ] url { src: "git+https://github.com/roburio/dns-primary-git.git#future" } diff --git a/packages/mirage-unikernel-dns-secondary-hvt.0.0.1/opam b/packages/mirage-unikernel-dns-secondary-hvt.0.0.1/opam index 9a48890..4e6e066 100644 --- a/packages/mirage-unikernel-dns-secondary-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-dns-secondary-hvt.0.0.1/opam @@ -30,10 +30,11 @@ homepage: "dummy" bug-reports: "dummy" dev-repo: "git+https://example.com/nonexistent" build: [ "sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit && mirage build" ] -synopsis: "This is a dummy" +synopsis: "A DNS secondary unikernel" install: [ [ "cp" "secondary.hvt" "%{bin}%/secondary.hvt" ] [ "strip" "%{bin}%/secondary.hvt" ] [ "cp" "secondary.hvt" "%{prefix}%/secondary.hvt.debug" ] + [ "cp" "README.md" "%{prefix}%/README.md" ] ] url { src: "git+https://github.com/roburio/dns-secondary.git" } diff --git a/packages/mirage-unikernel-dns-secondary-monitoring-hvt.0.0.1/opam b/packages/mirage-unikernel-dns-secondary-monitoring-hvt.0.0.1/opam index 6cff9ca..48298a1 100644 --- a/packages/mirage-unikernel-dns-secondary-monitoring-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-dns-secondary-monitoring-hvt.0.0.1/opam @@ -33,10 +33,11 @@ homepage: "dummy" bug-reports: "dummy" dev-repo: "git+https://example.com/nonexistent" build: [ "sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit && mirage build" ] -synopsis: "This is a dummy" +synopsis: "A DNS secondary unikernel which reports metrics to influx" install: [ [ "cp" "secondary.hvt" "%{bin}%/secondary.hvt" ] [ "strip" "%{bin}%/secondary.hvt" ] [ "cp" "secondary.hvt" "%{prefix}%/secondary.hvt.debug" ] + [ "cp" "README.md" "%{prefix}%/README.md" ] ] url { src: "git+https://github.com/roburio/dns-secondary.git#future" } diff --git a/packages/mirage-unikernel-hannes-nqsb-io-hvt.0.0.2/opam b/packages/mirage-unikernel-hannes-nqsb-io-hvt.0.0.2/opam index 3e8e94b..c34d1f1 100644 --- a/packages/mirage-unikernel-hannes-nqsb-io-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-hannes-nqsb-io-hvt.0.0.2/opam @@ -51,10 +51,11 @@ homepage: "dummy" bug-reports: "dummy" dev-repo: "git+https://example.com/nonexistent" build: [ "sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit -p 80 && mirage build" ] -synopsis: "This is a dummy" +synopsis: "The unikernel used for the blog https://hannes.robur.coop, content stored in a remote git repository, reports metrics to influx" install: [ [ "cp" "canopy.hvt" "%{bin}%/canopy.hvt" ] [ "strip" "%{bin}%/canopy.hvt" ] [ "cp" "canopy.hvt" "%{prefix}%/canopy.hvt.debug" ] + [ "cp" "README.md" "%{prefix}%/README.md" ] ] url { src: "git+https://github.com/hannesm/Canopy.git#future-full" } diff --git a/packages/mirage-unikernel-nqsbio-hvt.0.0.2/opam b/packages/mirage-unikernel-nqsbio-hvt.0.0.2/opam index ceeb475..892c43a 100644 --- a/packages/mirage-unikernel-nqsbio-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-nqsbio-hvt.0.0.2/opam @@ -35,7 +35,7 @@ homepage: "dummy" bug-reports: "dummy" dev-repo: "git+https://example.com/nonexistent" build: [ "sh" "-exc" "mirage configure -t hvt && mirage build" ] -synopsis: "This is a dummy" +synopsis: "The unikernel used for https://nqsb.io and subdomains, reports metrics to influx" install: [ [ "cp" "nqsbio.hvt" "%{bin}%/nqsbio.hvt" ] [ "strip" "%{bin}%/nqsbio.hvt" ] diff --git a/packages/mirage-unikernel-ovpn_router-hvt.0.0.1/opam b/packages/mirage-unikernel-ovpn_router-hvt.0.0.1/opam index 6b48845..7c32d80 100644 --- a/packages/mirage-unikernel-ovpn_router-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-ovpn_router-hvt.0.0.1/opam @@ -34,7 +34,7 @@ homepage: "dummy" bug-reports: "dummy" dev-repo: "git+https://example.com/nonexistent" build: [ "sh" "-exc" "cd mirage-router && mirage configure -t hvt --allocation-policy=best-fit && mirage build" ] -synopsis: "This is a dummy" +synopsis: "An OpenVPN router unikernel, the configuration is embedded via caravan, reports metrics to influx" install: [ [ "cp" "mirage-router/ovpn_router.hvt" "%{bin}%/ovpn_router.hvt" ] [ "strip" "%{bin}%/ovpn_router.hvt" ] diff --git a/packages/mirage-unikernel-qubes-firewall-flambda-xen.0.0.1/opam b/packages/mirage-unikernel-qubes-firewall-flambda-xen.0.0.1/opam index 666aa3b..764330e 100644 --- a/packages/mirage-unikernel-qubes-firewall-flambda-xen.0.0.1/opam +++ b/packages/mirage-unikernel-qubes-firewall-flambda-xen.0.0.1/opam @@ -38,10 +38,11 @@ homepage: "dummy" bug-reports: "dummy" dev-repo: "git+https://example.com/nonexistent" build: [ "sh" "-exc" "mirage configure -t xen --allocation-policy=best-fit && mirage build" ] -synopsis: "This is a dummy" +synopsis: "A QubesOS firewall as unikernel using the OCaml flambda middle-end" install: [ [ "cp" "qubes_firewall.xen" "%{bin}%/qubes_firewall.xen" ] [ "strip" "%{bin}%/qubes_firewall.xen" ] [ "cp" "qubes_firewall.xen" "%{prefix}%/qubes_firewall.xen.debug" ] + [ "cp" "README.md" "%{prefix}%/README.md" ] ] url { src: "git+https://github.com/hannesm/qubes-mirage-firewall.git#arp-2.3.0" } diff --git a/packages/mirage-unikernel-qubes-firewall-xen.0.0.1/opam b/packages/mirage-unikernel-qubes-firewall-xen.0.0.1/opam index e376fef..4a46e12 100644 --- a/packages/mirage-unikernel-qubes-firewall-xen.0.0.1/opam +++ b/packages/mirage-unikernel-qubes-firewall-xen.0.0.1/opam @@ -37,10 +37,11 @@ homepage: "dummy" bug-reports: "dummy" dev-repo: "git+https://example.com/nonexistent" build: [ "sh" "-exc" "mirage configure -t xen --allocation-policy=best-fit && mirage build" ] -synopsis: "This is a dummy" +synopsis: "A QubesOS firewall as unikernel" install: [ [ "cp" "qubes_firewall.xen" "%{bin}%/qubes_firewall.xen" ] [ "strip" "%{bin}%/qubes_firewall.xen" ] [ "cp" "qubes_firewall.xen" "%{prefix}%/qubes_firewall.xen.debug" ] + [ "cp" "README.md" "%{prefix}%/README.md" ] ] url { src: "git+https://github.com/hannesm/qubes-mirage-firewall.git#arp-2.3.0" } diff --git a/packages/mirage-unikernel-retreat-hvt.0.0.1/opam b/packages/mirage-unikernel-retreat-hvt.0.0.1/opam index 6d693e0..bbf1dcf 100644 --- a/packages/mirage-unikernel-retreat-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-retreat-hvt.0.0.1/opam @@ -33,10 +33,11 @@ homepage: "dummy" bug-reports: "dummy" dev-repo: "git+https://example.com/nonexistent" build: [ "sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit && mirage build" ] -synopsis: "This is a dummy" +synopsis: "The unikernel serving http://retreat.mirage.io with metrics reported to influx" install: [ [ "cp" "retreat.hvt" "%{bin}%/retreat.hvt" ] [ "strip" "%{bin}%/retreat.hvt" ] [ "cp" "retreat.hvt" "%{prefix}%/retreat.hvt.debug" ] + [ "cp" "README.md" "%{prefix}%/README.md" ] ] url { src: "git+https://github.com/mirage/retreat.mirage.io.git#future" } diff --git a/packages/mirage-unikernel-roburio-hvt.0.0.2/opam b/packages/mirage-unikernel-roburio-hvt.0.0.2/opam index 6c33228..4dc3bbe 100644 --- a/packages/mirage-unikernel-roburio-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-roburio-hvt.0.0.2/opam @@ -51,10 +51,11 @@ homepage: "dummy" bug-reports: "dummy" dev-repo: "git+https://example.com/nonexistent" build: [ "sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit -p 80 && mirage build" ] -synopsis: "This is a dummy" +synopsis: "The unikernel used for the website https://robur.coop, content stored in a remote git repository, reports metrics to influx" install: [ [ "cp" "canopy.hvt" "%{bin}%/canopy.hvt" ] [ "strip" "%{bin}%/canopy.hvt" ] [ "cp" "canopy.hvt" "%{prefix}%/canopy.hvt.debug" ] + [ "cp" "README.md" "%{prefix}%/README.md" ] ] url { src: "git+https://github.com/hannesm/Canopy.git#future-robur" } diff --git a/packages/mirage-unikernel-tlstunnel-hvt.0.0.1/opam b/packages/mirage-unikernel-tlstunnel-hvt.0.0.1/opam index 7bef8ef..6c06a81 100644 --- a/packages/mirage-unikernel-tlstunnel-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-tlstunnel-hvt.0.0.1/opam @@ -30,10 +30,11 @@ homepage: "dummy" bug-reports: "dummy" dev-repo: "git+https://example.com/nonexistent" build: [ "sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit && mirage build" ] -synopsis: "This is a dummy" +synopsis: "A TLS reverse proxy unikernel" install: [ [ "cp" "tlstunnel.hvt" "%{bin}%/tlstunnel.hvt" ] [ "strip" "%{bin}%/tlstunnel.hvt" ] [ "cp" "tlstunnel.hvt" "%{prefix}%/tlstunnel.hvt.debug" ] + [ "cp" "README.md" "%{prefix}%/README.md" ] ] url { src: "git+https://github.com/roburio/tlstunnel.git" } diff --git a/packages/mirage-unikernel-tlstunnel-monitoring-hvt.0.0.1/opam b/packages/mirage-unikernel-tlstunnel-monitoring-hvt.0.0.1/opam index 54cf649..b354262 100644 --- a/packages/mirage-unikernel-tlstunnel-monitoring-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-tlstunnel-monitoring-hvt.0.0.1/opam @@ -33,10 +33,11 @@ homepage: "dummy" bug-reports: "dummy" dev-repo: "git+https://example.com/nonexistent" build: [ "sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit && mirage build" ] -synopsis: "This is a dummy" +synopsis: "A TLS reverse proxy unikernel, reports metrics to influx" install: [ [ "cp" "tlstunnel.hvt" "%{bin}%/tlstunnel.hvt" ] [ "strip" "%{bin}%/tlstunnel.hvt" ] [ "cp" "tlstunnel.hvt" "%{prefix}%/tlstunnel.hvt.debug" ] + [ "cp" "README.md" "%{prefix}%/README.md" ] ] url { src: "git+https://github.com/roburio/tlstunnel.git#monitoring" } diff --git a/packages/mirage-unikernel-traceroute-hvt.0.0.1/opam b/packages/mirage-unikernel-traceroute-hvt.0.0.1/opam index 4186da4..b97570d 100644 --- a/packages/mirage-unikernel-traceroute-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-traceroute-hvt.0.0.1/opam @@ -29,10 +29,11 @@ homepage: "dummy" bug-reports: "dummy" dev-repo: "git+https://example.com/nonexistent" build: [ "sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit && mirage build" ] -synopsis: "This is a dummy" +synopsis: "A unikernel executing a traceroute" install: [ [ "cp" "traceroute.hvt" "%{bin}%/traceroute.hvt" ] [ "strip" "%{bin}%/traceroute.hvt" ] [ "cp" "traceroute.hvt" "%{prefix}%/traceroute.hvt.debug" ] + [ "cp" "README.md" "%{prefix}%/README.md" ] ] url { src: "git+https://github.com/roburio/traceroute.git" } diff --git a/packages/mirage-unikernel-unipi-hvt.0.0.1/opam b/packages/mirage-unikernel-unipi-hvt.0.0.1/opam index 72fdd28..210f2dd 100644 --- a/packages/mirage-unikernel-unipi-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-unipi-hvt.0.0.1/opam @@ -42,10 +42,11 @@ homepage: "dummy" bug-reports: "dummy" dev-repo: "git+https://example.com/nonexistent" build: [ "sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit && mirage build" ] -synopsis: "This is a dummy" +synopsis: "A web server unikernel which content is stored in a remote git repository, TLS certificate via ALPN let's encrypt challenge" install: [ [ "cp" "unipi.hvt" "%{bin}%/unipi.hvt" ] [ "strip" "%{bin}%/unipi.hvt" ] [ "cp" "unipi.hvt" "%{prefix}%/unipi.hvt.debug" ] + [ "cp" "README.md" "%{prefix}%/README.md" ] ] url { src: "git+https://github.com/roburio/unipi.git#main" } diff --git a/packages/mirage-unikernel-unipi-with-kv-hvt.0.0.1/opam b/packages/mirage-unikernel-unipi-with-kv-hvt.0.0.1/opam index c7d86f8..9dc410f 100644 --- a/packages/mirage-unikernel-unipi-with-kv-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-unipi-with-kv-hvt.0.0.1/opam @@ -44,10 +44,11 @@ homepage: "dummy" bug-reports: "dummy" dev-repo: "git+https://example.com/nonexistent" build: [ "sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit && mirage build" ] -synopsis: "This is a dummy" +synopsis: "A web server unikernel which content is stored in a remote git repository, TLS certificate in a key-value store (at compile time)" install: [ [ "cp" "unipi.hvt" "%{bin}%/unipi.hvt" ] [ "strip" "%{bin}%/unipi.hvt" ] [ "cp" "unipi.hvt" "%{prefix}%/unipi.hvt.debug" ] + [ "cp" "README.md" "%{prefix}%/README.md" ] ] url { src: "git+https://github.com/roburio/unipi.git#with-kv" }