ocamlfind.1.9.8+dune.pkg (1014B)
1 (version 1.9.8+dune) 2 3 (install 4 (all_platforms 5 (progn 6 (run %{make} install) 7 (when 8 %{pkg:ocaml:preinstalled} 9 (run install -m 0755 ocaml-stub %{bin}/ocaml))))) 10 11 (build 12 (all_platforms 13 ((action 14 (progn 15 (run 16 ./configure 17 -bindir 18 %{bin} 19 -sitelib 20 %{lib} 21 -mandir 22 %{man} 23 -config 24 %{lib}/findlib.conf 25 -with-relative-paths-at 26 %{prefix} 27 -no-custom 28 (when 29 (catch_undefined_var 30 (and_absorb_undefined_var 31 (not %{pkg:ocaml:preinstalled}) 32 (>= %{pkg:ocaml:version} 4.02.0)) 33 false) 34 -no-camlp4) 35 -no-topfind) 36 (run %{make} all) 37 (when %{pkg:ocaml:native} (run %{make} opt))))))) 38 39 (depends 40 (all_platforms (ocaml))) 41 42 (source 43 (fetch 44 (url 45 https://github.com/ocaml/ocamlfind/archive/refs/tags/findlib-1.9.8.tar.gz) 46 (checksum 47 sha512=8967986de2ab4ec5993f437b0a4206742adf37aa7a292a3bba0a04438d78539b84d001191e60b2d5bde98a695b38cba2593b7051f7749adbdb964a0df3c4b661)))