-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_oasis
More file actions
24 lines (21 loc) · 700 Bytes
/
_oasis
File metadata and controls
24 lines (21 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
OASISFormat: 0.4
Name: ppx_memo
Version: 0.01
Synopsis: ppx extension for memoizing functions easily in ocaml
Authors: Ghiles Ziat et Rémy El Sibaïe Besognet
License: LGPL
Plugins: META (0.4), DevFiles (0.4)
BuildTools: ocamlbuild
OCamlVersion: >= 4.02
PreInstallCommand: $ocamlfind install ppx_memo lib/META
PreUninstallCommand: $ocamlfind remove ppx_memo
Executable ppx_memo
Path: ./
BuildDepends:
compiler-libs.common,
ppx_tools.metaquot
MainIs: ppx_memo.ml
CompiledObject: best
Test test_ppx_protobuf
Command: ocamlbuild -use-ocamlfind -package unix -cflags '-ppx ./ppx_memo.native' test.byte
TestTools: ppx_memo