Skip to content

Commit d3b56b8

Browse files
committed
Add jasmin.2025.06.1
1 parent 7949ff4 commit d3b56b8

File tree

1 file changed

+43
-0
lines changed
  • packages/jasmin/jasmin.2025.06.1

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+
14+
build: [
15+
[make "all"]
16+
]
17+
install: [
18+
[make "install" "PREFIX=%{prefix}%"]
19+
]
20+
depends: [
21+
"ocaml" {>= "4.12" & build}
22+
"batteries" {>= "3.5"}
23+
"cmdliner" {>= "1.1" & build }
24+
"dune" {>= "3.7"}
25+
"menhir" {>= "20160825" & build}
26+
"menhirLib"
27+
"camlidl"
28+
"zarith" {>= "1.9"}
29+
"apron" {>= "v0.9.12"}
30+
"conf-ppl"
31+
"yojson" {>= "1.6.0"}
32+
"angstrom" {>= "0.14.0"}
33+
"ocamlfind" { build }
34+
]
35+
patches: ["non-gnu-install.patch"]
36+
url {
37+
src: "https://github.com/jasmin-lang/jasmin/releases/download/v2025.06.1/jasmin-compiler-v2025.06.1.tar.bz2"
38+
checksum: "sha256=e92b42fa69da7c730b0c26dacf842a72b4febcaf4f2157a1dc18b3cce1f859fa"
39+
}
40+
extra-source "non-gnu-install.patch" {
41+
src: "https://github.com/jasmin-lang/jasmin/commit/e7309cab7a6312da3163e6aa8887900ccc36a6c7.patch?full_index=1"
42+
checksum: "sha256=e97788d33b103422d67a0948d998d2635db2c4be5aecc3cfeaa9bbba77653a92"
43+
}

0 commit comments

Comments
 (0)