upstream: github.com/mirleft/ocaml-x509
0
fork

Configure Feed

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

Update lock file

+4 -4
+4 -4
x509.opam
··· 8 8 ] 9 9 license: "BSD-2-Clause" 10 10 tags: "org:mirage" 11 - homepage: "https://github.com/mirleft/ocaml-x509" 12 - doc: "https://mirleft.github.io/ocaml-x509/doc" 13 - bug-reports: "https://github.com/mirleft/ocaml-x509/issues" 11 + homepage: "https://tangled.org/gazagnaire.org/ocaml-x509" 12 + doc: "https://tangled.org/gazagnaire.org/ocaml-x509" 13 + bug-reports: "https://tangled.org/gazagnaire.org/ocaml-x509/issues" 14 14 depends: [ 15 15 "ocaml" {>= "4.13.0"} 16 16 "dune" {>= "2.0"} ··· 37 37 ["dune" "build" "-p" name "-j" jobs] 38 38 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 39 39 ] 40 - dev-repo: "git+https://github.com/mirleft/ocaml-x509.git" 40 + dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-x509.git" 41 41 synopsis: "Public Key Infrastructure (RFC 5280, PKCS) purely in OCaml" 42 42 description: """ 43 43 X.509 is a public key infrastructure used mostly on the Internet. It consists