this repo has no description

Add new gradescope_submit version with lwt_ssl dependency

Changed files
+50 -3
packages
gradescope_submit
gradescope_submit.0.1
gradescope_submit.0.2
+3 -3
packages/gradescope_submit/gradescope_submit.0.1/opam
···
homepage: "https://github.com/nmittu/gradescope-submit"
doc: "https://github.com/nmittu/gradescope-submit"
bug-reports: "https://github.com/nmittu/gradescope-submit/issues"
+
available: false
depends: [
"ocaml" {>= "4.12"}
"dune" {>= "3.6"}
···
"lambdasoup" {>= "0.7.3"}
"toml" {>= "7.1.0"}
"yojson" {>= "2.0.2"}
-
"lwt_ssl" {>= "1.1.3"}
"odoc" {with-doc}
]
build: [
···
src:
"https://github.com/nmittu/gradescope-submit/archive/refs/tags/0.1.tar.gz"
checksum: [
-
"md5=2f49c8b7ba29b8ad9d64f6d642d99f3e"
-
"sha512=920e863740d8edd65de61eed843a143f082c5d3ac69582aaf187970860bb55b6c54c99fe6cee64c58cb4ea616d6e29de29036b8a934b830f26bd4f48ad2cd087"
+
"md5=2a01cbba2495eac7a0734e3db757a9f5"
+
"sha512=566419e32c883adb5dd5dd8f7ba4b9131b15e332ee77b974c098d4e5db8aca444a2563bfbd95f37c4d86a2adb6c1c466dced85d1edaddfe4836ab00f440951a5"
]
}
+47
packages/gradescope_submit/gradescope_submit.0.2/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"}
+
"lwt_ssl" {>= "1.1.3"}
+
"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.2.tar.gz"
+
checksum: [
+
"md5=6a8026e3b7daa8090322fe8bbb6d1d93"
+
"sha512=3e01ee4fc995be3cfca2e0107f33425eb862de705ce5201ef6719c157d85aaff15ed891a287fe6f5b116ce3c0a834b557f79b8150d1a5aea98d5e00f086ebcfa"
+
]
+
}