this repo has no description
1opam-version: "2.0" 2synopsis: "Implementation of the Light Weight Directory Access Protocol" 3maintainer: ["Kate <kit.ty.kate@disroot.org>"] 4authors: ["Eric Stokes <letaris@me.com>"] 5license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 6tags: ["ldap"] 7homepage: "https://github.com/kit-ty-kate/ocamldap" 8doc: "https://kit-ty-kate.github.io/ocamldap" 9bug-reports: "https://github.com/kit-ty-kate/ocamldap/issues" 10depends: [ 11 "dune" {>= "2.7"} 12 "ocaml" {>= "4.03.0"} 13 "ocamlnet" {>= "3.6.0"} 14 "pcre" 15 "ssl" {>= "0.5.3"} 16 "odoc" {with-doc} 17] 18conflicts: [ 19 "ocamldap" {!= "transition"} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@doc" {with-doc} 32 ] 33] 34dev-repo: "git+https://github.com/kit-ty-kate/ocamldap.git" 35url { 36 src: 37 "https://github.com/kit-ty-kate/ocamldap/releases/download/2.4.2/ldap-2.4.2.tbz" 38 checksum: [ 39 "sha256=2f7fa9d27e12e3604c6f84384aa31ab98fffd06fe7c9e5354a387a15131a708e" 40 "sha512=e0e2bc1e974059bdd1f1c64a6fd4fa933307bbb055de9af4099ed407842ef455887fdfab7af7b8407bf62797ed98c2d67434200dbd54a3acc791f2493fb5da79" 41 ] 42} 43x-commit-hash: "39be816cdf530a10ce0e534bbdc6bad039c51375"