File: ldap.opam

package info (click to toggle)
ocamldap 2.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 600 kB
  • sloc: ml: 6,435; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 814 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
opam-version: "2.0"
version: "2.5.1"
synopsis: "Implementation of the Light Weight Directory Access Protocol"
maintainer: ["Kate <kit-ty-kate@outlook.com>"]
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"}
  "re" {>= "1.3.0"}
  "camlp-streams" {>= "5.0.1"}
  "ssl" {>= "0.5.3"}
]
conflicts: [
  "ocamldap" {!= "transition"}
]
build: [
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
  ]
]
dev-repo: "git+https://github.com/kit-ty-kate/ocamldap.git"