GithubHelp home page GithubHelp logo

tjr_lib's Introduction

tjr_lib_core and tjr_lib: simple OCaml utility libraries

Very simple modules for debugging, files, lists, strings and substrings, trees etc. NOTE there are two libraries: tjr_lib_core (for non-Unix stuff) and tjr_lib (for stuff that depends on OS facilities).

Quick links

Core vs non-core

Core is for pure-ocaml stuff. non_core is for stuff that depends on system-provided functionality (files etc). FIXME at the moment, core depends on json, which involves files etc

Building and installing

NOTE Building requires OCaml 4.07 for List.to_seq.

Build type Instructions
build from source In this directory type: make. NOTE this requires the dependencies to be manually installed first using opam.
install from source using opam In this directory, type: opam pin add tjr_lib . (NOTE the "." is part of the command.)
install from github using opam Type: opam pin add tjr_lib https://github.com/tomjridge/tjr_lib.git

Dependencies

tjr_lib_core:

Dependency Comment
yojson FIXME should move code which uses this to non-core
ppx_deriving_yojson tjr_tree pretty-printing; yojson_diff; FIXME consider moving to non-core
ppx_deriving_yojson.runtime ocamlfind lib installed with ppx_deriving_yojson
XX ppx_sexp_conv tjr_tree pretty-printing (currently commented out)
base, core_kernel no reason not to reuse functionality from these libs if possible

tjr_lib:

Dependency Comment
tjr_lib_core
bos read and write files; execute external command FIXME replace?
fileutils tjr_file, permissions handling
omd markdown processing
XX str (not needed anymore?) tjr_file (filename sanitization); doesn't need to be installed via opam?

tjr_lib's People

Contributors

tomjridge avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.