Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmcgilchrist/ocaml-bitbucket
OCaml library for bitbucket API
https://github.com/tmcgilchrist/ocaml-bitbucket
ocaml
Last synced: 4 days ago
JSON representation
OCaml library for bitbucket API
- Host: GitHub
- URL: https://github.com/tmcgilchrist/ocaml-bitbucket
- Owner: tmcgilchrist
- Created: 2018-05-07T11:06:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T03:34:34.000Z (over 3 years ago)
- Last Synced: 2024-11-21T06:07:00.190Z (2 months ago)
- Topics: ocaml
- Language: OCaml
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.
``` shell
# 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
```Copyright and license
----------
`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.htmlhttps://ocsigen.org/lwt