Skip to content

Commit

Permalink
Dunify note.0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Apr 14, 2022
1 parent f6c7507 commit 64c9821
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 2 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(lang dune 1.0)
(name note)
11 changes: 4 additions & 7 deletions opam → note.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,11 @@ maintainer: "Daniel Bünzli <daniel.buenzl [email protected]>"
authors: "The note programmers"
license: "ISC"
tags: ["reactive" "declarative" "signal" "event" "frp" "org:erratique"]
homepage: "https://erratique.ch/software/note"
doc: "https://erratique.ch/software/note/doc/"
homepage: "https://github.com/dune-universe/note.git"
bug-reports: "https://github.com/dbuenzli/note/issues"
depends: [
"ocaml" {>= "4.08.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "1.0.3"}
"dune"
]
build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]
dev-repo: "git+https://erratique.ch/repos/note.git"
build: [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} ]
dev-repo: "git+https://github.com/dune-universe/note.git"
4 changes: 4 additions & 0 deletions src/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(library
(name note)
(public_name note)
(wrapped false))

0 comments on commit 64c9821

Please sign in to comment.