Skip to content

Commit 68c3748

Browse files
authored
Merge pull request #8 from bobot/flint3
Bump to Flint3
2 parents 4e6cc35 + 23fe1c6 commit 68c3748

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1250
-1473
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
- As in the C library regroup all package into flint
2+
- Bump to flint version 3.0.0
3+
4+
## Release 0.3.3 ##
5+
- Fix library name for archlinux: arb instead of flint-arb
6+
17
## Release 0.3.2 ##
28
- Bump to dune 3.7 using ctypes stanza 0.3
39

antic.opam

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
synopsis: "Stub of the C library Antic. Algebraic number"
3+
synopsis: "deprecated use flint"
44
maintainer: ["François Bobot"]
55
authors: ["François Bobot"]
66
license: "LGPL-2.1-only"
77
homepage: "https://github.com/bobot/ocaml-flint"
88
bug-reports: "https://github.com/bobot/ocaml-flint/issues"
99
depends: [
1010
"dune" {>= "3.7"}
11-
"conf-antic"
1211
"flint" {= version}
13-
"ctypes" {>= "0.20.1"}
14-
"conf-mpfr" {>= "3"}
15-
"ocaml" {>= "4.10"}
16-
"conf-pkg-config" {>= "2"}
17-
"dune-configurator"
1812
"odoc" {with-doc}
1913
]
2014
build: [
@@ -32,7 +26,3 @@ build: [
3226
]
3327
]
3428
dev-repo: "git+https://github.com/bobot/ocaml-flint.git"
35-
conflicts: [ "ocaml-option-bytecode-only" ]
36-
messages: [ "Problem with the installation of the external
37-
libraries can be fixed using version 0.3 which
38-
compile them locally" { failure } ]

antic/dune

Lines changed: 0 additions & 6 deletions
This file was deleted.

arb.opam

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
synopsis: "Stub of the C library Arb. Ball approximation"
3+
synopsis: "deprecated use flint"
44
maintainer: ["François Bobot"]
55
authors: ["François Bobot"]
66
license: "LGPL-2.1-only"
77
homepage: "https://github.com/bobot/ocaml-flint"
88
bug-reports: "https://github.com/bobot/ocaml-flint/issues"
99
depends: [
1010
"dune" {>= "3.7"}
11-
"conf-arb"
1211
"flint" {= version}
13-
"ctypes" {>= "0.20.1"}
14-
"conf-mpfr" {>= "3"}
15-
"ocaml" {>= "4.10"}
16-
"conf-pkg-config" {>= "2"}
17-
"dune-configurator"
1812
"odoc" {with-doc}
1913
]
2014
build: [
@@ -32,7 +26,3 @@ build: [
3226
]
3327
]
3428
dev-repo: "git+https://github.com/bobot/ocaml-flint.git"
35-
conflicts: [ "ocaml-option-bytecode-only" ]
36-
messages: [ "Problem with the installation of the external
37-
libraries can be fixed using version 0.3 which
38-
compile them locally" { failure } ]

arb/arb.ml

Lines changed: 0 additions & 144 deletions
This file was deleted.

arb/arb.mli

Lines changed: 0 additions & 60 deletions
This file was deleted.

arb/dune

Lines changed: 0 additions & 36 deletions
This file was deleted.

arb/function_description.ml

Lines changed: 0 additions & 50 deletions
This file was deleted.

arb/lib/dune

Whitespace-only changes.

0 commit comments

Comments
 (0)