this repo has no description

Merge pull request #21519 from gerdstolpmann/gerd/ocamlfind-1.9.5

upstream release ocamlfind-1.9.5

Kate 2e3c8b97 b1aa0b26

Changed files
+45
packages
ocamlfind
ocamlfind.1.9.5
+45
packages/ocamlfind/ocamlfind.1.9.5/opam
···
+
opam-version: "2.0"
+
synopsis: "A library manager for OCaml"
+
description: """
+
Findlib is a library manager for OCaml. It provides a convention how
+
to store libraries, and a file format ("META") to describe the
+
properties of libraries. There is also a tool (ocamlfind) for
+
interpreting the META files, so that it is very easy to use libraries
+
in programs and scripts.
+
"""
+
license: "MIT"
+
maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>"
+
authors: "Gerd Stolpmann <gerd@gerd-stolpmann.de>"
+
homepage: "http://projects.camlcity.org/projects/findlib.html"
+
bug-reports: "https://github.com/ocaml/ocamlfind/issues"
+
depends: [
+
"ocaml" {>= "4.00.0"}
+
]
+
depopts: ["graphics"]
+
build: [
+
[
+
"./configure"
+
"-bindir" bin
+
"-sitelib" lib
+
"-mandir" man
+
"-config" "%{lib}%/findlib.conf"
+
"-no-custom"
+
"-no-camlp4" {!ocaml:preinstalled & ocaml:version >= "4.02.0"}
+
"-no-topfind" {ocaml:preinstalled}
+
]
+
[make "all"]
+
[make "opt"] {ocaml:native}
+
]
+
install: [
+
[make "install"]
+
["install" "-m" "0755" "ocaml-stub" "%{bin}%/ocaml"] {ocaml:preinstalled}
+
]
+
dev-repo: "git+https://github.com/ocaml/ocamlfind.git"
+
url {
+
src: "http://download.camlcity.org/download/findlib-1.9.5.tar.gz"
+
checksum: [
+
"md5=8b893525ce36cb3d4d4952483bcc7cf4"
+
"sha512=03514c618a16b02889db997c6c4789b3436b3ad7d974348d2c6dea53eb78898ab285ce5f10297c074bab4fd2c82931a8b7c5c113b994447a44abb30fca74c715"
+
]
+
}
+