File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Implementation of the Light Weight Directory Access Protocol"
3+ maintainer: "Kate <
[email protected] >"
4+ authors: "Eric Stokes <
[email protected] >"
5+ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
6+ tags: "ldap"
7+ homepage: "https://github.com/kit-ty-kate/ocamldap"
8+ doc: "https://kit-ty-kate.github.io/ocamldap"
9+ bug-reports: "https://github.com/kit-ty-kate/ocamldap/issues"
10+ depends: [
11+ "dune" {>= "2.7"}
12+ "ocaml" {>= "4.03.0"}
13+ "ocamlnet" {>= "3.6.0"}
14+ "re" {>= "1.3.0"}
15+ "camlp-streams" {>= "5.0.1"}
16+ "ssl" {>= "0.5.3"}
17+ ]
18+ conflicts: [
19+ "ocamldap" {!= "transition"}
20+ ]
21+ build: [
22+ "dune"
23+ "build"
24+ "-p"
25+ name
26+ "-j"
27+ jobs
28+ "@install"
29+ "@runtest" {with-test}
30+ ]
31+ dev-repo: "git+https://github.com/kit-ty-kate/ocamldap.git"
32+ url {
33+ src:
34+ "https://github.com/kit-ty-kate/ocamldap/releases/download/2.5.1/ldap-2.5.1.tar.gz"
35+ checksum: [
36+ "md5=d28ce5956436f129dc2fb4f94f0b277a"
37+ "sha512=b28e31a471321b4fcde93d47c9d7d3bf0f317be36a96116ef45a9fbd2b957f843df94cf70121b9e6d60c0a98117deba898366f0e03ec7e08ff2e4aafb6b03d5c"
38+ ]
39+ }
You can’t perform that action at this time.
0 commit comments