this repo has no description

Merge pull request #23206 from nmittu/opam-publish-gradescope_submit.0.1

Package gradescope_submit.0.1

Changed files
+46
packages
gradescope_submit
gradescope_submit.0.1
+46
packages/gradescope_submit/gradescope_submit.0.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "A small script to submit to Gradescope via GitHub"
+
description: "Submits the current git repository to Gradescope"
+
maintainer: ["nick@mittudev.com"]
+
authors: ["Nikhil Mittu"]
+
license: "MIT"
+
tags: ["topics" "git" "gradescope" "https" "api"]
+
homepage: "https://github.com/nmittu/gradescope-submit"
+
doc: "https://github.com/nmittu/gradescope-submit"
+
bug-reports: "https://github.com/nmittu/gradescope-submit/issues"
+
depends: [
+
"ocaml" {>= "4.12"}
+
"dune" {>= "3.6"}
+
"core" {>= "v0.15.1"}
+
"core_unix" {>= "v0.15.2"}
+
"cohttp" {>= "5.0.0"}
+
"cohttp-lwt-unix" {>= "5.0.0"}
+
"lambdasoup" {>= "0.7.3"}
+
"toml" {>= "7.1.0"}
+
"yojson" {>= "2.0.2"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/nmittu/gradescope-submit.git"
+
url {
+
src:
+
"https://github.com/nmittu/gradescope-submit/archive/refs/tags/0.1.tar.gz"
+
checksum: [
+
"md5=2a01cbba2495eac7a0734e3db757a9f5"
+
"sha512=566419e32c883adb5dd5dd8f7ba4b9131b15e332ee77b974c098d4e5db8aca444a2563bfbd95f37c4d86a2adb6c1c466dced85d1edaddfe4836ab00f440951a5"
+
]
+
}