this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25405 from ixzzd/opam-publish-jsonschema2atd.0.0.2

Package jsonschema2atd.0.0.2

authored by

Marcello Seri and committed by
GitHub
73f24545 21f32663

+44
+44
packages/jsonschema2atd/jsonschema2atd.0.0.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Generate ATD types out of JSON Schema and OpenAPI document" 3 + description: "Generate ATD types out of JSON Schema and OpenAPI document" 4 + maintainer: "Egor Chemokhonenko <egor.chemohonenko@ahrefs.com>" 5 + authors: "Ahrefs" 6 + license: "MIT" 7 + homepage: "https://github.com/ahrefs/jsonschema2atd" 8 + bug-reports: "https://github.com/ahrefs/jsonschema2atd/issues" 9 + depends: [ 10 + "dune" {>= "3.0"} 11 + "ocaml" {>= "4.14"} 12 + "atdgen" {>= "2.7"} 13 + "atdgen-runtime" {>= "2.0"} 14 + "cmdliner" {>= "1.1.0"} 15 + "dune-build-info" 16 + "ocaml-lsp-server" {with-dev-setup} 17 + "ocamlformat" {with-dev-setup & = "0.24.1"} 18 + "odoc" {with-doc} 19 + "ounit2" {with-test} 20 + "yojson" 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@runtest" {with-test} 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + dev-repo: "git+https://github.com/ahrefs/jsonschema2atd.git" 37 + url { 38 + src: 39 + "https://github.com/ahrefs/jsonschema2atd/archive/refs/tags/0.0.2.tar.gz" 40 + checksum: [ 41 + "md5=74831bc11604208e02d552482389a1ae" 42 + "sha512=a9ef6ef9a8b0414b25a764c2f51cf6ad61730016d0822aa8303e9a519ee67d27cd28d89575cb28dfdb13dd4c98c5373182f82835030d6822bec021834dbb3675" 43 + ] 44 + }