Skip to content

Commit

Permalink
Set up OASIS
Browse files Browse the repository at this point in the history
  • Loading branch information
murmour committed May 2, 2017
1 parent 7efe86f commit 149be87
Show file tree
Hide file tree
Showing 7 changed files with 8,095 additions and 0 deletions.
37 changes: 37 additions & 0 deletions INSTALL.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
(* OASIS_START *)
(* DO NOT EDIT (digest: affffd2898ed42b1fc3e01fdaf7c3552) *)

This is the INSTALL file for the pa_solution distribution.

This package uses OASIS to generate its build system. See section OASIS for
full information.

Dependencies
============

In order to compile this package, you will need:
* ocaml (>= 4.01.0)
* findlib

Installing
==========

1. Uncompress the source archive and go to the root of the package
2. Run 'ocaml setup.ml -configure'
3. Run 'ocaml setup.ml -build'
4. Run 'ocaml setup.ml -install'

Uninstalling
============

1. Go to the root of the package
2. Run 'ocaml setup.ml -uninstall'

OASIS
=====

OASIS is a program that generates a setup.ml file using a simple '_oasis'
configuration file. The generated setup only depends on the standard OCaml
installation: no additional library is required.

(* OASIS_STOP *)
22 changes: 22 additions & 0 deletions _tags
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# OASIS_START
# DO NOT EDIT (digest: 8eacf039683d3c81776e3b40096f2584)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
true: annot, bin_annot
<**/.svn>: -traverse
<**/.svn>: not_hygienic
".bzr": -traverse
".bzr": not_hygienic
".hg": -traverse
".hg": not_hygienic
".git": -traverse
".git": not_hygienic
"_darcs": -traverse
"_darcs": not_hygienic
# Library pa_solution
"src/pa_solution.cmxs": use_pa_solution
<src/*.ml{,i,y}>: package(camlp4.extend)
<src/*.ml{,i,y}>: package(camlp4.lib)
<src/*.ml{,i,y}>: package(camlp4.quotations)
# OASIS_STOP
Loading

0 comments on commit 149be87

Please sign in to comment.