forked from mirage/ocaml-base64
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam
24 lines (24 loc) · 737 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
opam-version: "1.2"
maintainer: "[email protected]"
authors: [ "Thomas Gazagnaire"
"Anil Madhavapeddy"
"Peter Zotov" ]
license: "ISC"
homepage: "https://github.com/mirage/ocaml-base64"
doc: "http://mirage.github.io/ocaml-base64"
bug-reports: "https://github.com/mirage/ocaml-base64/issues"
dev-repo: "git://github.com/mirage/ocaml-base64.git"
depends: [
"base-bytes"
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build}
"bos" {test}
"rresult" {test}
"alcotest" {test}
]
build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "false" ]
build-test: [
[ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true" ]
[ "ocaml" "pkg/pkg.ml" "test" ]
]