Skip to content

Commit

Permalink
Generate the .opam file using dune
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerl13 committed Dec 19, 2020
1 parent c008276 commit 1b0765e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 23 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.merlin
*.o
*.so
*.opam
15 changes: 14 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
(lang dune 2.7)
(lang dune 2.0)

(generate_opam_files true)
(license "GPL-3.0-or-later")
(authors "Kerl <[email protected]>")
(maintainers "Kerl <[email protected]>")
(source (github LesBoloss-es/ocaml-weechat))
(homepage "https://github.com/LesBoloss-es/ocaml-weechat")
(version "0.1")

(package
(name weechat)
(synopsis "OCaml bindings to the Weechat plugin API")
(depends ("dune" :build)))
22 changes: 0 additions & 22 deletions weechat.opam

This file was deleted.

0 comments on commit 1b0765e

Please sign in to comment.