this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml-ified interfaces for the ProScript Cryptography Library" 3description: """\ 4Dirsp is a short form for Diskuv Implementations of Research Security Protocols. 5The [dirsp-proscript] library vends an OCaml-ified interface for the 6ProScript language. ProScript is a subset of JavaScript that can be 7verified with formal security proofs.""" 8maintainer: "opensource+dirsp-proscript@support.diskuv.com" 9authors: "[Diskuv, Inc. <opensource+dirsp-proscript@support.diskuv.com>]" 10license: "Apache-2.0" 11tags: "org:diskuv" 12homepage: "https://github.com/diskuv/dirsp-exchange" 13bug-reports: "https://github.com/diskuv/dirsp-exchange/issues" 14depends: [ 15 "ocaml" {>= "4.08.0"} 16 "dune" {>= "2.6.0"} 17 "cstruct" {>= "6.0.0"} 18 "ppx_deriving_protobuf" {>= "3.0.0"} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 ["dune" "build" "-p" name "-j" jobs] 23 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 24] 25dev-repo: "git+https://github.com/diskuv/dirsp-exchange.git" 26url { 27 src: "https://github.com/diskuv/dirsp-exchange/archive/0.1.0.tar.gz" 28 checksum: [ 29 "md5=a3c6f4b221fb9732bc55ab4c44e39c14" 30 "sha512=0500d75ff0d3ac187e876d0c3b888ce7d6396ea5bf55ec4aca4a0adfc4ac76d3838bbcb2d6efcc40e2cecb7fc2070ebe362ed2a6606dc42790588f7a0966d199" 31 ] 32}