Skip to content

AoiKuiyuyou/AoikWinWhich-OCaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoikWinWhich

AoikWinWhich written in OCaml.

Tested working with:

  • OCPWin 20141117
  • Windows 8.1
  • Windows earlier versions should work but not tested

Table of Contents

Setup

Clone this git repository to local:

git clone https://github.com/AoiKuiyuyou/AoiWinWhich-OCaml

In the local repository directory, the source file is aoikwinwhich.ml.

Use program ocaml to run without compiling:

ocaml src/aoikwinwhich/aoikwinwhich.ml

Use program ocamlc to compile:

ocamlc str.cma src\aoikwinwhich\aoikwinwhich.ml -o aoikwinwhich.exe
  • ocamlc does not recognize #load "str.cma";; in the source file. Comment out this line before compiling.
  • The generated program file is ./aoikwinwhich.exe.

Usage

See usage in the general project AoikWinWhich.

About

Windows version of Linux's ”which” program, written in OCaml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages