this repo has no description
0
fork

Configure Feed

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

[new release] ocamlify (0.1.0)

CHANGES:

### Fixed
- Replace oasis by dune for building.

+38
+38
packages/ocamlify/ocamlify.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Include files in OCaml code" 3 + maintainer: ["Sylvain Le Gall <sylvain+ocaml@le-gall.net>"] 4 + authors: ["Sylvain Le Gall"] 5 + license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 6 + homepage: "https://github.com/gildor478/ocamlify" 7 + doc: "https://url/to/documentation" 8 + bug-reports: "https://github.com/gildor478/ocamlify/issues" 9 + depends: [ 10 + "dune" {>= "3.17"} 11 + "ocaml" {>= "5"} 12 + "camlp-streams" {>= "5"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + [ 18 + "dune" 19 + "build" 20 + "-p" 21 + name 22 + "-j" 23 + jobs 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ] 29 + dev-repo: "git+https://github.com/gildor478/ocamlify.git" 30 + url { 31 + src: 32 + "https://github.com/gildor478/ocamlify/releases/download/v0.1.0/ocamlify-0.1.0.tbz" 33 + checksum: [ 34 + "sha256=bb4a468b02d1ff9374791bfe79291d47bd6c9f28920cfc21f09c2ec5b7172060" 35 + "sha512=21e43dcf5cc7c5909c96c99243d904372c02f62959ea9fe970bc9ad12879bf0ae8c62f6e178fa0c5daf47abe4da238eb9b76c503c941afcc24d5d75dbe009fd6" 36 + ] 37 + } 38 + x-commit-hash: "b43f9de4c9cb6c64b49d275212b4e3dcb414b658"