24 lines
650 B
Plaintext
24 lines
650 B
Plaintext
opam-version: "1.2"
|
|
name: "tweetnacl"
|
|
version: "dev"
|
|
authors: "Vincent Bernardoff <vb@luminar.eu.org>"
|
|
maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
|
|
license: "ISC"
|
|
homepage: "https://github.com/vbmithr/ocaml-tweetnacl"
|
|
bug-reports: "https://github.com/vbmithr/ocaml-tweetnacl/issues"
|
|
dev-repo: "git://github.com/vbmithr/ocaml-tweetnacl"
|
|
|
|
available: [
|
|
ocaml-version >= "4.02.0"
|
|
]
|
|
|
|
build: [ "jbuilder" "build" "-j" jobs "-p" name "@install" ]
|
|
build-test: [ "jbuilder" "runtest" "-p" name "-j" jobs ]
|
|
depends: [
|
|
"jbuilder" {build & >= "1.0+beta16"}
|
|
"hex" {>= "1.2.0"}
|
|
"cstruct" {>= "3.2.1"}
|
|
"zarith" {>= "1.7" }
|
|
"alcotest" { test }
|
|
]
|