this repo has no description
0
fork

Configure Feed

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

Package kuznechik.0.2.0

+41
+41
packages/kuznechik/kuznechik.0.2.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" {>= "5.1.0"} 14 + "dune" {>= "3.16"} 15 + "core" {>= "v0.17.0"} 16 + "core_bench" {"v0.17.0" >= with-test} 17 + "odoc" {with-doc} 18 + ] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ] 33 + dev-repo: "git+https://github.com/beldmian/kuznechik.git" 34 + url { 35 + src: 36 + "https://github.com/beldmian/kuznechik/archive/refs/tags/v0.2.0.tar.gz" 37 + checksum: [ 38 + "md5=a9e2e8b396f28ddd56aa0bdd43ee6c0b" 39 + "sha512=9009bb0abfe86a7ed41caa27579ad45ef1310bc2127a1782dc438e94f43a14c4ad4aa854156dcd698e099bb167d5876717caf98e9d91148c772a310c5b0d1c83" 40 + ] 41 + }