opam-version: "2.0" license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" maintainer: "Kate " authors: [ "Kate " "Eric Stokes " ] 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] ] depends: [ "ocaml" "jbuilder" {>= "1.0+beta18"} "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: [ "sha256=b5b3d095351ec4af7c93795fd9c8e68d8f106cea910f72414846402bc20f3a96" "md5=ab4569687487ee49427aa0a93f02e375" ] }