Skip to content

paurkedal/ocaml-mediawiki-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MediaWiki API for OCaml

Synopsis

This package implements the MediaWiki API for OCaml clients. It uses the Lwt library for concurrency. It provides a low-level interface, as well as a more experimental typed interface. It also ships with a command line utility mw-edit which can edit parts of wiki pages using a template to delimit automatically updated content.

Status

The high-level functionality should be considered experimental, since parts of the interface is expected to change. On the other hand, the core module Mwapi_lwt can be used directly if one is willing to do the encoding and decoding for the queries.

Installation

The package is available though the [author's OPAM repository][1]:

opam repo add paurkedal https://github.com/paurkedal/opam-repo-paurkedal.git
opam install mediawiki-api

About

MediaWiki API

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages