this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25534 from c-cube/release-linenoise-v1.5.1

[new release] linenoise (1.5.1)

authored by

Marcello Seri and committed by
GitHub
b74bc865 d284c72a

+27
+27
packages/linenoise/linenoise.1.5.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Lightweight readline alternative" 3 + maintainer: "Simon Cruanes" 4 + authors: [ "Edgar Aroutiounian <edgar.factorial@gmail.com>" "Simon Cruanes" ] 5 + license: "BSD-3-clause" 6 + homepage: "https://github.com/ocaml-community/ocaml-linenoise" 7 + dev-repo: "git+https://github.com/ocaml-community/ocaml-linenoise.git" 8 + bug-reports: "https://github.com/ocaml-community/ocaml-linenoise/issues" 9 + build: [ 10 + ["dune" "build" "@install" "-p" name "-j" jobs] 11 + ["dune" "runtest" "-p" name] {with-test} 12 + ["dune" "build" "@doc" "-p" name] {with-doc} 13 + ] 14 + depends: [ 15 + "dune" { >= "1.1" } 16 + "ocaml" { >= "4.03.0" } 17 + "odoc" {with-doc} 18 + ] 19 + url { 20 + src: 21 + "https://github.com/ocaml-community/ocaml-linenoise/releases/download/v1.5.1/linenoise-1.5.1.tbz" 22 + checksum: [ 23 + "sha256=eef172cb98282b7a8be182f3493f4687ed3a3f833d3c2707d07d188bf9dede37" 24 + "sha512=b316b034ba712f13c8727a890c5356a52119d6f5e7040273259109bfac6813c383670295942d39441b9b9e792f3b53250400da000bbe0c6848df5643e27018ac" 25 + ] 26 + } 27 + x-commit-hash: "3b9ba3376fca75f127d4e7212467fc3c2c179100"