opam-version: "2.0" synopsis: "Runtime for atdgen generated bucklescript converters" description: """ This library contains the types that are used by atdgen's bucklescript backend""" maintainer: [ "Louis Roché " "Martin Jambon " "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: [ "dune" {>= "2.8"} "ocaml" {>= "4.08"} "odoc" {with-doc} ] dev-repo: "git+https://github.com/ahrefs/atd.git" build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc} ] ] url { src: "https://github.com/ahrefs/atd/releases/download/2.3.3/atdgen-codec-runtime-2.3.3.tbz" checksum: [ "sha256=3a25addaebfe13b48a44fe3e6de88e9c50ea62433dfd3684f0a894d957d1eb47" "sha512=a4375cb465b9d34b1bab49f331600b108241342e1957d9a2332eec5dd55ecf70021c21a6bb2431f015359e46dffbdae06a21c4f5c98c7e9ef3911bb7dca9461b" ] } x-commit-hash: "28b612fbe750408ce58c3e952196460b2d7f5894"