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
43b51c24
Unverified
Commit
43b51c24
authored
Oct 07, 2021
by
zapashcanon
Browse files
add doc, rename server.ml to osh.ml
parent
204f042f
Pipeline
#15895
failed with stages
in 4 minutes and 21 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
2 deletions
+23
-2
doc/dune
doc/dune
+3
-0
doc/index.mld
doc/index.mld
+18
-0
src/dune
src/dune
+2
-2
src/osh.ml
src/osh.ml
+0
-0
No files found.
doc/dune
0 → 100644
View file @
43b51c24
(documentation
(package osh)
(mld_files index))
doc/index.mld
0 → 100644
View file @
43b51c24
{0 osh}
{{:https://osh.ocamlpro.com} osh} is an {{:https://ocaml.org} OCaml} website providing an API to generate SVG badges.
{1:webapi Web API}
See the documentation on the {{:https://osh.ocamlpro.com} online instance}.
{1:modules Modules}
You shouldn't have to use any of these modules, they're used internally only.
{!modules:
Osh.Content
Osh.Server
Osh.Template
}
src/dune
View file @
43b51c24
(executable
(
name server
)
(modules content
server
template)
(
public_name osh
)
(modules content
osh
template)
(libraries dream ezcurl ocb omd yojson))
(rule
...
...
src/
server
.ml
→
src/
osh
.ml
View file @
43b51c24
File moved
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