-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmeta.yaml
59 lines (50 loc) · 2.21 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{% set name = "couchdb" %}
{% set version = "3.3.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
- url: https://couchdb.neighbourhood.ie/downloads/{{ version }}/win/apache-couchdb-{{ version }}.msi # [win]
sha256: c5e3953c334fa980b38d0ec67f5a882b9bb9382b3609c248d8b62d4b2dd39588 # [win]
- url: https://archive.apache.org/dist/couchdb/source/{{ version }}/apache-couchdb-{{ version }}.tar.gz # [unix]
sha256: 9b89d7b54f7ef52b42bd51a6a0a2d3b1b06cce395df2c99d8f1f47f9355e2bee # [unix]
build:
number: 2
requirements:
build:
- {{ compiler('c') }} # [unix]
- {{ compiler('cxx') }} # [unix]
- make # [unix]
host:
- erlang 24.* # [unix]
- openssl # [unix]
- icu # [unix]
- spidermonkey 91.* # [unix]
run:
- openssl # [unix]
- icu # [unix]
- ncurses # [unix]
- libzlib # [unix]
- spidermonkey 91.* # [unix]
test:
commands:
- couchjs -V
about:
home: https://couchdb.apache.org/
license: Apache-2.0
license_family: Apache
license_file: LICENSE.txt
summary: |
Seamless multi-master sync, that
scales from Big Data to Mobile,
with an Intuitive HTTP/JSON API
and designed for Reliability.
description: |
Apache CouchDB™ lets you access your data where you need it. The Couch Replication Protocol is implemented in a variety of projects and products that span every imaginable computing environment from globally distributed server-clusters, over mobile phones to web browsers.
Store your data safely, on your own servers, or with any leading cloud provider. Your web- and native applications love CouchDB, because it speaks JSON natively and supports binary data for all your data storage needs.
The Couch Replication Protocol lets your data flow seamlessly between server clusters to mobile phones and web browsers, enabling a compelling offline-first user-experience while maintaining high performance and strong reliability. CouchDB comes with a developer-friendly query language, and optionally MapReduce for simple, efficient, and comprehensive data retrieval.
doc_url: https://docs.couchdb.org/en/stable/
dev_url: https://github.com/apache/couchdb
extra:
recipe-maintainers:
- pepijndevos