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

    caml-sexplib  most recent diff


    version 4.2.11

      View the most recent changes for the caml-sexplib port at: caml-sexplib.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for caml-sexplib.
      The raw portfile for caml-sexplib 4.2.11 is located here:
      http://caml-sexplib.darwinports.com/dports/devel/caml-sexplib/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-sexplib


      The caml-sexplib Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: caml-sexplib
      Version: 4.2.11
      distfiles sexplib310-${version}.tar.gz
      worksrcdir sexplib310-${version}
      Category: devel ml
      Maintainers: erickt openmaintainer
      Description: Automated code generation for converting OCaml-values to S-expressions
      Long Description: ${description}
      Homepage: http://www.ocaml.info/home/ocaml_sources.html
      Platform: darwin
      Master Sites: http://www.ocaml.info/ocaml_sources
      Checksums: md5 577c3c280c9b14e07cb09d9aa3849bd7 sha1 d421cc342e1f2e2003292b847b72c9d3ea164b1a rmd160 7fd5d94560c3963da7f378b795434a8810a7a255

      livecheck.type regex
      livecheck.regex "sexplib-(.*?).tar.gz"

      depends_lib port:ocaml port:caml-findlib port:caml-type-conv

      use_configure no

      build.env PREFIX=${prefix}

      set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib

      destroot.env OCAMLFIND_INSTFLAGS="-destdir $ocamlfind_destdir"

      pre-destroot {
      file mkdir $ocamlfind_destdir
      }

    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-sexplib
      % sudo port install caml-sexplib
      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-sexplib
      ---> Verifying checksum for caml-sexplib
      ---> Extracting caml-sexplib
      ---> Configuring caml-sexplib
      ---> Building caml-sexplib with target all
      ---> Staging caml-sexplib into destroot
      ---> Installing caml-sexplib
    - 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-sexplib with these commands:
      %  man caml-sexplib
      % apropos caml-sexplib
      % which caml-sexplib
      % locate caml-sexplib

     Where to find more information:

    Darwin Ports



    Lightbox this page.