Caml-sqlite3 version 1.5.6 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    caml-sqlite3  most recent diff


    version 1.5.6

      View the most recent changes for the caml-sqlite3 port at: caml-sqlite3.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for caml-sqlite3.
      The raw portfile for caml-sqlite3 1.5.6 is located here:
      http://caml-sqlite3.darwinports.com/dports/devel/caml-sqlite3/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/caml-sqlite3


      The caml-sqlite3 Portfile 59417 2009-10-14 20:37:29Z avsm macports.org $

      PortSystem 1.0

      Name: caml-sqlite3
      Version: 1.5.6
      Category: devel ml databases
      Maintainers: landonf stechert openmaintainer
      Description: OCaml bindings for SQLite 3
      Long Description: ${description}

      Homepage: http://www.ocaml.info/home/ocaml_sources.html
      Platform: darwin
      Master Sites: http://www.ocaml.info/ocaml_sources/

      distname ocaml-sqlite3-${version}

      Checksums: md5 12d7e7b5021ed871379eae7c05dfe2a0 sha1 07c6ec985dc7d99b730d82d70f20ea6478dd6f4d rmd160 4fa6fd912bc35472e7295705db5c37e4ae4d25ef

      depends_lib port:ocaml port:caml-findlib port:sqlite3

      Patch Files: patch-Makefile.in

      configure.args --with-sqlite3=${prefix}

      use_parallel_build no

      pre-destroot {
      set ocaml_site_path [exec ocamlfind printconf destdir]
      file mkdir ${destroot}/${ocaml_site_path}
      file mkdir ${destroot}/${ocaml_site_path}/stublibs
      }

      livecheck.type regex
      livecheck.regex {>ocaml-sqlite3-release-(.*)\.tar\.bz2}

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/caml-sqlite3
      % sudo port install caml-sqlite3
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching caml-sqlite3
      ---> Verifying checksum for caml-sqlite3
      ---> Extracting caml-sqlite3
      ---> Configuring caml-sqlite3
      ---> Building caml-sqlite3 with target all
      ---> Staging caml-sqlite3 into destroot
      ---> Installing caml-sqlite3
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using caml-sqlite3 with these commands:
      %  man caml-sqlite3
      % apropos caml-sqlite3
      % which caml-sqlite3
      % locate caml-sqlite3

     Where to find more information:

    Darwin Ports



    Lightbox this page.