this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26553 from beldmian/opam-publish-kuznechik.0.1.0

Package kuznechik.0.1.0

authored by

Calascibetta Romain and committed by
GitHub
6d3ca303 9feb7c69

+39
+39
packages/kuznechik/kuznechik.0.1.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Implementation of Kuzneechik cipher" 4 + description: 5 + "Implementation of Kuznechik block cipher from Russian GOST standart" 6 + maintainer: ["Belousov Dmitry <beldmian@gmail.com>"] 7 + authors: ["Belousov Dmitry <beldmian@gmail.com>"] 8 + license: "MIT" 9 + homepage: "https://github.com/beldmian/kuznechik" 10 + doc: "https://github.com/beldmian/kuznechik" 11 + bug-reports: "https://github.com/beldmian/kuznechik/issues" 12 + depends: [ 13 + "ocaml" {>= "4.14.0"} 14 + "dune" {>= "3.16"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/beldmian/kuznechik.git" 32 + url { 33 + src: 34 + "https://github.com/beldmian/kuznechik/archive/refs/tags/v0.1.0.tar.gz" 35 + checksum: [ 36 + "md5=40169fbdb60ddeae996e8580b6007dac" 37 + "sha512=a3409720631ccda61380ec487d61acdfff8a295684855ac54de10bdca48c5462fdc244ab0fb9a98c614858126d615d21d32c6e42436321794990571e1395fb60" 38 + ] 39 + }