File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
packages/jasmin/jasmin.2025.06.1 Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 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.12"}
31+ "conf-ppl"
32+ "yojson" {>= "1.6.0"}
33+ "angstrom" {>= "0.14.0"}
34+ "ocamlfind" { build }
35+ ]
36+ patches: ["non-gnu-install.patch"]
37+ url {
38+ src: "https://github.com/jasmin-lang/jasmin/releases/download/v2025.06.1/jasmin-compiler-v2025.06.1.tar.bz2"
39+ checksum: "sha256=e92b42fa69da7c730b0c26dacf842a72b4febcaf4f2157a1dc18b3cce1f859fa"
40+ }
41+ extra-source "non-gnu-install.patch" {
42+ src: "https://github.com/jasmin-lang/jasmin/commit/e7309cab7a6312da3163e6aa8887900ccc36a6c7.patch?full_index=1"
43+ checksum: "sha256=e97788d33b103422d67a0948d998d2635db2c4be5aecc3cfeaa9bbba77653a92"
44+ }
You can’t perform that action at this time.
0 commit comments