UNPKG

rarg

Version:

A simple, focused and expressive library for building command line applications. Optimised for native ReasonML/OCaml.

35 lines (34 loc) 516 B
{ "build": [ [ "bash", "-c", "#{os == 'windows' ? 'patch -p1 < ocplib-endian-0.8.patch' : 'true'}" ], [ "bash", "-c", "#{os == 'windows' ? 'patch -p1 < esy-fix.patch' : 'true'}" ], [ "ocaml", "setup.ml", "-configure", "--disable-debug", "--prefix", "#{self.install}" ], [ "ocaml", "setup.ml", "-build" ] ], "install": [ [ "ocaml", "setup.ml", "-install" ] ] }