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 ["./configure" "--prefix" prefix "--enable-tests"] 13 [make "build"] 14 [make "doc"] {with-doc} 15] 16install: [make "install"] 17depends: [ 18 "ocaml" {>= "3.12.1"} 19 "ocamlfind" {build} 20 "ocamlbuild" {build} 21 "ocamlnet" {>= "3.6.0"} 22 "pcre" 23 "ssl" 24 "base-bytes" 25] 26tags: [ 27 "ldap" 28] 29synopsis: "Implementation of the Light Weight Directory Access Protocol" 30url { 31 src: "https://github.com/kit-ty-kate/ocamldap/archive/2.3.0.tar.gz" 32 checksum: [ 33 "sha256=be85eccfa45de6066238da85c6ad2a409d69df245b6cd2b740ec2bf3400b587c" 34 "md5=6137a123978ac5b0dd301af26122e437" 35 ] 36}