-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_oasis
More file actions
14 lines (14 loc) · 674 Bytes
/
_oasis
File metadata and controls
14 lines (14 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OASISFormat: 0.4
Name: ppx_implicits_type_reduction
Version: 0.3.1
Synopsis: ppx_implicits: ppx extension for implicits, overloading and type classes.
Authors: Jun FURUSE
License: LGPL-2.0 with OCaml linking exception
Plugins: StdFiles (0.2)
BuildType: Custom (0.2)
InstallType: Custom (0.2)
XCustomBuild: sh -c "cp OMakeroot.in OMakeroot; unset OCAMLPARAM; omake"
XCustomInstall: sh -c "cp OMakeroot.in OMakeroot; unset OCAMLPARAM; omake install"
XCustomUninstall: sh -c "cp OMakeroot.in OMakeroot; unset OCAMLPARAM; omake uninstall"
XCustomBuildClean: sh -c "cp OMakeroot.in OMakeroot; unset OCAMLPARAM; omake clean"
BuildTools: omake