Skip to content

Commit 3762500

Browse files
authored
Merge pull request ocaml#23605 from R1kM/master
Rename kremlin package into karamel
2 parents d985d4b + c6bc381 commit 3762500

File tree

2 files changed

+62
-0
lines changed
  • packages
    • karamel/karamel.1.0.0
    • kremlin/kremlin.transition

2 files changed

+62
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: "Jonathan Protzenko <[email protected]>"
4+
homepage: "https://github.com/fstarlang/karamel"
5+
license: "Apache-2.0"
6+
depends: [
7+
"ocaml" {>= "4.08.0"}
8+
"ocamlfind" {build}
9+
"batteries"
10+
"zarith"
11+
"stdint"
12+
"yojson"
13+
"ocamlbuild" {build}
14+
"fileutils"
15+
"menhir" {>= "20161115"}
16+
"pprint"
17+
"ulex"
18+
"process"
19+
"fix"
20+
"visitors"
21+
"wasm" {= "1.1.1"}
22+
"ppx_deriving"
23+
"ppx_deriving_yojson"
24+
"fstar" {= "2022.01.15"}
25+
]
26+
depexts: ["coreutils"] {os = "macos" & os-distribution = "homebrew"}
27+
conflicts: "kremlin" {!= "transition"}
28+
build: [
29+
[make "PREFIX=%{prefix}%"]
30+
]
31+
install: [
32+
[make "PREFIX=%{prefix}%" "install"]
33+
]
34+
remove: [
35+
[ "rm" "-rf"
36+
"%{prefix}%/lib/krml"
37+
"%{prefix}%/include/krml"
38+
"%{prefix}%/doc/krml"
39+
"%{prefix}%/bin/krml"
40+
"%{prefix}%/share/krml" ]
41+
]
42+
dev-repo: "git+https://github.com/FStarLang/karamel"
43+
bug-reports: "https://github.com/FStarLang/karamel/issues"
44+
synopsis: "A compiler from Low*, a low-level subset of F*, to C"
45+
flags: light-uninstall
46+
url {
47+
src: "https://github.com/ocaml/opam-source-archives/raw/main/kremlin-1.0.0.zip"
48+
checksum: [
49+
"md5=b8bf9167faca0927f86cf5bb1d3d987a"
50+
"sha512=e49938727bf31dc6fd739628be6fbe97fe01ec7dde2e7e72ee57af1ab2fc61934728f3b7b792268f432e6bb03a03f9aa48da9b7908b15ca9162fb0819790ccf2"
51+
]
52+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: "Jonathan Protzenko <[email protected]>"
4+
homepage: "https://github.com/fstarlang/kremlin"
5+
license: "Apache-2.0"
6+
depends: [
7+
"karamel"
8+
]
9+
synopsis: "Virtual package for the kremlin package now renamed into karamel. Can be safely uninstalled"
10+
bug-reports: "https://github.com/FStarLang/karamel/issues"

0 commit comments

Comments
 (0)