this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #18349 from kit-ty-kate/opam-publish-ocamlfind.1.9.1

Package ocamlfind.1.9.1

authored by

Anil Madhavapeddy and committed by
GitHub
56849ed4 75ff8383

+45
+1
packages/ocamlfind/ocamlfind.1.9.0/opam
··· 40 40 extra-files: [ 41 41 ["fix-bsd.patch" "md5=00e4db61fceee51af794c3a36e4cef0e"] 42 42 ] 43 + available: false 43 44 dev-repo: "git+https://gitlab.camlcity.org/gerd/lib-findlib.git" 44 45 url { 45 46 src: "https://github.com/ocaml/ocamlfind/archive/findlib-1.9.tar.gz"
+44
packages/ocamlfind/ocamlfind.1.9.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A library manager for OCaml" 3 + description: """ 4 + Findlib is a library manager for OCaml. It provides a convention how 5 + to store libraries, and a file format ("META") to describe the 6 + properties of libraries. There is also a tool (ocamlfind) for 7 + interpreting the META files, so that it is very easy to use libraries 8 + in programs and scripts. 9 + """ 10 + license: "MIT" 11 + maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>" 12 + authors: "Gerd Stolpmann <gerd@gerd-stolpmann.de>" 13 + homepage: "http://projects.camlcity.org/projects/findlib.html" 14 + bug-reports: "https://github.com/ocaml/ocamlfind/issues" 15 + depends: [ 16 + "ocaml" {>= "4.00.0"} 17 + ] 18 + depopts: ["graphics"] 19 + build: [ 20 + [ 21 + "./configure" 22 + "-bindir" bin 23 + "-sitelib" lib 24 + "-mandir" man 25 + "-config" "%{lib}%/findlib.conf" 26 + "-no-custom" 27 + "-no-camlp4" {!ocaml:preinstalled & ocaml:version >= "4.02.0"} 28 + "-no-topfind" {ocaml:preinstalled} 29 + ] 30 + [make "all"] 31 + [make "opt"] {ocaml:native} 32 + ] 33 + install: [ 34 + [make "install"] 35 + ["install" "-m" "0755" "ocaml-stub" "%{bin}%/ocaml"] {ocaml:preinstalled} 36 + ] 37 + dev-repo: "git+https://github.com/ocaml/ocamlfind.git" 38 + url { 39 + src: "http://download.camlcity.org/download/findlib-1.9.1.tar.gz" 40 + checksum: [ 41 + "md5=65e6dc9b305ccbed1267275fe180f538" 42 + "sha512=83a05f3e310fa7cabb0475c5525f7a87c1b6bc2dc5e39f094cabfb5d944a826a5581844ba00ec1a48dd96184eb9de3c4d1055cdddee2b83c700a2de5a6dc6f84" 43 + ] 44 + }