ocaml-cow
Web format parser library
A set of parsers and syntax extensions to manipulate web formats from OCaml code
Caml on the Web (COW) is a set of parsers and syntax extensions to let you manipulate HTML, CSS, XML, JSON and Markdown directly from OCaml code.
107 stars
26 watching
23 forks
Language: OCaml
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mirage/ocaml-uri | An OCaml implementation of the RFC3986 specification for parsing URI or URLs. | 98 |
mirage/ke | Fast implementation of queue data structure | 51 |
mirage/ocaml-dns | An OCaml implementation of the DNS protocol supporting most standard domain name system functions. | 105 |
mirage/ocaml-cohttp | An OCaml library for building HTTP clients and servers using various asynchronous programming libraries | 715 |
mirage/emile | A library to parse e-mail addresses with support for various RFCs and domain handling | 32 |
ocaml/merlin | Provides context-sensitive completion for the OCaml programming language in text editors. | 1,593 |
mirage/ocaml-rpc | A library that enables communication between OCaml applications using remote procedure calls with XML or JSON protocols | 96 |
mirage/digestif | Tools for implementing various hash algorithms in multiple programming languages. | 87 |
brendanlong/ocaml-ooxml | A collection of OCaml libraries for parsing and working with Microsoft Office document formats | 32 |
mirage/orm | Automatically generates functions to persist and query data using an object-relational mapping backend. | 60 |
ocaml-community/iso8601.ml | A parser and printer for date-times in ISO8601 format. | 29 |
ocaml-ppx/ocamlformat | Automates formatting of OCaml code to conform to specific coding standards | 642 |
mattjbray/ocaml-decoders | A combinator library that decodes JSON-like data into OCaml types | 85 |
mirage/decompress | A library implementing several decompression algorithms for various compression formats | 115 |
mirage/alcotest | A test framework for OCaml with a simple interface and query language | 458 |