# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.4.2"
synopsis: "Implementation of the Light Weight Directory Access Protocol"
maintainer: ["Kate <kit.ty.kate@disroot.org>"]
authors: ["Eric Stokes <letaris@me.com>"]
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
tags: ["ldap"]
homepage: "https://github.com/kit-ty-kate/ocamldap"
doc: "https://kit-ty-kate.github.io/ocamldap"
bug-reports: "https://github.com/kit-ty-kate/ocamldap/issues"
depends: [
  "dune" {>= "2.7"}
  "ocaml" {>= "4.03.0"}
  "ocamlnet" {>= "3.6.0"}
  "pcre"
  "ssl" {>= "0.5.3"}
  "odoc" {with-doc}
]
conflicts: [
  "ocamldap" {!= "transition"}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/kit-ty-kate/ocamldap.git"
