Skip to content

Commit

Permalink
add topkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady committed Sep 5, 2017
1 parent b4799b7 commit 7850137
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.merlin
junit.install

_build
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 1.0 (2017-09-5)

- move to jbuilder
- `Testsuite.make` expects `()` as last argument.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ opam pin add junit https://github.com/Khady/ocaml-junit.git

## Documentation

Available [here](https://khady.github.io/ocaml-junit/dev/)
Available [here](https://khady.github.io/ocaml-junit/junit/)

## References:

Expand Down
Empty file added doc/api.odocl
Empty file.
Empty file added doc/dev.odocl
Empty file.
Empty file added doc/doc.odocl
Empty file.
10 changes: 7 additions & 3 deletions junit.opam
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
version: "dev"
opam-version: "1.2"
maintainer: "Louis Roché <louis@louisroche.net>"
authors: "Louis Roché <louis@louisroche.net>"
homepage: "https://github.com/Khady/ocaml-junit"
bug-reports: "https://github.com/Khady/ocaml-junit/issues"
license: "LGPLv3+ with OCaml linking exception"
dev-repo: "git://github.com/Khady/ocaml-junit.git"
dev-repo: "https://github.com/Khady/ocaml-junit.git"
doc: "https://khady.github.io/ocaml-junit/junit/"
tags: ["junit" "jenkins"]
depends: [
"ocamlfind" {build}
"jbuilder" {build & >= "1.0+beta10"}
"ptime"
"tyxml" {>= "4.0.0"}
"odoc" {doc & >= "1.1.1"}
]
available: [ocaml-version >= "4.02.3"]
build: [["jbuilder" "build" "-p" name "-j" jobs]]
build: [
[ "jbuilder" "subst"] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]
build-test: [["jbuilder" "runtest" "-p" name "-j" jobs]]
build-doc: [["jbuilder" "build" "@doc" "-p" name "-j" jobs]]
3 changes: 3 additions & 0 deletions pkg/pkg.ml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env ocaml
#use "topfind"
#require "topkg-jbuilder.auto"

0 comments on commit 7850137

Please sign in to comment.