-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Release OCaml/Unikraft 1.1.0 #28750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
shym
wants to merge
3
commits into
ocaml:master
Choose a base branch
from
shym:ocaml-unikraft-1.1.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release OCaml/Unikraft 1.1.0 #28750
Changes from 2 commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
42 changes: 42 additions & 0 deletions
42
packages/ocaml-unikraft-arm64/ocaml-unikraft-arm64.1.1.0/opam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| opam-version: "2.0" | ||
| maintainer: "[email protected]" | ||
| homepage: "https://github.com/mirage/ocaml-unikraft/" | ||
| dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git" | ||
| bug-reports: "https://github.com/mirage/ocaml-unikraft/issues" | ||
| tags: "org:mirage" | ||
| synopsis: "OCaml cross compiler to the freestanding Unikraft arm64 backends" | ||
| description: | ||
| "This package provides an OCaml cross compiler, suitable for linking with a Unikraft arm64 unikernel." | ||
| authors: "Samuel Hym" | ||
| license: ["MIT" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"] | ||
| depends: [ | ||
| "ocaml" {>= "5.3.0" & <= "5.4.0"} | ||
| "ocaml-unikraft-toolchain-arm64" | ||
| "ocamlfind" | ||
| "ocaml-src" {build} | ||
| "conf-git" {build} | ||
| ] | ||
| build: [ | ||
| [ | ||
| make | ||
| "-j%{jobs}%" | ||
| "prefix=%{prefix}%" | ||
| "BIN=%{bin}%" | ||
| "LIB=%{lib}%" | ||
| "SHARE=%{share}%" | ||
| "OCUKARCH=arm64" | ||
| "%{name}%.install" | ||
| ] | ||
| ] | ||
| install: [ | ||
| [make "install-ocaml"] | ||
| ] | ||
| conflicts: ["ocaml-option-bytecode-only"] | ||
| url { | ||
| src: | ||
| "https://github.com/mirage/ocaml-unikraft/archive/refs/tags/v1.1.0.tar.gz" | ||
| checksum: | ||
| "sha256=97b9bdfd07ed0f031954138adbace930790d064ed3a590b9ff46f32f2433fde4" | ||
| } | ||
| available: os = "linux" | ||
| x-maintenance-intent: ["(latest)"] |
39 changes: 39 additions & 0 deletions
39
...l-unikraft-backend-firecracker-arm64/ocaml-unikraft-backend-firecracker-arm64.0.20.0/opam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| opam-version: "2.0" | ||
| maintainer: "[email protected]" | ||
| homepage: "https://github.com/mirage/ocaml-unikraft/" | ||
| dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git" | ||
| bug-reports: "https://github.com/mirage/ocaml-unikraft/issues" | ||
| tags: "org:mirage" | ||
| synopsis: "Firecracker/arm64 Unikraft backend for OCaml" | ||
| authors: ["Samuel Hym" "Unikraft contributors"] | ||
| license: ["MIT" "BSD-3-Clause" "GPL-2.0-only"] | ||
| depends: [ | ||
| "unikraft" {= version} | ||
| "unikraft-musl" {= version} | ||
| "conf-aarch64-linux-gnu-gcc" {arch != "arm64"} | ||
| ] | ||
| depopts: [ | ||
| "ocaml-unikraft-option-debug" | ||
| ] | ||
| build: [ | ||
| [ | ||
| make | ||
| "-j%{jobs}%" | ||
| "UNIKRAFT=%{unikraft:lib}%" | ||
| "UNIKRAFTMUSL=%{unikraft-musl:lib}%" | ||
| "OCUKPLAT=firecracker" | ||
| "OCUKARCH=arm64" | ||
| "OCUKEXTLIBS=musl" | ||
| "OCUKCONFIGOPTS+=debug" {ocaml-unikraft-option-debug:installed} | ||
| "UK_CFLAGS=-std=gnu11" | ||
| "%{name}%.install" | ||
| ] | ||
| ] | ||
| url { | ||
| src: | ||
| "https://github.com/mirage/ocaml-unikraft/archive/refs/tags/v1.1.0.tar.gz" | ||
| checksum: | ||
| "sha256=97b9bdfd07ed0f031954138adbace930790d064ed3a590b9ff46f32f2433fde4" | ||
| } | ||
| available: os = "linux" | ||
| x-maintenance-intent: ["(latest)"] |
39 changes: 39 additions & 0 deletions
39
...unikraft-backend-firecracker-x86_64/ocaml-unikraft-backend-firecracker-x86_64.0.20.0/opam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| opam-version: "2.0" | ||
| maintainer: "[email protected]" | ||
| homepage: "https://github.com/mirage/ocaml-unikraft/" | ||
| dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git" | ||
| bug-reports: "https://github.com/mirage/ocaml-unikraft/issues" | ||
| tags: "org:mirage" | ||
| synopsis: "Firecracker/x86_64 Unikraft backend for OCaml" | ||
| authors: ["Samuel Hym" "Unikraft contributors"] | ||
| license: ["MIT" "BSD-3-Clause" "GPL-2.0-only"] | ||
| depends: [ | ||
| "unikraft" {= version} | ||
| "unikraft-musl" {= version} | ||
| "conf-x86_64-linux-gnu-gcc" {arch != "x86_64"} | ||
| ] | ||
| depopts: [ | ||
| "ocaml-unikraft-option-debug" | ||
| ] | ||
| build: [ | ||
| [ | ||
| make | ||
| "-j%{jobs}%" | ||
| "UNIKRAFT=%{unikraft:lib}%" | ||
| "UNIKRAFTMUSL=%{unikraft-musl:lib}%" | ||
| "OCUKPLAT=firecracker" | ||
| "OCUKARCH=x86_64" | ||
| "OCUKEXTLIBS=musl" | ||
| "OCUKCONFIGOPTS+=debug" {ocaml-unikraft-option-debug:installed} | ||
| "UK_CFLAGS=-std=gnu11" | ||
| "%{name}%.install" | ||
| ] | ||
| ] | ||
| url { | ||
| src: | ||
| "https://github.com/mirage/ocaml-unikraft/archive/refs/tags/v1.1.0.tar.gz" | ||
| checksum: | ||
| "sha256=97b9bdfd07ed0f031954138adbace930790d064ed3a590b9ff46f32f2433fde4" | ||
| } | ||
| available: os = "linux" | ||
| x-maintenance-intent: ["(latest)"] |
19 changes: 19 additions & 0 deletions
19
packages/ocaml-unikraft-backend-firecracker/ocaml-unikraft-backend-firecracker.0.20.0/opam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| opam-version: "2.0" | ||
| maintainer: "[email protected]" | ||
| homepage: "https://github.com/mirage/ocaml-unikraft/" | ||
| dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git" | ||
| bug-reports: "https://github.com/mirage/ocaml-unikraft/issues" | ||
| tags: "org:mirage" | ||
| synopsis: | ||
| "Virtual package to ensure the Firecracker Unikraft backend is installed for the default cross compiler" | ||
| description: | ||
| "This virtual package ensures that the Firecracker backend is installed for the default `unikraft` ocamlfind cross toolchain." | ||
| authors: "Samuel Hym" | ||
| license: "MIT" | ||
| depends: [ | ||
| "ocaml-unikraft" | ||
| ("ocaml-unikraft-default-x86_64" & "ocaml-unikraft-backend-firecracker-x86_64") | | ||
| ("ocaml-unikraft-default-arm64" & "ocaml-unikraft-backend-firecracker-arm64") | ||
| ] | ||
| available: os = "linux" | ||
| x-maintenance-intent: ["(latest)"] |
39 changes: 39 additions & 0 deletions
39
packages/ocaml-unikraft-backend-qemu-arm64/ocaml-unikraft-backend-qemu-arm64.0.20.0/opam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| opam-version: "2.0" | ||
| maintainer: "[email protected]" | ||
| homepage: "https://github.com/mirage/ocaml-unikraft/" | ||
| dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git" | ||
| bug-reports: "https://github.com/mirage/ocaml-unikraft/issues" | ||
| tags: "org:mirage" | ||
| synopsis: "QEMU/arm64 Unikraft backend for OCaml" | ||
| authors: ["Samuel Hym" "Unikraft contributors"] | ||
| license: ["MIT" "BSD-3-Clause" "GPL-2.0-only"] | ||
| depends: [ | ||
| "unikraft" {= version} | ||
| "unikraft-musl" {= version} | ||
| "conf-aarch64-linux-gnu-gcc" {arch != "arm64"} | ||
| ] | ||
| depopts: [ | ||
| "ocaml-unikraft-option-debug" | ||
| ] | ||
| build: [ | ||
| [ | ||
| make | ||
| "-j%{jobs}%" | ||
| "UNIKRAFT=%{unikraft:lib}%" | ||
| "UNIKRAFTMUSL=%{unikraft-musl:lib}%" | ||
| "OCUKPLAT=qemu" | ||
| "OCUKARCH=arm64" | ||
| "OCUKEXTLIBS=musl" | ||
| "OCUKCONFIGOPTS+=debug" {ocaml-unikraft-option-debug:installed} | ||
| "UK_CFLAGS=-std=gnu11" | ||
| "%{name}%.install" | ||
| ] | ||
| ] | ||
| url { | ||
| src: | ||
| "https://github.com/mirage/ocaml-unikraft/archive/refs/tags/v1.1.0.tar.gz" | ||
| checksum: | ||
| "sha256=97b9bdfd07ed0f031954138adbace930790d064ed3a590b9ff46f32f2433fde4" | ||
| } | ||
| available: os = "linux" | ||
| x-maintenance-intent: ["(latest)"] |
39 changes: 39 additions & 0 deletions
39
packages/ocaml-unikraft-backend-qemu-x86_64/ocaml-unikraft-backend-qemu-x86_64.0.20.0/opam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| opam-version: "2.0" | ||
| maintainer: "[email protected]" | ||
| homepage: "https://github.com/mirage/ocaml-unikraft/" | ||
| dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git" | ||
| bug-reports: "https://github.com/mirage/ocaml-unikraft/issues" | ||
| tags: "org:mirage" | ||
| synopsis: "QEMU/x86_64 Unikraft backend for OCaml" | ||
| authors: ["Samuel Hym" "Unikraft contributors"] | ||
| license: ["MIT" "BSD-3-Clause" "GPL-2.0-only"] | ||
| depends: [ | ||
| "unikraft" {= version} | ||
| "unikraft-musl" {= version} | ||
| "conf-x86_64-linux-gnu-gcc" {arch != "x86_64"} | ||
| ] | ||
| depopts: [ | ||
| "ocaml-unikraft-option-debug" | ||
| ] | ||
| build: [ | ||
| [ | ||
| make | ||
| "-j%{jobs}%" | ||
| "UNIKRAFT=%{unikraft:lib}%" | ||
| "UNIKRAFTMUSL=%{unikraft-musl:lib}%" | ||
| "OCUKPLAT=qemu" | ||
| "OCUKARCH=x86_64" | ||
| "OCUKEXTLIBS=musl" | ||
| "OCUKCONFIGOPTS+=debug" {ocaml-unikraft-option-debug:installed} | ||
| "UK_CFLAGS=-std=gnu11" | ||
| "%{name}%.install" | ||
| ] | ||
| ] | ||
| url { | ||
| src: | ||
| "https://github.com/mirage/ocaml-unikraft/archive/refs/tags/v1.1.0.tar.gz" | ||
| checksum: | ||
| "sha256=97b9bdfd07ed0f031954138adbace930790d064ed3a590b9ff46f32f2433fde4" | ||
| } | ||
| available: os = "linux" | ||
| x-maintenance-intent: ["(latest)"] |
19 changes: 19 additions & 0 deletions
19
packages/ocaml-unikraft-backend-qemu/ocaml-unikraft-backend-qemu.0.20.0/opam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| opam-version: "2.0" | ||
| maintainer: "[email protected]" | ||
| homepage: "https://github.com/mirage/ocaml-unikraft/" | ||
| dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git" | ||
| bug-reports: "https://github.com/mirage/ocaml-unikraft/issues" | ||
| tags: "org:mirage" | ||
| synopsis: | ||
| "Virtual package to ensure the QEMU Unikraft backend is installed for the default cross compiler" | ||
| description: | ||
| "This virtual package ensures that the QEMU backend is installed for the default `unikraft` ocamlfind cross toolchain." | ||
| authors: "Samuel Hym" | ||
| license: "MIT" | ||
| depends: [ | ||
| "ocaml-unikraft" | ||
| ("ocaml-unikraft-default-x86_64" & "ocaml-unikraft-backend-qemu-x86_64") | | ||
| ("ocaml-unikraft-default-arm64" & "ocaml-unikraft-backend-qemu-arm64") | ||
| ] | ||
| available: os = "linux" | ||
| x-maintenance-intent: ["(latest)"] |
25 changes: 25 additions & 0 deletions
25
packages/ocaml-unikraft-default-arm64/ocaml-unikraft-default-arm64.1.1.0/opam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| opam-version: "2.0" | ||
| maintainer: "[email protected]" | ||
| homepage: "https://github.com/mirage/ocaml-unikraft/" | ||
| dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git" | ||
| bug-reports: "https://github.com/mirage/ocaml-unikraft/issues" | ||
| tags: "org:mirage" | ||
| synopsis: | ||
| "OCaml default cross compiler to the freestanding Unikraft arm64 backends" | ||
| description: | ||
| "This package provides an OCaml cross compiler, suitable for linking with a Unikraft arm64 unikernel, as the default `unikraft` ocamlfind toolchain." | ||
| authors: "Samuel Hym" | ||
| license: "MIT" | ||
| depends: ["ocaml-unikraft-arm64" "ocamlfind"] | ||
| conflict-class: "ocaml-unikraft-default" | ||
| build: [ | ||
| [make "prefix=%{prefix}%" "OCUKARCH=arm64" "%{name}%.install"] | ||
| ] | ||
| url { | ||
| src: | ||
| "https://github.com/mirage/ocaml-unikraft/archive/refs/tags/v1.1.0.tar.gz" | ||
| checksum: | ||
| "sha256=97b9bdfd07ed0f031954138adbace930790d064ed3a590b9ff46f32f2433fde4" | ||
| } | ||
| available: os = "linux" | ||
| x-maintenance-intent: ["(latest)"] |
25 changes: 25 additions & 0 deletions
25
packages/ocaml-unikraft-default-x86_64/ocaml-unikraft-default-x86_64.1.1.0/opam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| opam-version: "2.0" | ||
| maintainer: "[email protected]" | ||
| homepage: "https://github.com/mirage/ocaml-unikraft/" | ||
| dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git" | ||
| bug-reports: "https://github.com/mirage/ocaml-unikraft/issues" | ||
| tags: "org:mirage" | ||
| synopsis: | ||
| "OCaml default cross compiler to the freestanding Unikraft x86_64 backends" | ||
| description: | ||
| "This package provides an OCaml cross compiler, suitable for linking with a Unikraft x86_64 unikernel, as the default `unikraft` ocamlfind toolchain." | ||
| authors: "Samuel Hym" | ||
| license: "MIT" | ||
| depends: ["ocaml-unikraft-x86_64" "ocamlfind"] | ||
| conflict-class: "ocaml-unikraft-default" | ||
| build: [ | ||
| [make "prefix=%{prefix}%" "OCUKARCH=x86_64" "%{name}%.install"] | ||
| ] | ||
| url { | ||
| src: | ||
| "https://github.com/mirage/ocaml-unikraft/archive/refs/tags/v1.1.0.tar.gz" | ||
| checksum: | ||
| "sha256=97b9bdfd07ed0f031954138adbace930790d064ed3a590b9ff46f32f2433fde4" | ||
| } | ||
| available: os = "linux" | ||
| x-maintenance-intent: ["(latest)"] |
12 changes: 12 additions & 0 deletions
12
packages/ocaml-unikraft-option-debug/ocaml-unikraft-option-debug.0.20.0/opam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| opam-version: "2.0" | ||
| maintainer: "[email protected]" | ||
| homepage: "https://github.com/mirage/ocaml-unikraft/" | ||
| dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git" | ||
| bug-reports: "https://github.com/mirage/ocaml-unikraft/issues" | ||
| tags: "org:mirage" | ||
| synopsis: | ||
| "Virtual package to enable debugging in the Unikraft backends" | ||
| authors: "Samuel Hym" | ||
| license: "MIT" | ||
| available: os = "linux" | ||
| x-maintenance-intent: ["(latest)"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
packages/ocaml-unikraft-toolchain-arm64/ocaml-unikraft-toolchain-arm64.0.20.0/opam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| opam-version: "2.0" | ||
| maintainer: "[email protected]" | ||
| homepage: "https://github.com/mirage/ocaml-unikraft/" | ||
| dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git" | ||
| bug-reports: "https://github.com/mirage/ocaml-unikraft/issues" | ||
| tags: "org:mirage" | ||
| synopsis: | ||
| "C toolchain to build an OCaml cross compiler to the freestanding Unikraft arm64 backends" | ||
| description: | ||
| "This package provides a C toolchain to build an OCaml cross compiler, suitable for linking with a Unikraft arm64 unikernel." | ||
| authors: "Samuel Hym" | ||
| license: "MIT" | ||
| depends: [ | ||
| "ocaml-unikraft-backend-qemu-arm64" {= version} | | ||
| "ocaml-unikraft-backend-firecracker-arm64" {= version} | ||
| ] | ||
| build: [ | ||
| [ | ||
| make | ||
| "-j%{jobs}%" | ||
| "LIB=%{lib}%" | ||
| "SHARE=%{share}%" | ||
| "OCUKARCH=arm64" | ||
| "%{name}%.install" | ||
| ] | ||
| ] | ||
| url { | ||
| src: | ||
| "https://github.com/mirage/ocaml-unikraft/archive/refs/tags/v1.1.0.tar.gz" | ||
| checksum: | ||
| "sha256=97b9bdfd07ed0f031954138adbace930790d064ed3a590b9ff46f32f2433fde4" | ||
| } | ||
| available: os = "linux" | ||
| x-maintenance-intent: ["(latest)"] | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
packages/ocaml-unikraft-toolchain-x86_64/ocaml-unikraft-toolchain-x86_64.0.20.0/opam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| opam-version: "2.0" | ||
| maintainer: "[email protected]" | ||
| homepage: "https://github.com/mirage/ocaml-unikraft/" | ||
| dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git" | ||
| bug-reports: "https://github.com/mirage/ocaml-unikraft/issues" | ||
| tags: "org:mirage" | ||
| synopsis: | ||
| "C toolchain to build an OCaml cross compiler to the freestanding Unikraft x86_64 backends" | ||
| description: | ||
| "This package provides a C toolchain to build an OCaml cross compiler, suitable for linking with a Unikraft x86_64 unikernel." | ||
| authors: "Samuel Hym" | ||
| license: "MIT" | ||
| depends: [ | ||
| "ocaml-unikraft-backend-qemu-x86_64" {= version} | | ||
| "ocaml-unikraft-backend-firecracker-x86_64" {= version} | ||
| ] | ||
| build: [ | ||
| [ | ||
| make | ||
| "-j%{jobs}%" | ||
| "LIB=%{lib}%" | ||
| "SHARE=%{share}%" | ||
| "OCUKARCH=x86_64" | ||
| "%{name}%.install" | ||
| ] | ||
| ] | ||
| url { | ||
| src: | ||
| "https://github.com/mirage/ocaml-unikraft/archive/refs/tags/v1.1.0.tar.gz" | ||
| checksum: | ||
| "sha256=97b9bdfd07ed0f031954138adbace930790d064ed3a590b9ff46f32f2433fde4" | ||
| } | ||
| available: os = "linux" | ||
| x-maintenance-intent: ["(latest)"] |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.