-
Notifications
You must be signed in to change notification settings - Fork 0
/
jwt_c.opam
35 lines (35 loc) · 889 Bytes
/
jwt_c.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
34
35
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Bindings to libjwt"
description:
"OCaml bindings for libjwt (https://github.com/benmcollins/libjwt)"
maintainer: ["Team Raccoons <[email protected]>"]
authors: ["Team Raccoon"]
homepage: "https://github.com/issuu/ocaml-libjwt"
doc: "https://issuu.github.io/ocaml-libjwt/"
bug-reports: "https://github.com/issuu/ocaml-libjwt/issues"
depends: [
"dune" {>= "1.11"}
"alcotest" {with-test}
"ppx_deriving" {with-test}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/issuu/ocaml-libjwt.git"
depexts: [
["libjwt-dev"] {os-distribution = "debian"}
["libjwt-dev"] {os-distribution = "ubuntu"}
["libjwt"] {os-distribution = "homebrew"}
]