Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smondet/ocaml-avro
Manipulation of Apache Avro Schemas
https://github.com/smondet/ocaml-avro
Last synced: 16 days ago
JSON representation
Manipulation of Apache Avro Schemas
- Host: GitHub
- URL: https://github.com/smondet/ocaml-avro
- Owner: smondet
- Created: 2014-03-02T20:21:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-11T21:22:52.000Z (over 10 years ago)
- Last Synced: 2023-03-12T03:03:32.104Z (almost 2 years ago)
- Language: OCaml
- Size: 180 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ocaml-avro
==========Manipulation of Apache Avro Schemas
In other words, this tries to fix issue
[AVRO-1464](https://issues.apache.org/jira/browse/AVRO-1464).Build
-----For now the only (build) dependency is Oasis 0.4.
oasis setup
ocaml setup.ml -configure
ocaml setup.ml -buildLinks
------ [Apache Avro™ 1.7.6 Specification](http://avro.apache.org/docs/current/spec.html)
- Other languages:
[apache/avro/tree/trunk/lang](https://github.com/apache/avro/tree/trunk/lang)
- Test data:
[apache/avro/tree/trunk/share/test](https://github.com/apache/avro/tree/trunk/share/test)