this repo has no description
0
fork

Configure Feed

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

Merge pull request #27672 from orbitz/update-pds

UPDATE Pds to 6.54

authored by

Marcello Seri and committed by
GitHub
31b22316 2c1d8c55

+52
+52
packages/pds/pds.6.55/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "orbitz@gmail.com" 3 + build: [ 4 + [make "-j%{jobs}%"] 5 + [make "-j%{jobs}%" "test"] {with-test} 6 + ] 7 + 8 + install: [ 9 + [make "PREFIX=%{prefix}%" "install"] 10 + ] 11 + 12 + remove: [ 13 + [make "PREFIX=%{prefix}%" "remove"] 14 + ] 15 + 16 + depends: [ 17 + "cmdliner" { >= "1.3.0" } 18 + "containers" { >= "3.12" } 19 + "crunch" 20 + "fmt" 21 + "logs" 22 + "ocaml" { >= "4.13.0" } 23 + "ocamlfind" 24 + "ppx_deriving" 25 + "process" { >= "0.2.1" } 26 + "sedlex" 27 + "sqlite3" { >= "5.0.0" } 28 + "toml" { >= "6" } 29 + ] 30 + 31 + authors: [ 32 + "orbitz@gmail.com" 33 + ] 34 + 35 + description: """ 36 + A tool to build Makefiles for Ocaml projects. 37 + """ 38 + 39 + homepage: "https://hg.sr.ht/~mmatalka/pds" 40 + 41 + url { 42 + src: "http://acsl-pkgs.s3.amazonaws.com/pds-6.55.tar.gz" 43 + checksum: [ 44 + "md5=5643941d9f141dbe4b885db912e7cb2a" 45 + "sha256=a55362d38f842f714c3833b127d836da3020e6a638bddbca956525ebd414e622" 46 + ] 47 + } 48 + bug-reports: "https://todo.sr.ht/~mmatalka/pds" 49 + dev-repo: "hg+ssh://hg@hg.sr.ht/~mmatalka/pds" 50 + synopsis: "Create Makefile's for building Ocaml projects" 51 + license: "BSD-3-Clause" 52 +