opam-version: "1.2" name: "uecc" version: "1.0" authors: "Vincent Bernardoff " maintainer: "Vincent Bernardoff " license: "ISC" homepage: "https://github.com/vbmithr/ocaml-uecc" bug-reports: "https://github.com/vbmithr/ocaml-uecc/issues" dev-repo: "git://github.com/vbmithr/ocaml-uecc" 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+beta19.1"} "bigstring" {>= "0.1.1"} "alcotest" {test & >= "0.8.1"} "cstruct" {test & >= "3.2.1"} "hex" {test} ]