Skip to content

Commit 1dce70f

Browse files
authored
Merge pull request #23846 from vbgl/jasmin-2022.09.3
Add jasmin.2022.09.3
2 parents 2d7248e + b06325c commit 1dce70f

File tree

1 file changed

+37
-0
lines changed
  • packages/jasmin/jasmin.2022.09.3

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
opam-version: "2.0"
2+
synopsis: "Compiler for High-Assurance and High-Speed Cryptography"
3+
description: """
4+
Jasmin is a workbench for high-assurance and high-speed cryptography. Jasmin
5+
implementations aim at being efficient, safe, correct, and secure.
6+
"""
7+
maintainer: "Jean-Christophe Léchenet <[email protected]>"
8+
author: "Jasmin authors and contributors"
9+
license: "MIT"
10+
homepage: "https://github.com/jasmin-lang/jasmin"
11+
bug-reports: "https://github.com/jasmin-lang/jasmin/issues"
12+
dev-repo: "git+https://github.com/jasmin-lang/jasmin.git"
13+
14+
depends: [
15+
"ocaml" {>= "4.08.0" & build}
16+
"batteries" {>= "3.4.0"}
17+
"menhir" {>= "20160825" & build}
18+
"menhirLib"
19+
"camlidl"
20+
"zarith" {>= "1.9.0"}
21+
"apron" {>= "v0.9.12"}
22+
"conf-ppl"
23+
"yojson" {>= "1.6.0"}
24+
"ocamlbuild" { build }
25+
"ocamlfind" { build }
26+
]
27+
build: [
28+
[make "-C" "compiler" "build"]
29+
]
30+
install: [
31+
["mkdir" "-p" "%{prefix}%/bin"]
32+
["cp" "compiler/_build/entry/jasminc.native" "%{prefix}%/bin/jasminc"]
33+
]
34+
url {
35+
src: "https://github.com/jasmin-lang/jasmin/releases/download/v2022.09.3/jasmin-compiler-v2022.09.3.tar.bz2"
36+
checksum: "sha256=0822d4177183790ad622eaf5bded7d5af78d88e47fea44555ae53bc2f9971868"
37+
}

0 commit comments

Comments
 (0)