-
Notifications
You must be signed in to change notification settings - Fork 4
/
gilbraltar.opam
28 lines (28 loc) · 1018 Bytes
/
gilbraltar.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
opam-version: "2.0"
maintainer: "Romain Calascibetta <[email protected]>"
authors: "Romain Calascibetta <[email protected]>"
homepage: "https://github.com/dinosaure/gilbraltar"
bug-reports: "https://github.com/dinosaure/gilbraltar/issues/"
license: "MIT"
tags: "org:mirage"
dev-repo: "git+https://github.com/dinosaure/gilbraltar.git"
build: [
["sh" "-c" "cd caml ; ./configure.sh --prefix=%{prefix}%" ]
["sh" "-c" "cd caml ; %{make}% -j%{jobs}%"]
]
install: ["sh" "-c" "cd caml ; %{make}% install" ]
depends: [
"dune" {>= "2.8.0"}
"ocamlfind" {build}
"ocaml-src" {build}
"gilbraltar-toolchain" {build}
"ocaml" {>= "4.08.0" & < "4.15.0"}
]
available: [
( (os = "linux" & (arch = "x86_64" | arch = "arm64"))
| (os = "freebsd" & arch = "x86_64")
| (os = "openbsd" & arch = "x86_64"))
]
synopsis: "Raspberry Pi 4 OCaml compiler"
description:
"This package provides a freestanding OCaml cross-compiler, suitable for linking with a unikernel base layer for Raspberry Pi 4."