Skip to content

Commit fcabd6c

Browse files
committed
Add jasmin.2025.06.2
1 parent 2a5ab3f commit fcabd6c

File tree

1 file changed

+39
-0
lines changed
  • packages/jasmin/jasmin.2025.06.2

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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+
authors: ["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://gitlab.com/jasmin-lang/jasmin-compiler.git"
13+
x-maintenance-intent: ["(latest)"]
14+
15+
build: [
16+
[make "all"]
17+
]
18+
install: [
19+
[make "install" "PREFIX=%{prefix}%"]
20+
]
21+
depends: [
22+
"ocaml" {>= "4.12" & build}
23+
"batteries" {>= "3.5"}
24+
"cmdliner" {>= "1.1" & build }
25+
"dune" {>= "3.7"}
26+
"menhir" {>= "20160825" & build}
27+
"menhirLib"
28+
"camlidl"
29+
"zarith" {>= "1.9"}
30+
"apron" {>= "v0.9.13"}
31+
"conf-ppl"
32+
"yojson" {>= "1.6.0"}
33+
"angstrom" {>= "0.14.0"}
34+
"ocamlfind" { build }
35+
]
36+
url {
37+
src: "https://github.com/jasmin-lang/jasmin/releases/download/v2025.06.2/jasmin-compiler-v2025.06.2.tar.bz2"
38+
checksum: "sha256=aa0d21f532c1560a0939244cfd1c8414ba2b42c9d1403960f458500446cb1ebb"
39+
}

0 commit comments

Comments
 (0)