this repo has no description

Merge pull request #20755 from psafont/licenses

Add License to conf-libev and conf-pam packages

Kate ae76a8bc f325e639

Changed files
+3 -1
packages
conf-libev
conf-libev.4-11
conf-libev.4-12
conf-pam
conf-pam.1
+1
packages/conf-libev/conf-libev.4-11/opam
···
maintainer: "https://github.com/ocaml/opam-repository/issues"
homepage: "http://software.schmorp.de/pkg/libev.html"
authors: "Marc Lehmann"
+
license: "BSD-2-Clause"
build: [["sh" "./build.sh"]]
depends: [
"ocaml" {>= "3.11.0"}
+1
packages/conf-libev/conf-libev.4-12/opam
···
maintainer: "https://github.com/ocaml/opam-repository/issues"
homepage: "http://software.schmorp.de/pkg/libev.html"
authors: "Marc Lehmann"
+
license: "BSD-2-Clause"
build: [["sh" "./build.sh"]]
depends: [
"ocaml" {>= "3.11.0"}
+1 -1
packages/conf-pam/conf-pam.1/opam
···
author: "https://github.com/linux-pam"
maintainer: "Jane Street developers"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
-
+
license: "BSD-3-Clause"
depexts: [
["libpam0g-dev"] {os-family = "debian"}
["pam-devel"] {os-distribution = "centos"}