Skip to content

Splitting the OCaml bindings from the main PLplot repository.

Notifications You must be signed in to change notification settings

feseal/ocaml-plplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Plplot library ocaml bindings. Plplot library contains ocaml bindings. It can be installed with operating system package manager.

e.g. in Ubuntu it can be installed with command:

$ apt-get install libplplot-ocaml

But when you use opam and switches between different compiler version, you are caused to build and install plplot from sources.

Current project offers other solution:

  • install plplot library from your operating system package manager
  • download plplot library source from package manager
  • build and install ocaml bindings from source with opam

Installation

Install plplot library from your package manager

$ apt-get install libplplot-dev

Build and install bindings with opam:

$ sh download-source.sh
$ oasis setup
$ ./configure
$ make
$ make install

About

Splitting the OCaml bindings from the main PLplot repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published