forked from hannesm/ocaml-x509
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam
33 lines (30 loc) · 955 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
opam-version: "1.2"
name: "x509"
homepage: "https://github.com/mirleft/ocaml-x509"
dev-repo: "https://github.com/mirleft/ocaml-x509.git"
bug-reports: "https://github.com/mirleft/ocaml-x509/issues"
doc: "https://mirleft.github.io/ocaml-x509/doc"
author: [ "David Kaloper <[email protected]>" "Hannes Mehnert <[email protected]>" ]
maintainer: [ "Hannes Mehnert <[email protected]>" "David Kaloper <[email protected]>" ]
license: "BSD2"
build: [
["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
]
build-test: [
["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true"]
["ocaml" "pkg/pkg.ml" "test"]
]
depends: [
"ocamlfind" {build}
"ocamlbuild" {build}
"ppx_sexp_conv" {build}
"topkg" {build}
"cstruct" {>= "1.6.0"}
"sexplib"
"asn1-combinators" {>= "0.1.1"}
"nocrypto" {>= "0.5.3"}
"astring"
"ounit" {test}
]
tags: [ "org:mirage" ]
available: [ ocaml-version >= "4.02.2" ]