Skip to content

Commit a8ca1f2

Browse files
authored
Merge pull request #28421 from kit-ty-kate/opam-publish-ldap.2.5.2
Package ldap.2.5.2
2 parents 8793cd6 + 37df535 commit a8ca1f2

File tree

1 file changed

+40
-0
lines changed
  • packages/ldap/ldap.2.5.2

1 file changed

+40
-0
lines changed

packages/ldap/ldap.2.5.2/opam

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
opam-version: "2.0"
2+
synopsis: "Implementation of the Light Weight Directory Access Protocol"
3+
maintainer: "Kate <[email protected]>"
4+
authors: "Eric Stokes <[email protected]>"
5+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
6+
tags: "ldap"
7+
homepage: "https://github.com/kit-ty-kate/ocamldap"
8+
doc: "https://kit-ty-kate.github.io/ocamldap"
9+
bug-reports: "https://github.com/kit-ty-kate/ocamldap/issues"
10+
depends: [
11+
"base64" {>= "3.0.0"}
12+
"dune" {>= "2.7"}
13+
"ocaml" {>= "4.03.0"}
14+
"re" {>= "1.3.0"}
15+
"camlp-streams" {>= "5.0.1"}
16+
"ssl" {>= "0.5.3"}
17+
]
18+
conflicts: [
19+
"ocamldap" {!= "transition"}
20+
]
21+
build: [
22+
"dune"
23+
"build"
24+
"-p"
25+
name
26+
"-j"
27+
jobs
28+
"@install"
29+
"@runtest" {with-test}
30+
]
31+
dev-repo: "git+https://github.com/kit-ty-kate/ocamldap.git"
32+
url {
33+
src:
34+
"https://github.com/kit-ty-kate/ocamldap/releases/download/2.5.2/ldap-2.5.2.tar.gz"
35+
checksum: [
36+
"md5=746db5d6239931ff7ceff7a75bc61315"
37+
"sha512=8dcad3e5b86445c914ea6bb76e2a8fbf35deb674b226222a6482e3ffea0144b30f2e39bb2920b068b0c11f66a4bda3c12d5e1408e19739069ef066ce5b65980c"
38+
]
39+
}
40+
x-maintenance-intent: "(latest)"

0 commit comments

Comments
 (0)