Accepting request 736035 from devel:languages:ocaml
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/736035 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-parmap?expand=0&rev=5
This commit is contained in:
commit
d283212558
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 1 07:50:54 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Use noun phrase in summary.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 23 16:35:39 UTC 2019 - ohering@suse.de
|
Mon Sep 23 16:35:39 UTC 2019 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ocaml-parmap
|
# spec file for package ocaml-parmap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -20,10 +20,10 @@ Name: ocaml-parmap
|
|||||||
Version: 20190330.8d19c66
|
Version: 20190330.8d19c66
|
||||||
Release: 0
|
Release: 0
|
||||||
%{?ocaml_preserve_bytecode}
|
%{?ocaml_preserve_bytecode}
|
||||||
Summary: Exploit multicore architectures for OCaml programs with minimal modifications
|
Summary: Multicore architecture exploitation for OCaml programs with minimal modifications
|
||||||
License: LGPL-2.0
|
License: LGPL-2.0-only
|
||||||
Group: Development/Languages/OCaml
|
Group: Development/Languages/OCaml
|
||||||
Url: http://rdicosmo.github.io/parmap/
|
URL: http://rdicosmo.github.io/parmap/
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
BuildRequires: ocaml-oasis
|
BuildRequires: ocaml-oasis
|
||||||
@ -73,7 +73,7 @@ Name: parmap
|
|||||||
Version: 0
|
Version: 0
|
||||||
Synopsis: library to exploit multicore architectures (parallel programming)
|
Synopsis: library to exploit multicore architectures (parallel programming)
|
||||||
Authors: Marco Danelutto and Roberto Di Cosmo
|
Authors: Marco Danelutto and Roberto Di Cosmo
|
||||||
License: %{license}
|
License: WTFPL
|
||||||
LicenseFile: LICENSE
|
LicenseFile: LICENSE
|
||||||
Plugins: META(`oasis version`)
|
Plugins: META(`oasis version`)
|
||||||
BuildTools: ocamlbuild
|
BuildTools: ocamlbuild
|
||||||
|
Loading…
Reference in New Issue
Block a user