Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
- As in the C library regroup all package into flint
- Bump to flint version 3.0.0

## Release 0.3.3 ##
- Fix library name for archlinux: arb instead of flint-arb

## Release 0.3.2 ##
- Bump to dune 3.7 using ctypes stanza 0.3

Expand Down
12 changes: 1 addition & 11 deletions antic.opam
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Stub of the C library Antic. Algebraic number"
synopsis: "deprecated use flint"
maintainer: ["François Bobot"]
authors: ["François Bobot"]
license: "LGPL-2.1-only"
homepage: "https://github.com/bobot/ocaml-flint"
bug-reports: "https://github.com/bobot/ocaml-flint/issues"
depends: [
"dune" {>= "3.7"}
"conf-antic"
"flint" {= version}
"ctypes" {>= "0.20.1"}
"conf-mpfr" {>= "3"}
"ocaml" {>= "4.10"}
"conf-pkg-config" {>= "2"}
"dune-configurator"
"odoc" {with-doc}
]
build: [
Expand All @@ -32,7 +26,3 @@ build: [
]
]
dev-repo: "git+https://github.com/bobot/ocaml-flint.git"
conflicts: [ "ocaml-option-bytecode-only" ]
messages: [ "Problem with the installation of the external
libraries can be fixed using version 0.3 which
compile them locally" { failure } ]
6 changes: 0 additions & 6 deletions antic/dune

This file was deleted.

12 changes: 1 addition & 11 deletions arb.opam
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Stub of the C library Arb. Ball approximation"
synopsis: "deprecated use flint"
maintainer: ["François Bobot"]
authors: ["François Bobot"]
license: "LGPL-2.1-only"
homepage: "https://github.com/bobot/ocaml-flint"
bug-reports: "https://github.com/bobot/ocaml-flint/issues"
depends: [
"dune" {>= "3.7"}
"conf-arb"
"flint" {= version}
"ctypes" {>= "0.20.1"}
"conf-mpfr" {>= "3"}
"ocaml" {>= "4.10"}
"conf-pkg-config" {>= "2"}
"dune-configurator"
"odoc" {with-doc}
]
build: [
Expand All @@ -32,7 +26,3 @@ build: [
]
]
dev-repo: "git+https://github.com/bobot/ocaml-flint.git"
conflicts: [ "ocaml-option-bytecode-only" ]
messages: [ "Problem with the installation of the external
libraries can be fixed using version 0.3 which
compile them locally" { failure } ]
144 changes: 0 additions & 144 deletions arb/arb.ml

This file was deleted.

60 changes: 0 additions & 60 deletions arb/arb.mli

This file was deleted.

36 changes: 0 additions & 36 deletions arb/dune

This file was deleted.

50 changes: 0 additions & 50 deletions arb/function_description.ml

This file was deleted.

Empty file removed arb/lib/dune
Empty file.
Loading