Skip to content

Commit 55d2a38

Browse files
committed
Add kremlin.transition
1 parent 48e435d commit 55d2a38

File tree

1 file changed

+27
-0
lines changed
  • packages/kremlin/kremlin.transition

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
"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+
synopsis: "Virtual package for the kremlin package now renamed into karamel. Can be safely uninstalled"

0 commit comments

Comments
 (0)