# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Generates efficient JSON serializers, deserializers and validators" description: """ Atdgen is a command-line program that takes as input type definitions in the ATD syntax and produces OCaml code suitable for data serialization and deserialization. Two data formats are currently supported, these are biniou and JSON. Atdgen-biniou and Atdgen-json will refer to Atdgen used in one context or the other. Atdgen was designed with efficiency and durability in mind. Software authors are encouraged to use Atdgen directly and to write tools that may reuse part of Atdgen’s source code.""" maintainer: ["Rudi Grinberg "] authors: [ "Martin Jambon " "David Sheets " "Rudi Grinberg " "Ivan Jager " "Jeff Meister " "Carmelo Piccione " "Raman Varabets " "Mathieu Baudet " "Rauan Mayemir " "Louis Roché " "Brendan Long " "Christophe Troestler " "Vincent Bernardoff " "haoyang " ] license: "MIT" homepage: "https://github.com/ahrefs/atd" bug-reports: "https://github.com/ahrefs/atd/issues" depends: [ "ocaml" {>= "4.02"} "dune" {>= "2.0"} "atd" {>= "2.0.0"} "atdgen-runtime" {>= "2.0.0"} "atdgen-codec-runtime" {with-test} "biniou" {>= "1.0.6"} "yojson" {>= "1.7.0"} ] dev-repo: "git+https://github.com/ahrefs/atd.git" build: [ ["dune" "subst"] {pinned} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ]