this repo has no description
0
fork

Configure Feed

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

Merge pull request #26748 from japendergrass/opam-publish-openapi-opium.1.0.1

3 packages from jhuapl-saralab/openapi-ocaml at 1.0.1

authored by

Marcello Seri and committed by
GitHub
935edce7 f7a6ac4b

+120
+39
packages/openapi-opium/openapi-opium.1.0.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Openapi documentation generation for Opium" 4 + description: 5 + "Shim layer around Opium.App (https://github.com/rgrinberg/opium/) for producing Openapi documentation pages" 6 + maintainer: ["J. Aaron Pendergrass <james.pendergrass@jhuapl.edu>"] 7 + authors: ["J. Aaron Pendergrass <james.pendergrass@jhuapl.edu>"] 8 + license: "BSD-3-Clause" 9 + homepage: "https://github.com/jhuapl-saralab/openapi-ocaml" 10 + bug-reports: "https://github.com/jhuapl-saralab/openapi-ocaml/issues" 11 + depends: [ 12 + "dune" {>= "2.8"} 13 + "openapi" {= "1.0.1"} 14 + "opium" {>= "0.20.0"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/jhuapl-saralab/openapi-ocaml.git" 32 + url { 33 + src: 34 + "https://github.com/jhuapl-saralab/openapi-ocaml/archive/refs/tags/v1.0.1.tar.gz" 35 + checksum: [ 36 + "md5=f96c9e50fbc5f09a66a6c5044dadc786" 37 + "sha512=6419b8c5ec28d1a74c25607e69b2fa2a9eae5ff40b6a31674181e6d09cbcba71f97f925ac6cc69a9f9fc1eacd4f22b6499b7c6a7dd29919f6e8123140b4157e0" 38 + ] 39 + }
+42
packages/openapi/openapi.1.0.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Openapi documentation infrastructure" 4 + description: 5 + "Core types and functions for creating openapi compliant documentation using JSON schemas" 6 + maintainer: ["J. Aaron Pendergrass <james.pendergrass@jhuapl.edu>"] 7 + authors: ["J. Aaron Pendergrass <james.pendergrass@jhuapl.edu>"] 8 + license: "BSD-3-Clause" 9 + homepage: "https://github.com/jhuapl-saralab/openapi-ocaml" 10 + bug-reports: "https://github.com/jhuapl-saralab/openapi-ocaml/issues" 11 + depends: [ 12 + "dune" {>= "2.8"} 13 + "yojson" {>= "2.1.2"} 14 + "core" {>= "v0.16.0"} 15 + "ppx_yojson_conv" {>= "v0.16.0"} 16 + "ppx_yojson_conv_lib" {>= "v0.16.0"} 17 + "ppx_deriving" {>= "5.2.1"} 18 + "odoc" {with-doc} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + dev-repo: "git+https://github.com/jhuapl-saralab/openapi-ocaml.git" 35 + url { 36 + src: 37 + "https://github.com/jhuapl-saralab/openapi-ocaml/archive/refs/tags/v1.0.1.tar.gz" 38 + checksum: [ 39 + "md5=f96c9e50fbc5f09a66a6c5044dadc786" 40 + "sha512=6419b8c5ec28d1a74c25607e69b2fa2a9eae5ff40b6a31674181e6d09cbcba71f97f925ac6cc69a9f9fc1eacd4f22b6499b7c6a7dd29919f6e8123140b4157e0" 41 + ] 42 + }
+39
packages/ppx_deriving_json_schema/ppx_deriving_json_schema.1.0.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: 4 + "Ppx deriver for generating JSON schema objects from type definitions" 5 + maintainer: ["J. Aaron Pendergrass <james.pendergrass@jhuapl.edu>"] 6 + authors: ["J. Aaron Pendergrass <james.pendergrass@jhuapl.edu>"] 7 + license: "BSD-3-Clause" 8 + homepage: "https://github.com/jhuapl-saralab/openapi-ocaml" 9 + bug-reports: "https://github.com/jhuapl-saralab/openapi-ocaml/issues" 10 + depends: [ 11 + "dune" {>= "2.8"} 12 + "ppxlib" {>= "0.31.0"} 13 + "core" {>= "v0.16.0"} 14 + "openapi" {= "1.0.1"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/jhuapl-saralab/openapi-ocaml.git" 32 + url { 33 + src: 34 + "https://github.com/jhuapl-saralab/openapi-ocaml/archive/refs/tags/v1.0.1.tar.gz" 35 + checksum: [ 36 + "md5=f96c9e50fbc5f09a66a6c5044dadc786" 37 + "sha512=6419b8c5ec28d1a74c25607e69b2fa2a9eae5ff40b6a31674181e6d09cbcba71f97f925ac6cc69a9f9fc1eacd4f22b6499b7c6a7dd29919f6e8123140b4157e0" 38 + ] 39 + }