Skip to content

tmcgilchrist/ocaml-bitbucket

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

OCaml Bitbucket

This library provides an OCaml interface to the Bitbucket 2.0 API

It is not yet complete but lib/bitbucket.atd contains the data types that have been bound so far.

Development

For development I suggest creating an opam switch for this project.

# Setup isolated sandbox/switch
opam switch create 4.08.1-bitbucket 4.08.1

# Install deps
opam install --deps-only . -td

# Actually build
dune build

# Running tests
dune runtest

ocaml-bitbucket is distributed under the terms of the Berkeley Software Distribution license (3 clauses).

Documentation

Excellent inline documentation examples: https://carlosdagos.github.io/osh/osh/index.html

https://ocsigen.org/lwt

About

OCaml library for bitbucket API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published