mirror of
				https://github.com/troglobit/editline.git
				synced 2025-10-31 16:28:15 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| Source: editline
 | |
| Section: devel
 | |
| Priority: optional
 | |
| Build-Depends: debhelper (>= 5.0), libtool
 | |
| Maintainer: Joachim Nilsson <troglobit@gmail.com>
 | |
| Standards-Version: 3.8.3
 | |
| 
 | |
| Package: libeditline-dev
 | |
| Architecture: any
 | |
| Section: libdevel
 | |
| Depends: libeditline1 (= ${binary:Version}), ${misc:Depends}
 | |
| Description: development files for libeditline
 | |
|  This is a line-editing library. It can be linked into almost any program
 | |
|  to provide command-line editing and recall. It is call-compatible with a
 | |
|  subset of the FSF readline library, but it is a fraction of the size (and
 | |
|  offers fewer features).
 | |
|  .
 | |
|  This package contains the developer files: static libraries, headers,
 | |
|  manpages.
 | |
| 
 | |
| Package: libeditline1
 | |
| Architecture: any
 | |
| Section: libs
 | |
| Depends: ${shlibs:Depends}, ${misc:Depends}
 | |
| Description: line editing library similar to readline
 | |
|  This is a line-editing library. It can be linked into almost any program
 | |
|  to provide command-line editing and recall. It is call-compatible with a
 | |
|  subset of the FSF readline library, but it is a fraction of the size (and
 | |
|  offers fewer features).
 | |
|  .
 | |
|  This package contains the runtime library only.
 | 
