Skip to content

Commit e9e5403

Browse files
authored
Merge pull request ocaml#23477 from nmittu/opam-publish-gradescope_submit.2.0.1
Package gradescope_submit.2.0.1
2 parents 65ee40c + bf2c964 commit e9e5403

File tree

1 file changed

+47
-0
lines changed
  • packages/gradescope_submit/gradescope_submit.2.0.1

1 file changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "A small script to submit to Gradescope via GitHub"
4+
description: "Submits the current git repository to Gradescope"
5+
maintainer: ["[email protected]"]
6+
authors: ["Nikhil Mittu"]
7+
license: "MIT"
8+
tags: ["topics" "git" "gradescope" "https" "api"]
9+
homepage: "https://github.com/nmittu/gradescope-submit"
10+
doc: "https://github.com/nmittu/gradescope-submit"
11+
bug-reports: "https://github.com/nmittu/gradescope-submit/issues"
12+
depends: [
13+
"ocaml" {>= "4.12"}
14+
"dune" {>= "3.6"}
15+
"core" {>= "v0.15.1"}
16+
"core_unix" {>= "v0.15.2"}
17+
"cohttp" {>= "5.0.0"}
18+
"cohttp-lwt-unix" {>= "5.0.0"}
19+
"lambdasoup" {>= "0.7.3"}
20+
"toml" {>= "7.1.0"}
21+
"yojson" {>= "2.0.2"}
22+
"lwt_ssl" {>= "1.1.3"}
23+
"odoc" {with-doc}
24+
]
25+
build: [
26+
["dune" "subst"] {dev}
27+
[
28+
"dune"
29+
"build"
30+
"-p"
31+
name
32+
"-j"
33+
jobs
34+
"@install"
35+
"@runtest" {with-test}
36+
"@doc" {with-doc}
37+
]
38+
]
39+
dev-repo: "git+https://github.com/nmittu/gradescope-submit.git"
40+
url {
41+
src:
42+
"https://github.com/nmittu/gradescope-submit/archive/refs/tags/2.0.1.tar.gz"
43+
checksum: [
44+
"md5=75e6fe0aed2cbabc5e6e945b7c69f76e"
45+
"sha512=77e1c302832659cabb29348ab5b7b1738762fa7bbc2fc250dad6de2f6f4f8b76c4a24b1fca41bf9cc14de66f110bc42dbe10df60626487ce0d0def884adf6361"
46+
]
47+
}

0 commit comments

Comments
 (0)