Skip to content

ravomavain/camlsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caml Shell

Introduction

Camlsh is a camllight shell with line edition features.

Requirement

Camlsh require GNU readline library (and camllight)

Compiling

wget "http://caml.inria.fr/pub/distrib/caml-light-0.75/cl75unix.tar.gz"
tar -xvf cl75unix.tar.gz
cd ./cl75/src/
make configure world
cd ../../
make

Running

./camlsh -stdlib /usr/lib/caml-light

About

Camlsh is a camllight shell with line edition features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages