# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "4.1.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: [
  "Louis Roché <louis@louisroche.net>"
  "Martin Jambon <martin@mjambon.com>"
  "Rudi Grinberg <me@rgrinberg.com>"
]
authors: [
  "Martin Jambon <martin@mjambon.com>"
  "Martin Jambon <martin@r2c.dev>"
  "Rudi Grinberg <rudi.grinberg@gmail.com>"
  "Martin Jambon <github@mjambon.com>"
  "Alexandre Bourquelot <alexandre.bourquelot@ahrefs.com>"
  "oleksiy <oleksiy.golovko@ahrefs.com>"
  "Ivan Jager <aij+git@mrph.org>"
  "Martin Jambon <martin@semgrep.com>"
  "Gregoire Lionnet <gregoire.lionnet@ahrefs.com>"
  "Sebastien Mondet <sebastien.mondet@ahrefs.com>"
  "David Sheets <sheets@alum.mit.edu>"
  "Rudi Grinberg <me@rgrinberg.com>"
  "Martin Jambon <martin@esper.com>"
  "Rytis Jonynas <rytis.jonynas@ahrefs.com>"
  "Jeff Meister <nanaki@gmail.com>"
  "Raman Varabets <roman.vorobets@gmail.com>"
  "Carmelo Piccione <carmelo.piccione@gmail.com>"
  "Louis <louis.roche@ahrefs.com>"
  "Caio Wakamatsu <caio.wakamatsu@ahrefs.com>"
  "Marek Kubica <marek@tarides.com>"
  "Daniel Weil <danweil68@gmail.com>"
  "Egor Chemokhonenko <egor.chemohonenko@ahrefs.com>"
  "Gabriel Scherer <gabriel.scherer@gmail.com>"
  "Javier Chavarri <javier.chavarri@gmail.com>"
  "Louis Roché (Ahrefs) <louis.roche@ahrefs.com>"
  "Matthew McQuaid <matthew@returntocorp.com>"
  "Raman Varabets <raman+git@ahrefs.com>"
  "koonwen <koonwen@gmail.com>"
  "tzm <frank@boldsolutions.de>"
  "Mathieu Baudet <mathieubaudet@fb.com>"
  "Oleksiy Golovko <alexei.golovko@gmail.com>"
  "Rauan Mayemir <rauan@mayemir.io>"
  "Seb Mondet <seb@mondet.org>"
  "Alexandre Bourquelot <alexandre.bourquelot@gmail.com>"
  "Carmelo Piccione <cep1@solvuu.com>"
  "Hyeseong Kim <hey@hyeseong.kim>"
  "John Billings <john@monkeynut.org>"
  "Louis Roché <louis@louisroche.net>"
  "Mathieu Barbin <mathieu.barbin@gmail.com>"
  "Zach Yannes <zach@returntocorp.com>"
  "Antonin Décimo <antonin@tarides.com>"
  "Brendan Long <self@brendanlong.com>"
  "Chris Yocum <cyocum@gmail.com>"
  "Kate <kit.ty.kate@disroot.org>"
  "Louis Roché <louis.roche@ahrefs.com>"
  "Pavel Antoshkin <pavel.antoshkin@ahrefs.com>"
  "Pierre Boutillier <pierre.boutillier@laposte.net>"
  "Shon Feder <shon.feder@key.me>"
  "metanivek <metanivek@gmail.com>"
  "sebastiantoh <sebas.tsj.98@gmail.com>"
  "Anurag Soni <anuragsoni.13@gmail.com>"
  "Arjun Ravi Narayan <arjunravinarayan@gmail.com>"
  "Asya-kawai <kawai-toshiki@aintek.xyz>"
  "Christophe Troestler <christophe.Troestler@umons.ac.be>"
  "Corentin Leruth <corentin.leruth@gmail.com>"
  "Damien Doligez <ddoligez@janestreet.com>"
  "Daniel M <dan.mntg@gmail.com>"
  "Ding Xiang Fei <dingxiangfei2009@protonmail.ch>"
  "Enrico Tassi <Enrico.Tassi@Inria.fr>"
  "François Pottier <francois.pottier@inria.fr>"
  "Javier Chávarri <javier.chavarri@gmail.com>"
  "Jonas Bergler <jonas@bergler.name>"
  "Kate <kit-ty-kate@exn.st>"
  "Koon Wen Lee <koonwen@gmail.com>"
  "Louis <mail+github@louisroche.net>"
  "Louis Roché <louis@cryptosense.com>"
  "Stephane Legrand <slegrand45@gmail.com>"
  "Vincent Bernardoff <vb@luminar.eu.org>"
  "Zach <zachyannes@gmail.com>"
  "haoyang <haoyang@esper.co>"
  "pmundkur <prashanth.mundkur@gmail.com>"
  "rr0gi <igor@ahrefs.com>"
  "ygrek <ygrek@autistici.org>"
]
license: "MIT"
homepage: "https://github.com/ahrefs/atd"
bug-reports: "https://github.com/ahrefs/atd/issues"
depends: [
  "dune" {>= "3.18"}
  "ocaml" {>= "4.14"}
  "alcotest" {with-test}
  "atd" {>= "4.0.0"}
  "atdgen-runtime" {>= "3.0.0"}
  "atdgen-codec-runtime" {with-test}
  "biniou" {>= "1.0.6"}
  "yojson" {>= "2.0.1"}
  "odoc" {with-doc}
  "re"
]
dev-repo: "git+https://github.com/ahrefs/atd.git"
x-maintenance-intent: ["(latest)"]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@doc" {with-doc}
  ]
]
