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: 12 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mirage/ocaml-uri | An OCaml implementation of the RFC3986 specification for parsing URIs/URLs. | 98 |
mirage/ke | A high-performance queue implementation in OCaml with optional weight and limit support | 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 | 711 |
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,586 |
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 | 33 |
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 | A tool that formats OCaml code according to pre-defined styles and configurations | 633 |
mattjbray/ocaml-decoders | A combinator library that decodes JSON-like data into OCaml types | 84 |
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 | 455 |