{
  "authors": [
    "Rod Chapman"
  ],
  "depends-on": [
    {
      "gnat": ">=12.1.1"
    }
  ],
  "description": "Verified SPARK 2014 re-implementation of TweetNaCl cryptographic library",
  "gpr-externals": {
    "SPARKNACL_BUILD_MODE": [
      "debug",
      "O1",
      "O2",
      "O3",
      "Os"
    ],
    "SPARKNACL_COMPILE_CHECKS": [
      "enabled",
      "disabled"
    ],
    "SPARKNACL_CONTRACTS": [
      "enabled",
      "disabled"
    ],
    "SPARKNACL_LIBRARY_TYPE": [
      "relocatable",
      "static",
      "static-pic"
    ],
    "SPARKNACL_RUNTIME_CHECKS": [
      "enabled",
      "disabled"
    ],
    "SPARKNACL_RUNTIME_MODE": [
      "full",
      "zfp"
    ],
    "SPARKNACL_STYLE_CHECKS": [
      "enabled",
      "disabled"
    ],
    "SPARKNACL_TARGET_ARCH": [
      "unspecified",
      "rv32im",
      "rv32imc",
      "rv32imc_a4"
    ]
  },
  "licenses": "BSD-3-Clause",
  "long-description": "SPARK 2014 re-implementation of TweetNaCl cryptographic library, with fully automated proofs of type safety and some correctness properties",
  "maintainers": [
    "Rod Chapman <rod@proteancode.com>",
    "Jon Andrew <jonfandrew@fastmail.com>"
  ],
  "maintainers-logins": [
    "rod-chapman",
    "docandrew"
  ],
  "name": "sparknacl",
  "origin": {
    "commit": "3bb462a1e645fe473a3910d09e0d7f0df8d1b926",
    "url": "git+https://github.com/rod-chapman/sparknacl.git"
  },
  "tags": [
    "spark",
    "cryptography",
    "security",
    "nacl",
    "curve25519",
    "ed25519",
    "tweetnacl"
  ],
  "version": "4.0.0",
  "website": "https://github.com/rod-chapman/SPARKNaCl"
}
