Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
OCamlPro
osh
Commits
3c019e4a
Unverified
Commit
3c019e4a
authored
Oct 07, 2021
by
zapashcanon
Browse files
add metadata
parent
5c2fc11c
Pipeline
#15893
failed with stages
in 6 minutes and 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
14 deletions
+20
-14
dune-project
dune-project
+12
-8
osh.opam
osh.opam
+8
-6
No files found.
dune-project
View file @
3c019e4a
...
@@ -11,7 +11,13 @@
...
@@ -11,7 +11,13 @@
(implicit_transitive_deps false)
(implicit_transitive_deps false)
(source
(source
(github ocamlpro/osh))
(uri git+https://gitlab.ocamlpro.com/OCamlPro/osh.git))
(bug_reports https://gitlab.ocamlpro.com/OCamlPro/osh/-/issues)
(homepage https://osh.ocamlpro.com)
(documentation https://osh.ocamlpro.com)
(generate_opam_files true)
(generate_opam_files true)
...
@@ -19,8 +25,9 @@
...
@@ -19,8 +25,9 @@
(package
(package
(name osh)
(name osh)
(synopsis "TODO")
(synopsis "OCaml web API to generate SVG shields")
(description "TODO")
(description
"osh in an OCaml website, providing an API to generate SVG shields.")
(tags
(tags
(shield badge svg generator status build code coverage))
(shield badge svg generator status build code coverage))
(depends
(depends
...
@@ -36,8 +43,5 @@
...
@@ -36,8 +43,5 @@
(>= 2.0.0~alpha2))
(>= 2.0.0~alpha2))
(ezcurl
(ezcurl
(>= 0.2))
(>= 0.2))
(bisect_ppx
(yojson
(and
(>= 1.7.0))))
:with-test
(>= 2.6)
:dev))))
osh.opam
View file @
3c019e4a
# This file is generated by dune, edit dune-project instead
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
opam-version: "2.0"
synopsis: "TODO"
synopsis: "OCaml web API to generate SVG shields"
description: "TODO"
description:
"osh in an OCaml website, providing an API to generate SVG shields."
maintainer: ["Léo Andrès <contact@ndrs.fr>"]
maintainer: ["Léo Andrès <contact@ndrs.fr>"]
authors: ["Léo Andrès <contact@ndrs.fr>"]
authors: ["Léo Andrès <contact@ndrs.fr>"]
license: "ISC"
license: "ISC"
tags: ["shield" "badge" "svg" "generator" "status" "build" "code" "coverage"]
tags: ["shield" "badge" "svg" "generator" "status" "build" "code" "coverage"]
homepage: "https://github.com/ocamlpro/osh"
homepage: "https://osh.ocamlpro.com"
bug-reports: "https://github.com/ocamlpro/osh/issues"
doc: "https://osh.ocamlpro.com"
bug-reports: "https://gitlab.ocamlpro.com/OCamlPro/osh/-/issues"
depends: [
depends: [
"dune" {>= "2.8"}
"dune" {>= "2.8"}
"ocaml" {>= "4.08"}
"ocaml" {>= "4.08"}
...
@@ -16,7 +18,7 @@ depends: [
...
@@ -16,7 +18,7 @@ depends: [
"crunch" {>= "3.2.0"}
"crunch" {>= "3.2.0"}
"omd" {>= "2.0.0~alpha2"}
"omd" {>= "2.0.0~alpha2"}
"ezcurl" {>= "0.2"}
"ezcurl" {>= "0.2"}
"
bisect_ppx" {with-test & >= "2.6" & dev
}
"
yojson" {>= "1.7.0"
}
"odoc" {with-doc}
"odoc" {with-doc}
]
]
build: [
build: [
...
@@ -33,4 +35,4 @@ build: [
...
@@ -33,4 +35,4 @@ build: [
"@doc" {with-doc}
"@doc" {with-doc}
]
]
]
]
dev-repo: "git+https://git
hub
.com/
oc
aml
p
ro/osh.git"
dev-repo: "git+https://git
lab.ocamlpro
.com/
OC
aml
P
ro/osh.git"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment