We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e435d commit 55d2a38Copy full SHA for 55d2a38
packages/kremlin/kremlin.transition/opam
@@ -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