Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.31 KB

README.md

File metadata and controls

48 lines (37 loc) · 1.31 KB

memcache-ocaml

Fork of http://komar.bitcheese.net/en/code/memcache-ocaml

Memcache support library for OCaml

  • This library is free software: you can redistribute it and/or modify
  • it under the terms of the GNU General Public License as published by
  • the Free Software Foundation, either version 3 of the License, or
  • (at your option) any later version.
  • This library is distributed in the hope that it will be useful,
  • but WITHOUT ANY WARRANTY; without even the implied warranty of
  • MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  • GNU General Public License for more details.
  • You should have received a copy of the GNU General Public License
  • along with this library. If not, see http://www.gnu.org/licenses/.
  • Copyright 2010 Alexander Markov

Building :

First you need to get

Then simply run

make

Installation :

sudo make install

Usage :

Generate the documentation

make doc

and watch it.