this repo has no description
0
fork

Configure Feed

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

Merge pull request #19178 from kit-ty-kate/fix-6

Add ocamlfind-secondary.1.9.1

authored by

Kate and committed by
GitHub
194a0499 fc9e66b5

+53 -2
+4 -2
packages/ocamlfind-secondary/ocamlfind-secondary.1.8.1/opam
··· 3 3 homepage: "https://github.com/ocaml/opam-repository" 4 4 bug-reports: "https://github.com/ocaml/opam-repository/issues" 5 5 build: ["./configure" "-sitelib" "%{ocaml-secondary-compiler:share}%/lib" "-no-camlp4"] 6 + dev-repo: "git+https://github.com/ocaml/ocamlfind.git" 7 + license: "MIT" 6 8 install: [ 7 9 [make "install-meta"] 8 10 ["mkdir" "-p" "%{lib}%/findlib.conf.d/"] ··· 12 14 ] 13 15 depends: [ 14 16 "ocaml-secondary-compiler" 15 - "ocamlfind" {= "1.8.1"} 17 + "ocamlfind" {= version} 16 18 ] 17 - synopsis: "ocamlfind support for ocaml-secondary-compiler" 19 + synopsis: "Adds support for ocaml-secondary-compiler to ocamlfind" 18 20 description: """ 19 21 Exposes the compiler built by the ocaml-secondary-compielr package via 20 22 -toolchain secondary. A virtual package called ocaml is also installed to
+3
packages/ocamlfind-secondary/ocamlfind-secondary.1.9.1/files/META.in
··· 1 + description = "OCaml Secondary Compiler" 2 + version = "%{ocaml-secondary-compiler:version}%" 3 + directory = "%{ocaml-secondary-compiler:share}%/bin"
+10
packages/ocamlfind-secondary/ocamlfind-secondary.1.9.1/files/ocaml-secondary-compiler.conf.in
··· 1 + path(secondary) = "%{ocaml-secondary-compiler:share}%/lib" 2 + destdir(secondary) = "%{ocaml-secondary-compiler:share}%/lib" 3 + stdlib(secondary) = "%{ocaml-secondary-compiler:share}%/lib" 4 + ocamlc(secondary) = "%{ocaml-secondary-compiler:share}%/bin/ocamlc" 5 + ocamlopt(secondary) = "%{ocaml-secondary-compiler:share}%/bin/ocamlopt" 6 + ocamlcp(secondary) = "%{ocaml-secondary-compiler:share}%/bin/ocamlcp" 7 + ocamlmklib(secondary) = "%{ocaml-secondary-compiler:share}%/bin/ocamlmklib" 8 + ocamlmktop(secondary) = "%{ocaml-secondary-compiler:share}%/bin/ocamlmktop" 9 + ocamldoc(secondary) = "%{ocaml-secondary-compiler:share}%/bin/ocamldoc" 10 + ocamldep(secondary) = "%{ocaml-secondary-compiler:share}%/bin/ocamldep"
+36
packages/ocamlfind-secondary/ocamlfind-secondary.1.9.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "David Allsopp <david.allsopp@metastack.com>" 3 + homepage: "https://github.com/ocaml/opam-repository" 4 + bug-reports: "https://github.com/ocaml/opam-repository/issues" 5 + build: ["./configure" "-sitelib" "%{ocaml-secondary-compiler:share}%/lib" "-no-camlp4"] 6 + dev-repo: "git+https://github.com/ocaml/ocamlfind.git" 7 + license: "MIT" 8 + install: [ 9 + [make "install-meta"] 10 + ["mkdir" "-p" "%{lib}%/findlib.conf.d/"] 11 + ["cp" "ocaml-secondary-compiler.conf" "%{lib}%/findlib.conf.d/"] 12 + ["mkdir" "-p" "%{ocaml-secondary-compiler:share}%/lib/ocaml"] 13 + ["cp" "META" "%{ocaml-secondary-compiler:share}%/lib/ocaml"] 14 + ] 15 + depends: [ 16 + "ocaml-secondary-compiler" 17 + "ocamlfind" {= version} 18 + ] 19 + synopsis: "Adds support for ocaml-secondary-compiler to ocamlfind" 20 + description: """ 21 + Exposes the compiler built by the ocaml-secondary-compielr package via 22 + -toolchain secondary. A virtual package called ocaml is also installed to 23 + locate the binary directory via `ocamlfind -toolchain secondary query ocaml`.""" 24 + authors: ["Gerd Stolpmann <gerd@gerd-stolpmann.de>" "David Allsopp <david.allsopp@metastack.com>"] 25 + substs: ["META" "ocaml-secondary-compiler.conf"] 26 + extra-files: [ 27 + ["META.in" "md5=8c6ea8a0158a33ed87e6c38a7d686d49"] 28 + ["ocaml-secondary-compiler.conf.in" "md5=367a7bb68e2e1e65a31356421ddc809c"] 29 + ] 30 + url { 31 + src: "http://download.camlcity.org/download/findlib-1.9.1.tar.gz" 32 + checksum: [ 33 + "md5=65e6dc9b305ccbed1267275fe180f538" 34 + "sha512=83a05f3e310fa7cabb0475c5525f7a87c1b6bc2dc5e39f094cabfb5d944a826a5581844ba00ec1a48dd96184eb9de3c4d1055cdddee2b83c700a2de5a6dc6f84" 35 + ] 36 + }