-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/sh | ||
topkg build -- --with-unix true --with-lwt true --benchmarks true --examples true | ||
topkg build -- --with-unix true --with-lwt true --examples true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,24 @@ | ||
opam-version: "1.2" | ||
opam-version: "2.0" | ||
homepage: "https://github.com/pqwy/notty" | ||
dev-repo: "https://github.com/pqwy/notty.git" | ||
dev-repo: "git+https://github.com/pqwy/notty.git" | ||
bug-reports: "https://github.com/pqwy/notty/issues" | ||
doc: "http://pqwy.github.io/notty/doc" | ||
author: "David Kaloper <[email protected]>" | ||
maintainer: "David Kaloper <[email protected]>" | ||
author: "David Kaloper <[email protected]>" | ||
maintainer: "David Kaloper <[email protected]>" | ||
license: "ISC" | ||
synopsis: "Declaring terminals" | ||
description: | ||
"Notty is a declarative terminal library for OCaml structured around a notion | ||
of composable images. It tries to abstract away the basic terminal programming | ||
model, providing something simpler and more expressive." | ||
|
||
|
||
build: [ | ||
"ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" | ||
"ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%" | ||
"--with-lwt" "%{lwt:installed}%" | ||
] | ||
depends: [ | ||
"ocaml" { >= "4.05.0" } | ||
"ocamlbuild" {build} | ||
"ocamlfind" {build} | ||
"topkg" {build} | ||
|
@@ -26,4 +33,3 @@ conflicts: [ | |
"ocb-stubblr" {<"0.1.0"} | ||
"lwt" {<"2.5.2"} | ||
] | ||
available: [ ocaml-version >= "4.03.0" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters