forked from FStarLang/karamel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
karamel.opam
51 lines (51 loc) · 1.28 KB
/
karamel.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
opam-version: "2.0"
maintainer: "[email protected]"
authors: "Jonathan Protzenko <[email protected]>"
homepage: "https://github.com/fstarlang/karamel"
license: "Apache-2.0"
depends: [
"ocaml" {>= "4.10.0"}
"ocamlfind" {build}
"batteries"
"zarith"
"stdint"
"yojson"
"ocamlbuild" {build}
"fileutils"
"menhir" {>= "20161115"}
"pprint"
"ulex"
"process"
"fix"
"visitors"
"wasm" {>= "2.0.0"}
"ppx_deriving"
"ppx_deriving_yojson"
"fstar"
]
depexts: ["coreutils"] {os = "macos" & os-distribution = "homebrew"}
build: [
[make "PREFIX=%{prefix}%"]
]
install: [
[make "PREFIX=%{prefix}%" "install"]
]
remove: [
[ "rm" "-rf"
"%{prefix}%/lib/krml"
"%{prefix}%/include/krml"
"%{prefix}%/doc/karamel"
"%{prefix}%/bin/krml"
"%{prefix}%/share/krml" ]
]
dev-repo: "git+https://github.com/FStarLang/karamel"
bug-reports: "https://github.com/FStarLang/karamel/issues"
synopsis: "A compiler from Low*, a low-level subset of F*, to C"
flags: light-uninstall
url {
src: "https://github.com/FStarLang/karamel/archive/refs/tags/v1.0.0.zip"
checksum: [
"md5=683260ca8947fcb0ce134cb8385193fc"
"sha512=d63930487484d82114c7621a34fd31923bacb735aafdb6c9fe4d6de45c01b6a31cff235abcc2e22d2a1445b9b17d321023d2e731c725986021d371be36a6df6b"
]
}