this repo has no description

Package jsonschema2atd.0.0.3

Changed files
+45
packages
jsonschema2atd
jsonschema2atd.0.0.3
+45
packages/jsonschema2atd/jsonschema2atd.0.0.3/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Generate ATD types out of JSON Schema and OpenAPI document"
+
description: "Generate ATD types out of JSON Schema and OpenAPI document"
+
maintainer: ["Egor Chemokhonenko <egor.chemohonenko@ahrefs.com>"]
+
authors: ["Ahrefs"]
+
license: "MIT"
+
homepage: "https://github.com/ahrefs/jsonschema2atd"
+
bug-reports: "https://github.com/ahrefs/jsonschema2atd/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"ocaml" {>= "4.10"}
+
"atdgen" {>= "2.7"}
+
"atdgen-runtime" {>= "2.0"}
+
"cmdliner" {>= "1.1.0"}
+
"dune-build-info"
+
"ocaml-lsp-server" {with-dev-setup}
+
"ocamlformat" {with-dev-setup & = "0.24.1"}
+
"odoc" {with-doc}
+
"ounit2" {with-test}
+
"yojson"
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ahrefs/jsonschema2atd.git"
+
url {
+
src:
+
"https://github.com/ahrefs/jsonschema2atd/archive/refs/tags/0.0.3.tar.gz"
+
checksum: [
+
"md5=8fd01d574c534f8f113f8c434e17f731"
+
"sha512=5ff33bc638307d41e8e41c3de44470bfb66b7c4ca3636aa58869accf37f5b2c732928e7d0bfd5ec63492f8463863d901e3a0b979a2a105acc7392ec0aa51a856"
+
]
+
}