Skip to content

Commit f69a22f

Browse files
authored
Merge pull request ocaml#8216 from tsubame-sp/ocaml_at_p.1.1.0
ocaml_at_p.1.1.0
2 parents fa93b18 + 57f4988 commit f69a22f

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
OCaml@p : A debugging print system for OCaml
2+
3+
OCaml@p is a tool supporting debug in OCaml programming. When you compile a program by this tool, this system make definition of print function automatically, and insert function call to print expression attached marker [@p] automatically.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
opam-version: "1.2"
2+
version: "1.1.0"
3+
authors: "Kenji Sakurai"
4+
maintainer: "[email protected]"
5+
homepage: "https://github.com/tsubame-sp/ocaml_at_p"
6+
bug-reports: "https://github.com/tsubame-sp/ocaml_at_p/issues"
7+
dev-repo: "https://github.com/tsubame-sp/ocaml_at_p.git"
8+
build: [
9+
[make "build" ]
10+
]
11+
install: [
12+
[make "install" ]
13+
]
14+
remove: [
15+
[make "remove" ]
16+
]
17+
depends: [
18+
"ocamlfind"
19+
"typpx" { = "1.1.3" }
20+
]
21+
available: [
22+
ocaml-version = "4.03.0"
23+
]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
archive: "https://github.com/tsubame-sp/ocaml_at_p/archive/1.1.0.tar.gz"

0 commit comments

Comments
 (0)