this repo has no description
1opam-version: "2.0"
2maintainer: "martin@mjambon.com"
3authors: ["Martin Jambon"]
4
5homepage: "https://github.com/mjambon/atd"
6bug-reports: "https://github.com/mjambon/atd/issues"
7dev-repo: "git+https://github.com/mjambon/atd.git"
8build: [
9 ["jbuilder" "build" "-p" name "-j" jobs]
10 ["jbuilder" "runtest" "-p" name] {with-test}
11]
12depends: [
13 "ocaml" {< "5.0"}
14 "jbuilder" {>= "1.0+beta7"}
15 "menhir" {< "20211215"}
16 "easy-format"
17]
18synopsis: "Parser for the ATD data format description language"
19description: """
20ATD is the OCaml library providing a parser for the ATD language and
21various utilities. ATD stands for Adjustable Type Definitions in
22reference to its main property of supporting annotations that allow a
23good fit with a variety of data formats."""
24url {
25 src: "https://github.com/mjambon/atd/archive/v1.2.1.tar.gz"
26 checksum: [
27 "sha256=515663f1c48c3592e360079f92eea6db82d3d989f1df19b45e8179aec0d48e34"
28 "md5=b9bb48680f32c351bae6118537d094ea"
29 ]
30}
31extra-source "atd.install" {
32 src:
33 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/atd/atd.install.1.2.1"
34 checksum: [
35 "sha256=06806e82bbcab0b34831989c35ab32c12343753107a8b9e21002a1857af47f86"
36 "md5=85c0b001f598d183f5c15bab73fcbcac"
37 ]
38}