Skip to content
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

ocaml-freestanding 0.4.3 #13679

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions packages/ocaml-freestanding/ocaml-freestanding.0.4.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
opam-version: "2.0"
maintainer: "Martin Lucina <martin@lucina.net>"
authors: "Martin Lucina <martin@lucina.net>"
homepage: "https://github.com/mirage/ocaml-freestanding"
bug-reports: "https://github.com/mirage/ocaml-freestanding/issues/"
license: "MIT"
tags: "org:mirage"
dev-repo: "git+https://github.com/mirage/ocaml-freestanding.git"
build: [make]
install: [make "install" "PREFIX=%{prefix}%"]
remove: [make "uninstall" "PREFIX=%{prefix}%"]
depends: [
"conf-pkg-config"
"ocamlfind" {build}
"ocaml-src" {build}
("solo5-bindings-hvt" | "solo5-bindings-virtio" | "solo5-bindings-muen" | "solo5-bindings-genode")
"ocaml" {>= "4.04.2" & < "4.08.0"}
]
substs: [
"flags/cflags.tmp"
"flags/libs.tmp"
]
conflicts: [
"sexplib" {= "v0.9.0"}
"solo5-kernel-ukvm"
"solo5-kernel-virtio"
"solo5-kernel-muen"
Copy link
Member

@samoht samoht Mar 17, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"solo5-kernel-muen"
"solo5-kernel-muen"
"ocaml-system"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather be in favour to close this PR and release ocaml-freestanding without the symlink (as PR'ed in mirage/ocaml-solo5#51, same for xen mirage/mirage-platform#208)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

He someone is keen to do the work, yes sur no pb :p if not we can just merge this PR (as we did for mirage-platform) and wait for the next release to get support for the system compiler.

]
available: [
((os = "linux" & (arch = "x86_64" | arch = "arm64"))
| (os = "freebsd" & arch = "x86_64")
| (os = "openbsd" & arch = "x86_64"))
]
synopsis: "Freestanding OCaml runtime"
description:
"This package provides a freestanding OCaml runtime (asmrun), suitable for linking with a unikernel base layer."
url {
src: "https://github.com/mirage/ocaml-freestanding/archive/v0.4.3.tar.gz"
checksum: "sha512=480124d4818b5b38a264927d1daaf570a0ad0f995f18293557c5538eafd0504519304ebdb216888f5f059337492d7ee32eff15ee5a9269a52b354cd10e46d328"
}