this repo has no description
1opam-version: "2.0"
2license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
3maintainer: "Kate <kit.ty.kate@disroot.org>"
4authors: [
5 "Kate <kit.ty.kate@disroot.org>"
6 "Eric Stokes <letaris@me.com>"
7]
8homepage: "https://github.com/kit-ty-kate/ocamldap"
9dev-repo: "git+https://github.com/kit-ty-kate/ocamldap.git"
10bug-reports: "https://github.com/kit-ty-kate/ocamldap/issues"
11build: [
12 ["jbuilder" "build" "-p" name "-j" jobs]
13]
14depends: [
15 "ocaml"
16 "jbuilder" {>= "1.0+beta18"}
17 "ocamlnet" {>= "3.6.0"}
18 "pcre"
19 "ssl" {>= "0.5.3"}
20]
21tags: ["ldap"]
22conflicts: [
23 "ocamldap" {!= "transition"}
24]
25synopsis: "Implementation of the Light Weight Directory Access Protocol"
26url {
27 src: "https://github.com/kit-ty-kate/ocamldap/archive/2.4.0.tar.gz"
28 checksum: [
29 "sha256=b5b3d095351ec4af7c93795fd9c8e68d8f106cea910f72414846402bc20f3a96"
30 "md5=ab4569687487ee49427aa0a93f02e375"
31 ]
32}