-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
906 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
compiler: | ||
- 4.01.0 | ||
- 4.02.3 | ||
repository: | ||
- ocamlfind | ||
git: | ||
- https://github.com/michipili/broken.git | ||
- https://github.com/michipili/mixture.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
language: c | ||
sudo: false | ||
addons: | ||
apt: | ||
sources: | ||
- avsm | ||
packages: | ||
- ocaml | ||
- opam | ||
- ocaml-native-compilers | ||
install: sh -ex ./Library/Ancillary/autoinstall bmake bsdowl opam | ||
script: sh -ex ./Library/Ancillary/travisci | ||
cache: | ||
directories: | ||
- ${HOME}/.local | ||
- ${HOME}/.opam | ||
env: | ||
- TRAVIS_OCAML_VERSION=4.01.0 | ||
- TRAVIS_OCAML_VERSION=4.02.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#!/bin/sh | ||
|
||
### autoinstall -- Autoinstall for Travis CI | ||
|
||
# Lemonade (https://github.com/michipili/lemonade) | ||
# This file is part of Lemonade | ||
# | ||
# Copyright © 2015 Michael Grünewald | ||
# | ||
# This file must be used under the terms of the CeCILL-B. | ||
# This source file is licensed as described in the file COPYING, which | ||
# you should have received as part of this distribution. The terms | ||
# are also available at | ||
# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt | ||
|
||
: ${local:=${HOME}/.local} | ||
: ${srcdir:=${HOME}/.local/sources} | ||
|
||
if [ -f "${local}/.anvil_autoinstall_cached" ]; then exit 0; fi | ||
|
||
git clone 'https://github.com/michipili/anvil' "${srcdir}/anvil" | ||
/bin/sh -ex "${srcdir}/anvil/subr/anvil_travisci_autoinstall.sh" "$@"\ | ||
&& touch "${local}/.anvil_autoinstall_cached" | ||
|
||
### End of file `autoinstall' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/bin/sh | ||
|
||
### travisci -- Continuous integration test for travis | ||
|
||
# Lemonade (https://github.com/michipili/lemonade) | ||
# This file is part of Lemonade | ||
# | ||
# Copyright © 2015 Michael Grünewald | ||
# | ||
# This file must be used under the terms of the CeCILL-B. | ||
# This source file is licensed as described in the file COPYING, which | ||
# you should have received as part of this distribution. The terms | ||
# are also available at | ||
# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt | ||
|
||
INSTALL_PREFIX="${HOME}/.local" | ||
|
||
eval $(opam config env) | ||
autoconf | ||
./configure --prefix="${INSTALL_PREFIX}" | ||
bmake -I "${INSTALL_PREFIX}/share/bsdowl" all | ||
|
||
### End of file `travisci' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,14 +12,17 @@ | |
# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt | ||
|
||
PACKAGE= lemonade | ||
VERSION= 0.1.0 | ||
VERSION= 0.2.0 | ||
OFFICER= [email protected] | ||
|
||
MODULE= ocaml.lib:src | ||
MODULE+= ocaml.meta:meta | ||
MODULE+= ocaml.manual:manual | ||
|
||
EXTERNAL= ocaml.findlib:mixture | ||
SUBDIR= testsuite | ||
|
||
EXTERNAL= ocaml.findlib:broken | ||
EXTERNAL+= ocaml.findlib:mixture | ||
|
||
CONFIGURE+= Makefile.config.in | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
# Lemonade, the sparkling monad library | ||
|
||
The **Lemonade** project aims at providing a comprehensive monad | ||
library for OCaml module system. | ||
The **Lemonade** project aims at providing a comprehensive standard | ||
monad library for OCaml. | ||
|
||
[![Build Status](https://travis-ci.org/michipili/lemonade.svg?branch=master)](https://travis-ci.org/michipili/lemonade?branch=master) | ||
|
||
It implements the following monads: | ||
|
||
- `Lemonade_Lazy` | ||
- `Lemonade_List` | ||
- `Lemonade_Maybe` | ||
- `Lemonade_Success` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
name="lemonade" | ||
version="@VERSION@" | ||
description="Monad library with bubbles" | ||
requires="mixture" | ||
archive(byte) = "lemonade.cma" | ||
archive(native) = "lemonade.cmxa" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.