this repo has no description
0
fork

Configure Feed

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

Merge pull request #24989 from leostera/release-castore-0.0.1

[new release] castore (0.0.1)

authored by

Marcello Seri and committed by
GitHub
d0429eaf dcf8b49f

+37
+37
packages/castore/castore.0.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A portable CA Store with a global .crt and .pem files" 3 + maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"] 4 + authors: ["Leandro Ostera <leandro@abstractmachines.dev>"] 5 + license: "MIT" 6 + tags: ["https" "tls" "cert" "crt" "pem" "ca" "ca store"] 7 + homepage: "https://github.com/leostera/castore" 8 + bug-reports: "https://github.com/leostera/castore/issues" 9 + depends: [ 10 + "ocaml" {>= "5.1"} 11 + "dune" {>= "3.11"} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "@install" 24 + "@runtest" {with-test} 25 + "@doc" {with-doc} 26 + ] 27 + ] 28 + dev-repo: "git+https://github.com/leostera/castore.git" 29 + url { 30 + src: 31 + "https://github.com/leostera/castore/releases/download/0.0.1/castore-0.0.1.tbz" 32 + checksum: [ 33 + "sha256=881ab402b92a8bcfe56d0c2083962e3a1ec8fd250ca18e60e9ce1ff2b19b67e1" 34 + "sha512=2d6fecf03bcd2baf445e1b9d00dd7b957d32c73a5f2bd8377055f851a27c493fe1c5a02df03ffc23f1672f062dd7ce96998556bf662a98b3e820b2967a5bb8a0" 35 + ] 36 + } 37 + x-commit-hash: "b825cdaad2178267c94a8d81eb74d57909b196ca"