Skip to content

Commit

Permalink
Update opam description.
Browse files Browse the repository at this point in the history
  • Loading branch information
alainfrisch committed Jun 27, 2016
1 parent 26b64b0 commit a6709b8
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions opam
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
opam-version: "1"
maintainer: "[email protected]"
build: [
[make "all"]
[make "opt"]
[make "install"]
]
opam-version: "1.2"
version: "1.99.3"
maintainer: "Alain Frisch <[email protected]>"
build: [ [make "all"] [make "opt"] ]
install: [make "install"]
remove: [["ocamlfind" "remove" "sedlex"]]
depends: ["ocamlfind" {>= "1.5.0"}
depends: ["ocamlfind" {build}
"ppx_tools" {>= "5.0"}
"gen"
]
ocaml-version: [>= "4.02.0"]
available: [ ocaml-version >= "4.02.0" ]
homepage: "https://github.com/alainfrisch/sedlex"
bug-reports: "https://github.com/alainfrisch/sedlex/issues"
license: "MIT"
dev-repo: "https://github.com/alainfrisch/sedlex.git"

0 comments on commit a6709b8

Please sign in to comment.