-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
26 lines (21 loc) · 798 Bytes
/
_oasis
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
OASISFormat: 0.4
Name: ocaml-profiles
Version: 0.1
License: MIT
LicenseFile: LICENSE.txt
Authors: Carmelo Piccione
Synopsis: Ocaml Profling Tool
BuildTools: ocamlbuild
Plugins: META (0.4), DevFiles (0.4)
Library "ocaml_profiles_client"
Build: true
Pack: true
Path: lib
Modules: Ocaml_profiles_constants, Debug, Errors, Opam_config, Env_options, Arguments, Profiles, Packages, Pins, Depexts, Client
BuildDepends: opam-lib, opam-lib.client, fileutils, re, cmdliner, sequence, containers, gen, shell_support
Executable "ocaml-profiles"
Build: true
Path: bin
MainIs: ocaml_profiles.ml
BuildDepends: ocaml_profiles_client
AlphaFeatures : ocamlbuild_more_args