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