opam-version: "2.0"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
maintainer: "Kate <kit.ty.kate@disroot.org>"
authors: [
  "Kate <kit.ty.kate@disroot.org>"
  "Eric Stokes <letaris@me.com>"
]
homepage: "https://github.com/kit-ty-kate/ocamldap"
dev-repo: "git+https://github.com/kit-ty-kate/ocamldap.git"
bug-reports: "https://github.com/kit-ty-kate/ocamldap/issues"
build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml"
  "jbuilder"
  "ocamlnet" {>= "3.6.0"}
  "pcre"
  "ssl" {>= "0.5.3"}
]
tags: ["ldap"]
conflicts: [
  "ocamldap" {!= "transition"}
]
synopsis: "Implementation of the Light Weight Directory Access Protocol"
url {
  src: "https://github.com/kit-ty-kate/ocamldap/archive/2.4.0.tar.gz"
  checksum: "md5=ab4569687487ee49427aa0a93f02e375"
}
