Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kisom/ocaml_tools
various tools written in ocaml while i learn the language
https://github.com/kisom/ocaml_tools
Last synced: 18 days ago
JSON representation
various tools written in ocaml while i learn the language
- Host: GitHub
- URL: https://github.com/kisom/ocaml_tools
- Owner: kisom
- Created: 2011-05-28T01:53:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-12-02T08:49:46.000Z (almost 11 years ago)
- Last Synced: 2024-10-11T02:46:47.152Z (about 1 month ago)
- Language: OCaml
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
ocaml_tools
author: kyle isom
license: ISC / public-domain dual-licensedin trying to learn objective caml, i decided to try to write some system
utilities to learn how to be useful in the language. i have a feeling i'm
going to look back on this repo with embarassment later on, but c'est la vie.utilities:
wget: basic implementation of the GNU wget utility
cat: basic implementation of the UNIX cat utility
wc: basic implementation of the UNIX wc utilitylibraries:
common: module of common functionsmake targets:
all: builds all of the above binaries
libs: builds the library collection
clean: removes all libs and binariesdependencies:
the tools require the following packages:
* ocamlnet (http://projects.camlcity.org/projects/ocamlnet.html)