#js_of_ocaml Bindings for d3
##Foreword
This folder contains d3 bindings for the OCaml language through the js_of_ocaml compiler. It includes a d3 repository in order to keep track of the d3 project. This binding doesn't include d3's code in anyway.
##Usage
To compile, you need the js_of_ocaml
compiler available at ocsigen.org and
make
.
##Licence
js_of_ocaml bindings for the d3 library Copyright (C) 2011 Raphaël Proust
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, with linking exception; either version 2.1 of the License, or (at your option) any later version.
This program 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.