ocaml-derive 0.16.0

OCaml procedural macros
Documentation
[package]
name = "ocaml-derive"
version = "0.16.0"
authors = ["Zach Shipko <zachshipko@gmail.com>"]
edition = "2018"
license = "ISC"
keywords = ["ocaml-rs", "proc-macro"]
repository = "https://github.com/zshipko/ocaml-rs"
description = "OCaml procedural macros"
documentation = "https://docs.rs/ocaml-derive"
readme = "./README.md"

[lib]
proc-macro = true

[dependencies]
syn = {version = "1", features = ["full"]}
proc-macro2 = {version = "1"}
synstructure = "0.12"
quote = "1"