package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-site-2.9.3.tbz
sha256=3e65ec73ab2c80d50d4ffd6c46cbfb22eacd0e5587a4be8af8ae69547d5f88d6
sha512=04b48501ac16c3608e3b6bfbdbabf810df0fb844ea3b7d25ba50f03b9d6cb1d2c933cf747d694029d82a9777a774e48e5c38ab010fe53ce1eae367da0ed04d6d

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 28 Jan 2022

README

Dune - A composable build system

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most of the low-level details of OCaml compilation. All you have to do is provide a description of your project and dune will do the rest.

The scheme it implements is inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, which means that it is highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, you can look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Travis status AppVeyor status Release

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as merlin, handle installation, etc...

Dune itself is fast, has very low overhead and supports parallel builds on all platforms. It has no system dependencies: all you need to build dune and packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build dune and packages using dune.

Strengths

Composable

Take n repositories that use dune, arrange them in any way on the file system and the result is still a single repository that dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

Gracefully handles multi-package repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Building against several configurations at once

Dune is able to build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation.

This feature requires opam.

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using ocaml 4.02.3 or greater.

Installation

The recommended way to install dune is via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files that are installed by dune, such as the man pages, and the last simply installs all of that on the system.

Note that unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions about dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from jbuilder

Dune was formerly known as jbuilder. Migration from jbuilder to dune is described in the manual.

Status

Dune is now fairly stable and is used by the majority of packages on opam. Note that dune retains backward compatibility with Jbuilder, and in particular existing Jbuilder projects will continue to be buildable with dune.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.0"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. absolute
  7. abstract_algebra < "v0.17.0"
  8. accessor < "v0.17.0"
  9. accessor_async < "v0.17.0"
  10. accessor_base < "v0.17.0"
  11. accessor_core < "v0.17.0"
  12. acgtk < "2.1.0"
  13. aches
  14. aches-lwt
  15. acp4
  16. acpc >= "2.0.0"
  17. advi
  18. afl-persistent >= "1.4"
  19. agrid
  20. ahrocksdb
  21. aifad >= "2.2.1"
  22. alba >= "0.4.1"
  23. albatross
  24. alcotest < "1.7.0"
  25. alcotest-async < "1.7.0"
  26. alg_structs
  27. alg_structs_qcheck
  28. algaeff
  29. allegro5
  30. alonzo
  31. alsa >= "0.3.0"
  32. alt-ergo >= "2.3.0" & < "2.4.3"
  33. alt-ergo-lib < "2.4.3"
  34. alt-ergo-parsers < "2.4.3"
  35. altgr-ergo >= "2.3.0" & < "2.4.3"
  36. amqp-client >= "2.0.3"
  37. amqp-client-async
  38. amqp-client-lwt
  39. anders
  40. angstrom >= "0.11.1"
  41. angstrom-async >= "0.11.1"
  42. angstrom-lwt-unix >= "0.11.1"
  43. angstrom-unix >= "0.11.1"
  44. ansi < "0.6.0"
  45. ansi-parse
  46. anthill
  47. ao >= "0.2.2"
  48. api-watch
  49. apronext
  50. arc
  51. archetype
  52. archi
  53. archi-async
  54. archi-lwt
  55. arg-complete
  56. argon2
  57. arp
  58. art
  59. asak
  60. ask
  61. ask-integrator
  62. asli >= "0.2.0"
  63. asn1-combinators >= "0.2.5"
  64. async < "v0.17.0"
  65. async-uri < "0.4.0"
  66. async_durable < "v0.17.0"
  67. async_extra < "v0.17.0"
  68. async_find < "v0.17.0"
  69. async_graphics
  70. async_inotify < "v0.17.0"
  71. async_interactive < "v0.17.0"
  72. async_js < "v0.17.0"
  73. async_kernel < "v0.17.0"
  74. async_rpc_kernel < "v0.17.0"
  75. async_rpc_websocket < "v0.17.0"
  76. async_sendfile < "v0.17.0"
  77. async_shell < "v0.17.0"
  78. async_smtp < "v0.17.0"
  79. async_ssl < "v0.17.0"
  80. async_udp < "v0.17.0"
  81. async_unix < "v0.17.0"
  82. async_websocket < "v0.17.0"
  83. atable
  84. atd >= "2.2.1"
  85. atdcpp
  86. atdd
  87. atdgen >= "2.2.1"
  88. atdgen-codec-runtime
  89. atdgen-runtime >= "2.2.1"
  90. atdj >= "2.2.1"
  91. atdpy
  92. atds
  93. atdts
  94. atomic < "base"
  95. autofonce
  96. autofonce_config
  97. autofonce_core
  98. autofonce_lib
  99. autofonce_m4
  100. autofonce_misc
  101. autofonce_patch
  102. autofonce_share
  103. avro
  104. avro-compiler
  105. awa
  106. awa-mirage
  107. aws >= "1.2"
  108. aws-async
  109. aws-autoscaling >= "1.2"
  110. aws-cloudformation >= "1.2"
  111. aws-cloudtrail >= "1.2"
  112. aws-cloudwatch
  113. aws-ec2 >= "1.2"
  114. aws-elasticache
  115. aws-elasticloadbalancing >= "1.2"
  116. aws-lwt
  117. aws-rds
  118. aws-route53
  119. aws-s3
  120. aws-s3-async
  121. aws-s3-lwt
  122. aws-sdb >= "1.2"
  123. aws-sqs
  124. aws-ssm >= "1.2"
  125. aws-sts >= "1.2"
  126. azblob
  127. azblob-async
  128. azure-cosmos-db
  129. babel < "v0.17.0"
  130. bag
  131. bancos
  132. bank
  133. bare_encoding
  134. bark
  135. base < "v0.17.0"
  136. base32
  137. base64 >= "2.3.0"
  138. base_bigstring < "v0.17.0"
  139. base_quickcheck >= "v0.12.1" & < "v0.17.0"
  140. base_trie < "v0.17.0"
  141. bastet
  142. bastet_async
  143. bastet_lwt
  144. batch_jaro_winkler
  145. batsat
  146. batteries >= "3.7.1"
  147. bdd >= "0.5"
  148. bddrand
  149. bech32
  150. bechamel
  151. bechamel-js
  152. bechamel-notty
  153. bechamel-perf
  154. beluga = "1.0"
  155. benchmark >= "1.6"
  156. benchpress
  157. benchpress-server
  158. bencode >= "2.0"
  159. bentov
  160. bheap >= "2.0.0"
  161. bibfmt
  162. bidirectional_map < "v0.17.0"
  163. bigarray-compat
  164. bigarray-overlap
  165. bigdecimal < "v0.17.0"
  166. bignum < "v0.17.0"
  167. bigstring >= "0.3"
  168. bigstring-unix
  169. bigstringaf >= "0.5.0" & < "0.9.1"
  170. bimage
  171. bimage-display
  172. bimage-gtk
  173. bimage-io
  174. bimage-lwt
  175. bimage-sdl
  176. bimage-unix
  177. bimap
  178. bin_prot < "v0.17.0"
  179. binaryen != "0.3.0" & < "0.20.0"
  180. binaryen_dsl
  181. bindlib >= "6.0.0"
  182. biniou >= "1.2.1"
  183. binning
  184. binsec < "0.5.0"
  185. bio_io < "0.5.1"
  186. biocaml
  187. biotk < "0.3"
  188. bisect_ppx >= "1.4.0" & < "2.8.3"
  189. bistro
  190. bistro-bio
  191. bitcoin >= "3.0"
  192. bitcoin-cohttp-async
  193. bitcoin-cohttp-lwt
  194. bitcoin-ocurl
  195. bitcoinml
  196. bitlib
  197. bitmasks
  198. bitpack_serializer
  199. bitstring >= "3.1.1" & < "5.0.2"
  200. bitv >= "1.4"
  201. bitwuzla
  202. bitwuzla-bin < "1.0.0"
  203. bitwuzla-c
  204. bjack >= "0.1.6"
  205. blake2 >= "0.3"
  206. blake3
  207. bloomf
  208. bls12-381 < "6.0.1"
  209. bls12-381-gen
  210. bls12-381-hash
  211. bls12-381-js
  212. bls12-381-js-gen
  213. bls12-381-legacy
  214. bls12-381-signature
  215. bls12-381-unix
  216. bnfgen
  217. bogue
  218. boltzgen < "0.9.5"
  219. bonsai < "v0.17.0"
  220. box
  221. brr-lwd < "0.4"
  222. bson2
  223. bst >= "6.0.0"
  224. buffer-pool
  225. build_path_prefix_map >= "0.3"
  226. builder
  227. builder-web
  228. bun >= "0.3.4"
  229. bwd
  230. bwrap
  231. bytearray >= "1.0.1"
  232. bytebuffer
  233. bytepdf
  234. bz2
  235. ca-certs
  236. ca-certs-nss
  237. cactus
  238. cairn
  239. cairo2 >= "0.6"
  240. cairo2-gtk
  241. cairo2-pango
  242. caisar < "0.2.1"
  243. caisar-ir
  244. caisar-nnet
  245. caisar-onnx < "0.2"
  246. caisar-ovo
  247. caisar-xgboost
  248. calculon >= "0.4"
  249. calculon-redis
  250. calculon-redis-lib
  251. calculon-web
  252. calendar >= "3.0.0"
  253. calendars
  254. calipso
  255. calli
  256. callipyge >= "0.2"
  257. camelot
  258. camels
  259. camelsnakekebab
  260. camlimages >= "5.0.2" & < "5.0.5"
  261. camlix
  262. camlon >= "3.0.0"
  263. camlp-streams
  264. camlrack
  265. camltc >= "0.9.8"
  266. camomile = "1.0.2"
  267. camyll
  268. canary
  269. capnp >= "3.3.0"
  270. capnp-rpc < "1.2.3"
  271. capnp-rpc-lwt < "1.2.3"
  272. capnp-rpc-net < "1.2.3"
  273. capnp-rpc-unix < "1.2.3"
  274. caqti >= "1.0.0" & < "2.1.1"
  275. caqti-async >= "1.0.0" & < "2.1.1"
  276. caqti-driver-mariadb < "2.0.1"
  277. caqti-driver-pgx < "2.1.1"
  278. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  279. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  280. caqti-dynload >= "1.0.0"
  281. caqti-eio < "2.1.1"
  282. caqti-lwt >= "1.0.0" & < "2.1.1"
  283. caqti-mirage < "2.1.1"
  284. caqti-type-calendar >= "1.0.0"
  285. carray
  286. carton < "1.0.0"
  287. carton-git
  288. carton-lwt < "1.0.0"
  289. catala < "0.8.0"
  290. catala-format >= "0.2.0"
  291. catapult
  292. catapult-client
  293. catapult-daemon
  294. catapult-file
  295. catapult-sqlite
  296. cbor >= "0.3"
  297. ccbg
  298. cconv >= "0.5"
  299. cconv-ppx
  300. cdb
  301. cdrom >= "0.9.4"
  302. ceph
  303. certify >= "0.3.0"
  304. cf < "0.5.0"
  305. cf-lwt
  306. cfg >= "2.2.0"
  307. cfml
  308. cfstream >= "1.3.1"
  309. chacha
  310. chamelon
  311. chamelon-unix
  312. charInfo_width
  313. charrua
  314. charrua-client
  315. charrua-server
  316. charrua-unix
  317. charset
  318. chartjs
  319. chartjs-annotation
  320. chartjs-colorschemes
  321. chartjs-datalabels
  322. chartjs-streaming
  323. chase
  324. checkseum = "0.0.3" | >= "0.2.1"
  325. choice >= "0.4"
  326. cinaps >= "v0.12.0"
  327. clangml >= "4.0.0" & < "4.8.0"
  328. clangml-transforms
  329. clap
  330. clarity-lang
  331. class_group_vdf != "0.0.4"
  332. clim
  333. clim-ppx
  334. clp_operations
  335. clz
  336. cmarker
  337. cmdliner-stdlib
  338. cmon
  339. codept
  340. codept-lib
  341. cohttp >= "1.1.1" & < "6.0.0~alpha1"
  342. cohttp-async < "6.0.0~alpha1"
  343. cohttp-lwt < "6.0.0~beta2"
  344. cohttp-lwt-jsoo < "6.1.0"
  345. cohttp-lwt-unix < "6.0.0~beta2"
  346. cohttp_async_websocket < "v0.17.0"
  347. cohttp_static_handler < "v0.17.0"
  348. coin >= "0.1.1"
  349. colombe
  350. color >= "0.2.0"
  351. color-brewery
  352. combinat
  353. comby
  354. comby-kernel
  355. comby-semantic
  356. command_rpc < "v0.17.0"
  357. conan
  358. conan-cli
  359. conan-database
  360. conan-lwt
  361. conan-unix
  362. conduit
  363. conduit-async
  364. conduit-lwt
  365. conduit-lwt-unix
  366. conduit-mirage
  367. conex >= "0.10.0"
  368. conex-mirage-crypto
  369. confero
  370. config-file = "1.2.1"
  371. conformist
  372. containers < "3.14"
  373. containers-data < "3.14"
  374. containers-thread
  375. content_security_policy < "v0.17.0"
  376. cookie
  377. cookies
  378. coq >= "8.14.0" & < "8.20.0"
  379. coq-core < "8.20.0"
  380. coq-of-ocaml >= "2.4.1"
  381. coq-serapi >= "8.9.0+0.6.0"
  382. coq-stdlib < "8.20.0"
  383. coqide >= "8.14.0" & < "8.20.0"
  384. coqide-server < "8.20.0"
  385. core < "v0.17.0"
  386. core-and-more
  387. core_bench < "v0.17.0"
  388. core_compat
  389. core_extended < "v0.17.0"
  390. core_kernel >= "v0.12.3" & < "v0.17.0"
  391. core_profiler < "v0.17.0"
  392. core_unix < "v0.17.0"
  393. cosovo
  394. cow = "2.4.0"
  395. cowabloga >= "0.5.0"
  396. cpm >= "5.0.0"
  397. cppo >= "1.6.6"
  398. cppo_ocamlbuild >= "1.6.6"
  399. cps_toolbox < "0.3"
  400. cpu
  401. cpuid >= "0.1.2"
  402. crc >= "2.1.0"
  403. crlibm >= "0.3"
  404. crontab
  405. crowbar >= "0.2"
  406. crunch
  407. cry >= "0.6.5"
  408. cryptokit >= "1.16.1"
  409. csexp < "1.5.2"
  410. csexp-query
  411. css
  412. css-parser
  413. cstruct
  414. cstruct-async
  415. cstruct-lwt
  416. cstruct-sexp
  417. cstruct-unix
  418. csv >= "2.2"
  419. csv-lwt >= "2.1"
  420. csvfields < "v0.17.0"
  421. csvtool
  422. ctoxml
  423. ctypes >= "0.21.1" & < "0.24.0"
  424. ctypes-foreign >= "0.21.1" & < "0.24.0"
  425. ctypes-zarith
  426. ctypes_stubs_js
  427. cudf >= "0.10"
  428. cuid >= "0.2"
  429. cumulus
  430. curly >= "0.2.0"
  431. current < "0.7.1"
  432. current-albatross-deployer
  433. current-web-pipelines
  434. current_ansi
  435. current_docker < "0.7.1"
  436. current_examples < "0.7.1"
  437. current_git < "0.7.1"
  438. current_github < "0.7.1"
  439. current_gitlab < "0.7.1"
  440. current_incr
  441. current_ocluster < "0.2"
  442. current_rpc < "0.6.4"
  443. current_slack < "0.7.1"
  444. current_web < "0.7.1"
  445. curses >= "1.0.9"
  446. curve-sampling
  447. cviode
  448. daft >= "0.0.4"
  449. dap
  450. data-encoding < "1.0.0"
  451. dataframe
  452. datakit-server >= "0.12.2"
  453. datakit-server-9p >= "0.12.2"
  454. datalog >= "0.6"
  455. dates_calc < "0.0.7"
  456. daypack-lib
  457. dbf < "0.1.1"
  458. dblp
  459. dblp-api
  460. debian-formats >= "0.1.2"
  461. decimal
  462. decoders >= "0.1.2" & < "1.0.0"
  463. decoders-bencode < "1.0.0"
  464. decoders-cbor < "1.0.0"
  465. decoders-ezjsonm >= "0.1.2" & < "1.0.0"
  466. decoders-jsonm < "1.0.0"
  467. decoders-msgpck < "1.0.0"
  468. decoders-sexplib < "1.0.0"
  469. decoders-yojson >= "0.1.2" & < "1.0.0"
  470. decompress >= "0.8.1"
  471. dedent < "v0.17.0"
  472. dedukti >= "2.7"
  473. delimited_parsing < "v0.17.0"
  474. depyt
  475. devkit >= "1.0"
  476. diet >= "0.2"
  477. diffable
  478. digestif >= "0.9.0"
  479. directories
  480. dirsift
  481. diskuvbox
  482. disml
  483. dispatch >= "0.4.1"
  484. dispatch-js
  485. distributed >= "0.6.0"
  486. distributed-lwt >= "0.2.0"
  487. distributed-uwt >= "0.2.0"
  488. dkim
  489. dkim-bin
  490. dkim-lwt-unix
  491. dkim-mirage
  492. dkml-c-probe
  493. dkml-dune-dsl
  494. dkml-dune-dsl-show
  495. dkml-install
  496. dkml-install-installer
  497. dkml-install-runner
  498. dkml-runtime-common >= "2.0.3"
  499. dkml-runtime-distribution
  500. dkml-workflows
  501. dlm >= "0.3.1"
  502. dmap
  503. dmarc
  504. dns
  505. dns-certify
  506. dns-cli
  507. dns-client
  508. dns-client-lwt
  509. dns-client-miou-unix
  510. dns-client-mirage
  511. dns-lwt
  512. dns-mirage
  513. dns-resolver
  514. dns-server
  515. dns-stub
  516. dns-tsig
  517. dnssec
  518. docker-api >= "0.2"
  519. docker_hub
  520. dockerfile < "8.1.0"
  521. dockerfile-cmd < "8.2.7"
  522. docteur
  523. docteur-solo5
  524. docteur-unix
  525. doculib
  526. doi2bib
  527. dokeysto >= "3.0.1"
  528. dokeysto_camltc >= "3.0.1"
  529. dokeysto_lz4 >= "3.0.2"
  530. dolmen >= "0.4.1" & < "0.8"
  531. dolmen_bin < "0.8"
  532. dolmen_loop < "0.8"
  533. dolmen_lsp < "0.8"
  534. dolmen_type < "0.8"
  535. dolog >= "4.0.0"
  536. domain-name
  537. domainslib < "0.5.0"
  538. dose3 >= "6.1"
  539. dose3-extra
  540. dot-merlin-reader < "4.19-414"
  541. dotenv
  542. dream
  543. dream-accept
  544. dream-cli
  545. dream-encoding
  546. dream-html < "3.9.5"
  547. dream-httpaf
  548. dream-livereload
  549. dream-pure
  550. dream-serve
  551. dream_middleware_ext
  552. drom >= "0.3.0"
  553. drom_lib >= "0.3.0"
  554. drom_toml
  555. dropbox
  556. dropbox_lwt_unix
  557. dscheck < "0.4.0"
  558. dssi >= "0.1.3"
  559. dtoa >= "0.3.2"
  560. dtools
  561. dual
  562. duff >= "0.2"
  563. dum >= "1.0.3"
  564. dune-build-info < "3.13.1"
  565. dune-cargo-build
  566. dune-compiledb
  567. dune-configurator >= "2.5.1" & < "3.13.1"
  568. dune-deps < "1.4.0"
  569. dune-expand
  570. dune-private-libs < "3.15.3"
  571. dune-release >= "1.0.0" & < "2.0.0"
  572. duppy
  573. duration
  574. dypgen
  575. earley >= "3.0.0"
  576. earlybird < "1.3.4"
  577. easy-format >= "1.3.2" & < "1.3.4"
  578. easy_logging
  579. easy_logging_yojson
  580. ecaml < "v0.17.0"
  581. edn
  582. ego
  583. eigen >= "0.1.0"
  584. eio < "0.8.1"
  585. eio-ssl
  586. eio_linux < "0.8.1"
  587. either
  588. elasticsearch-cli >= "0.5"
  589. electrod
  590. elpi
  591. email_message < "v0.17.0"
  592. embedded_ocaml_templates < "0.8"
  593. emile >= "0.4"
  594. encore >= "0.4"
  595. env_config < "v0.17.0"
  596. epictetus
  597. eqaf >= "0.2"
  598. eqaf-cstruct
  599. equinoxe
  600. equinoxe-cohttp
  601. equinoxe-hlc
  602. erlang
  603. erssical
  604. esa
  605. esgg
  606. esperanto-cosmopolitan >= "0.0.5"
  607. ethernet
  608. euler
  609. exenum >= "0.86"
  610. exit
  611. expect >= "0.1.0"
  612. expect_test_helpers
  613. expect_test_helpers_async < "v0.17.0"
  614. expect_test_helpers_core < "v0.17.0"
  615. expect_test_helpers_kernel
  616. expr
  617. extlib >= "1.7.9"
  618. extunix >= "0.3.1" & < "0.4.2"
  619. ez_api
  620. ez_cmdliner
  621. ez_config
  622. ez_file != "0.2.0"
  623. ez_hash
  624. ez_pgocaml
  625. ez_search
  626. ez_subst
  627. ezcurl < "0.3"
  628. ezcurl-lwt < "0.3"
  629. ezdl
  630. ezgzip >= "0.2.3"
  631. ezjs_ace
  632. ezjs_blockies
  633. ezjs_cleave
  634. ezjs_crypto
  635. ezjs_cytoscape
  636. ezjs_d3pie
  637. ezjs_extension
  638. ezjs_fetch
  639. ezjs_idb
  640. ezjs_jquery
  641. ezjs_min
  642. ezjs_odometer
  643. ezjs_push
  644. ezjs_qrcode
  645. ezjs_recaptcha
  646. ezjs_timeline
  647. ezjsonm >= "1.0.0"
  648. ezjsonm-lwt
  649. ezresto
  650. ezresto-directory
  651. ezsqlite >= "0.4.2"
  652. ezxmlm >= "1.1.0"
  653. FPauth
  654. FPauth-core
  655. FPauth-responses
  656. FPauth-strategies
  657. FrontC >= "4.0.0"
  658. faad >= "0.5.0"
  659. facteur
  660. fadbadml >= "0.1.2"
  661. faraday >= "0.7.1"
  662. faraday-async >= "0.7.1"
  663. faraday-lwt >= "0.7.1"
  664. faraday-lwt-unix >= "0.7.1"
  665. farmhash >= "0.4"
  666. fasmifra
  667. fat-filesystem >= "0.13.0"
  668. fd-send-recv >= "2.0.1"
  669. fdkaac >= "0.3.2"
  670. feat
  671. feat-core
  672. feat-num
  673. feather
  674. feather_async
  675. ff
  676. ff-bench
  677. ff-pbt
  678. ff-sig
  679. ffmpeg >= "1.0.0~beta1" & != "1.1.5" & < "1.1.7"
  680. ffmpeg-av != "1.1.5" & < "1.1.7"
  681. ffmpeg-avcodec != "1.1.5" & < "1.1.7"
  682. ffmpeg-avdevice != "1.1.5" & < "1.1.7"
  683. ffmpeg-avfilter != "1.1.5" & < "1.1.7"
  684. ffmpeg-avutil != "1.1.5" & < "1.1.7"
  685. ffmpeg-swresample != "1.1.5" & < "1.1.7"
  686. ffmpeg-swscale != "1.1.5" & < "1.1.7"
  687. fftw3 >= "0.8.2"
  688. fiat-p256
  689. fieldslib >= "v0.12.0" & < "v0.17.0"
  690. file_path < "v0.17.0"
  691. fileutils >= "0.6.1"
  692. finch
  693. fit < "1.3.2"
  694. fix >= "20181206"
  695. flac
  696. flex-array
  697. fluxt
  698. fmlib < "0.5.3"
  699. fmlib_js < "0.5.3"
  700. fmlib_parse < "0.5.3"
  701. fmlib_pretty < "0.5.3"
  702. fmlib_std < "0.5.3"
  703. fontforge-of-ocaml
  704. fred
  705. freetds >= "0.7"
  706. frei0r >= "0.1.2"
  707. frenetic
  708. fromager
  709. fsevents
  710. fsevents-lwt
  711. fsml
  712. fswatch
  713. fswatch_async
  714. fswatch_lwt
  715. fun-postgresql
  716. fun-sql
  717. fun-sqlite
  718. functoria
  719. functoria-runtime
  720. fuzzy_compare
  721. fuzzy_match < "v0.17.0"
  722. fzf < "v0.17.0"
  723. General
  724. GT < "0.5.4"
  725. gapi-ocaml
  726. gbddml
  727. gd >= "1.1"
  728. gdbprofiler >= "0.4"
  729. gemini >= "0.3.0"
  730. gen >= "0.5.2"
  731. gen_js_api < "1.1.4"
  732. gendarme
  733. gendarme-csv
  734. gendarme-ezjsonm
  735. gendarme-json < "0.4.0"
  736. gendarme-toml
  737. gendarme-yaml
  738. gendarme-yojson
  739. genprint
  740. genspio >= "0.0.3"
  741. genspir >= "1.0.0"
  742. geojson < "0.2.0"
  743. geojsone < "0.2.0"
  744. geoml
  745. get_line >= "7.0.0"
  746. gettext >= "0.4.1" & < "0.5.0"
  747. gettext-camomile < "0.5.0"
  748. gettext-stub < "0.5.0"
  749. git
  750. git-cohttp
  751. git-cohttp-unix
  752. git-http
  753. git-kv < "0.2.0"
  754. git-mirage
  755. git-paf
  756. git-unix
  757. github >= "4.0.0"
  758. github-data
  759. github-hooks
  760. github-hooks-unix >= "0.5.0"
  761. github-jsoo >= "4.1.0"
  762. github-unix >= "4.0.0"
  763. gitlab < "0.1.8"
  764. gitlab-jsoo < "0.1.8"
  765. gitlab-unix < "0.1.8"
  766. glfw-ocaml
  767. globlon
  768. gluten
  769. gluten-async
  770. gluten-eio
  771. gluten-lwt
  772. gluten-lwt-unix
  773. gluten-mirage
  774. gmap
  775. gmp
  776. gnuplot >= "0.6"
  777. gobba
  778. gobject-introspection
  779. goblint < "2.1.0"
  780. goblint-cil >= "1.8.0"
  781. google-drive-ocamlfuse
  782. gopcaml-mode >= "0.0.2"
  783. gopcaml-mode-merlin
  784. gospel < "0.2.0"
  785. gotd
  786. gperftools >= "0.4"
  787. gpiod
  788. gpr >= "1.4.0"
  789. gr
  790. grain_dypgen >= "0.2.1"
  791. graphics >= "5.0.0"
  792. graphql >= "0.8.0"
  793. graphql-async >= "0.8.0"
  794. graphql-cohttp >= "0.9.0"
  795. graphql-lwt >= "0.8.0"
  796. graphql_parser >= "0.9.0"
  797. graphql_ppx
  798. graphv
  799. graphv_core
  800. graphv_core_lib
  801. graphv_font
  802. graphv_font_js
  803. graphv_font_stb_truetype
  804. graphv_gles2
  805. graphv_gles2_native
  806. graphv_gles2_native_impl
  807. graphv_webgl
  808. graphv_webgl_impl
  809. gremlin
  810. grenier >= "0.8" & < "0.15"
  811. grid
  812. grpc < "0.2.0"
  813. grpc-async < "0.2.0"
  814. grpc-lwt < "0.2.0"
  815. gsl >= "1.24.0"
  816. gstreamer >= "0.3.1"
  817. guardian
  818. guile
  819. h1
  820. h1-lwt-unix
  821. h1_parser
  822. h2
  823. h2-async
  824. h2-eio
  825. h2-lwt
  826. h2-lwt-unix
  827. h2-mirage
  828. hack_parallel >= "1.0.0"
  829. hacl >= "0.3"
  830. hacl-star
  831. hacl-star-raw >= "0.5.0"
  832. hacl_x25519
  833. happy-eyeballs
  834. happy-eyeballs-lwt
  835. happy-eyeballs-miou-unix
  836. happy-eyeballs-mirage
  837. hardcaml < "v0.17.0"
  838. hardcaml_axi < "v0.17.0"
  839. hardcaml_c < "v0.17.0"
  840. hardcaml_circuits < "v0.17.0"
  841. hardcaml_fixed_point < "v0.17.0"
  842. hardcaml_handshake < "v0.17.0"
  843. hardcaml_of_verilog < "v0.17.0"
  844. hardcaml_step_testbench < "v0.17.0"
  845. hardcaml_verify < "v0.17.0"
  846. hardcaml_verilator < "v0.17.0"
  847. hardcaml_waveterm < "v0.17.0"
  848. hardcaml_xilinx < "v0.17.0"
  849. hardcaml_xilinx_components < "v0.17.0"
  850. hardcaml_xilinx_reports < "v0.17.0"
  851. hashcons >= "1.4.0"
  852. hashids >= "1.0.1"
  853. hashset >= "1.0.1"
  854. haxe >= "4.1.1"
  855. hc < "0.2"
  856. hdf5 >= "0.1.5"
  857. headache < "1.07"
  858. header-check
  859. herdtools7 >= "7.55"
  860. hex >= "1.3.0"
  861. hex_encode < "v0.17.0"
  862. hexstring
  863. hg_lib < "v0.17.0"
  864. hidapi >= "1.1"
  865. hidapi-lwt
  866. higher_kinded < "v0.17.0"
  867. higlo >= "0.8"
  868. hilite < "0.5.0"
  869. hkdf
  870. hl_yaml
  871. hockmd
  872. horned_worm
  873. hpack
  874. htmlfromtexbooks
  875. hts_shrink >= "2.0.0"
  876. http-cookie < "4.3.0"
  877. http-lwt-client
  878. http-mirage-client
  879. http-multipart-formdata
  880. http_async
  881. httpaf >= "0.6.0"
  882. httpaf-async >= "0.6.0"
  883. httpaf-lwt-unix
  884. httpaf_caged
  885. httpcats
  886. httph
  887. huffman
  888. hurl
  889. hvsock >= "2.0.0"
  890. hxd
  891. hyper
  892. ISO3166
  893. ISO8601 >= "0.2.6"
  894. i3ipc
  895. icalendar
  896. idd
  897. idds
  898. imagelib
  899. incr_dom < "v0.17.0"
  900. incr_dom_interactive < "v0.17.0"
  901. incr_dom_keyboard
  902. incr_dom_partial_render < "v0.17.0"
  903. incr_dom_sexp_form < "v0.17.0"
  904. incr_dom_widgets
  905. incr_map < "v0.17.0"
  906. incr_select < "v0.17.0"
  907. incremental < "v0.17.0"
  908. incremental_cycles
  909. indentation_buffer < "v0.17.0"
  910. index
  911. index-bench
  912. inferno >= "20190924"
  913. influxdb
  914. influxdb-async
  915. influxdb-lwt
  916. inotify >= "2.4" & < "2.6"
  917. inquire
  918. int_repr < "v0.17.0"
  919. integers >= "0.3.0"
  920. integers_stubs_js
  921. integration1d >= "0.5.1"
  922. interface-prime
  923. interface-prime-lwt
  924. interval >= "1.5" & < "1.6"
  925. interval-map
  926. interval_base
  927. interval_crlibm
  928. interval_intel
  929. io-page
  930. io-page-unix
  931. iostream
  932. iostream-camlzip
  933. ipaddr >= "2.9.0"
  934. ipaddr-cstruct
  935. ipaddr-sexp
  936. irc-client >= "0.6.2"
  937. irc-client-lwt >= "0.6.2"
  938. irc-client-lwt-ssl
  939. irc-client-tls >= "0.6.2"
  940. irc-client-unix >= "0.6.2"
  941. iri >= "0.6.0" & < "1.1.0"
  942. irmin
  943. irmin-bench
  944. irmin-chunk
  945. irmin-cli
  946. irmin-client
  947. irmin-containers
  948. irmin-fs
  949. irmin-git
  950. irmin-graphql
  951. irmin-http
  952. irmin-indexeddb
  953. irmin-layers
  954. irmin-mirage
  955. irmin-mirage-git
  956. irmin-mirage-graphql
  957. irmin-pack
  958. irmin-pack-tools
  959. irmin-server
  960. irmin-test
  961. irmin-tezos
  962. irmin-unix
  963. irmin-watcher
  964. iso639
  965. iter
  966. itv-tree >= "2.2"
  967. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  968. jane_rope < "v0.17.0"
  969. janestreet_cpuid < "v0.17.0"
  970. janestreet_csv < "v0.17.0"
  971. janestreet_lru_cache < "v0.17.0"
  972. jekyll-format >= "0.2.0"
  973. jemalloc >= "0.2"
  974. jhupllib >= "0.2.1"
  975. jingoo >= "1.3.0"
  976. jose
  977. js_of_ocaml < "4.1.0"
  978. js_of_ocaml-compiler < "4.1.0"
  979. js_of_ocaml-lwt < "4.1.0"
  980. js_of_ocaml-ocamlbuild >= "3.5.0"
  981. js_of_ocaml-ppx < "4.1.0"
  982. js_of_ocaml-ppx_deriving_json < "4.1.0"
  983. js_of_ocaml-toplevel < "4.1.0"
  984. js_of_ocaml-tyxml < "4.1.0"
  985. js_of_ocaml-webgpu
  986. js_of_ocaml-webidl
  987. js_of_ocaml_patches < "v0.17.0"
  988. json-data-encoding < "1.0.0"
  989. json-data-encoding-browser < "1.0.0"
  990. json-data-encoding-bson < "1.0.0"
  991. json_decoder
  992. jsonaf < "v0.17.0"
  993. jsonoo
  994. jsonrpc < "1.15.1-5.0"
  995. jsonxt
  996. jsoo-react
  997. jsoo_broadcastchannel
  998. jsoo_storage
  999. jst-config < "v0.17.0"
  1000. junit >= "2.0.1" & < "2.2.0"
  1001. junit_alcotest >= "2.0.1" & < "2.2.0"
  1002. junit_ounit >= "2.0.1" & < "2.2.0"
  1003. jupyter
  1004. jupyter-archimedes
  1005. jupyter-kernel
  1006. jwto
  1007. kafka >= "0.5"
  1008. kafka_async
  1009. kafka_lwt
  1010. kappa-agents
  1011. kappa-binaries
  1012. kappa-library
  1013. kappa-server
  1014. kcas < "0.1.6"
  1015. kdf
  1016. ke
  1017. key-parsers >= "0.10.1"
  1018. kicadsch >= "0.4.0"
  1019. kind2
  1020. kinetic-client >= "0.0.11"
  1021. kittyimg
  1022. kqueue < "0.5.0"
  1023. krb
  1024. lab < "0.1.8"
  1025. lablgtk3 >= "3.0.beta4"
  1026. lablgtk3-extras >= "3.0.1"
  1027. lablgtk3-goocanvas2
  1028. lablgtk3-gtkspell3
  1029. lablgtk3-rsvg2
  1030. lablgtk3-sourceview3
  1031. lablqml
  1032. labrys
  1033. lacaml >= "11.0.2"
  1034. ladspa >= "0.2.0"
  1035. lambda
  1036. lambda-runtime
  1037. lambda-term >= "2.0" & < "3.3.0"
  1038. lambda_streams
  1039. lambda_streams_async
  1040. lambda_streams_lwt
  1041. lambdapi < "2.3.1"
  1042. lambdasoup >= "0.6.4"
  1043. lame >= "0.3.4"
  1044. landmarks = "1.4"
  1045. landmarks-ppx < "1.5"
  1046. lascar >= "0.6-alpha"
  1047. lastfm = "0.3.3"
  1048. launchd >= "1.3"
  1049. lazy-trie
  1050. lbfgs >= "0.9.1"
  1051. lbvs_consent >= "2.1.0"
  1052. ldap >= "2.4.1"
  1053. ldp < "0.5.0"
  1054. ldp_curl < "0.5.0"
  1055. ldp_js < "0.5.0"
  1056. ldp_tls < "0.5.0"
  1057. leaflet
  1058. learn-ocaml
  1059. learn-ocaml-client
  1060. ledgerwallet
  1061. lens >= "1.2.3"
  1062. letsencrypt
  1063. letsencrypt-app
  1064. letsencrypt-dns
  1065. letsencrypt-mirage
  1066. letters
  1067. leveldb >= "1.3.0"
  1068. libabsolute
  1069. libbinaryen < "110.0.0"
  1070. libirmin
  1071. libsvm >= "0.10.0"
  1072. libzipperposition
  1073. lilac
  1074. lilv
  1075. line-up-words < "v0.17.0"
  1076. line_oriented
  1077. linenoise >= "1.2.0"
  1078. links
  1079. links-mysql
  1080. links-postgresql
  1081. links-sqlite3
  1082. linol
  1083. linol-eio
  1084. linol-lwt
  1085. lintcstubs-arity < "0.2.0" | >= "0.4.1"
  1086. linwrap
  1087. liquid_interpreter
  1088. liquid_ml
  1089. liquid_parser
  1090. liquid_std
  1091. liquid_syntax
  1092. little_logger
  1093. llama-cpp-ocaml
  1094. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1095. lmdb = "1.0"
  1096. lo >= "0.2.0"
  1097. loga
  1098. logical
  1099. logs-async < "1.3"
  1100. logs-async-reporter < "1.3"
  1101. logs-ppx
  1102. logs-syslog
  1103. logtk
  1104. lp
  1105. lp-glpk
  1106. lp-glpk-js
  1107. lp-gurobi
  1108. lp-highs
  1109. lpd
  1110. lrgrep
  1111. lru >= "0.3.0"
  1112. lru_cache
  1113. lsp < "1.15.1-5.0"
  1114. lt-code
  1115. lua-ml >= "0.9.3"
  1116. lua_parser
  1117. lun
  1118. lustre-v6 >= "6.103.3"
  1119. lutils >= "1.51.2"
  1120. lutin >= "2.71.10"
  1121. luv
  1122. luv_unix
  1123. lwd < "0.4"
  1124. lwt != "5.9.2" & < "6.0.0~beta01"
  1125. lwt-canceler
  1126. lwt-dllist
  1127. lwt-exit
  1128. lwt-parallel
  1129. lwt-pipe
  1130. lwt-pipeline >= "0.2"
  1131. lwt-watcher
  1132. lwt_direct < "6.0.0~beta01"
  1133. lwt_domain
  1134. lwt_eio < "0.4"
  1135. lwt_glib >= "1.1.1"
  1136. lwt_log >= "1.1.1"
  1137. lwt_ppx >= "1.2.2" & < "5.9.2"
  1138. lwt_react >= "1.1.2"
  1139. lwt_retry
  1140. lwt_ssl >= "1.1.3"
  1141. lz4 >= "1.2.0"
  1142. lz4_chans
  1143. lzo >= "0.0.3"
  1144. macaddr
  1145. macaddr-cstruct
  1146. macaddr-sexp
  1147. mad >= "0.5.0"
  1148. magic-mime >= "1.1.2"
  1149. magic-trace
  1150. make-random
  1151. malfunction
  1152. man_in_the_middle_debugger < "v0.17.0"
  1153. markdown
  1154. markup >= "0.8.0"
  1155. markup-lwt
  1156. mastodon-archive-viewer >= "0.2" & < "0.4.0"
  1157. matplotlib
  1158. mc2
  1159. mccs >= "1.1+10"
  1160. mcrunch
  1161. mdx != "1.7.0" & < "2.2.0"
  1162. mec
  1163. mechaml
  1164. mehari-eio < "0.2"
  1165. mehari-eio-unix
  1166. mehari-lwt-unix < "0.2"
  1167. mehari-mirage < "0.2"
  1168. mem_usage
  1169. memcad
  1170. memfd
  1171. memgraph
  1172. memgraph_kitty
  1173. memo < "0.2"
  1174. memprof-limits
  1175. memtrace
  1176. memtrace-mirage
  1177. memtrace_viewer
  1178. menhir >= "20200123"
  1179. menhirCST
  1180. menhirGLR
  1181. menhirLib
  1182. menhirSdk
  1183. merge-fmt < "0.4"
  1184. merlin < "5.3-502"
  1185. merlin-extend
  1186. merlin-lib < "5.3-502"
  1187. mesh >= "0.9.5"
  1188. mesh-easymesh >= "0.9.5"
  1189. mesh-graphics >= "0.9.5"
  1190. mesh-triangle >= "0.9.5"
  1191. metadb
  1192. metapp
  1193. metaquot
  1194. metrics
  1195. metrics-influx
  1196. metrics-lwt
  1197. metrics-rusage
  1198. metrics-unix
  1199. mew
  1200. mew_vi
  1201. mhttp
  1202. mhttp-client
  1203. mhttp-server
  1204. mimic
  1205. mimic-happy-eyeballs
  1206. mindstorm >= "0.8"
  1207. mindstorm-lwt
  1208. minicaml
  1209. minicli >= "5.0.2"
  1210. minisat >= "0.3"
  1211. miou < "0.5.2"
  1212. mirage >= "4.0.0"
  1213. mirage-block
  1214. mirage-block-ccm
  1215. mirage-block-combinators
  1216. mirage-block-lwt
  1217. mirage-block-ramdisk
  1218. mirage-block-solo5
  1219. mirage-block-unix
  1220. mirage-block-xen
  1221. mirage-bootvar
  1222. mirage-channel >= "3.2.0"
  1223. mirage-channel-lwt
  1224. mirage-clock
  1225. mirage-clock-lwt
  1226. mirage-clock-unix
  1227. mirage-conduit
  1228. mirage-console
  1229. mirage-console-lwt
  1230. mirage-crypto
  1231. mirage-crypto-ec
  1232. mirage-crypto-pk
  1233. mirage-crypto-rng
  1234. mirage-crypto-rng-async
  1235. mirage-crypto-rng-eio
  1236. mirage-crypto-rng-lwt
  1237. mirage-crypto-rng-miou-unix
  1238. mirage-crypto-rng-mirage
  1239. mirage-crypto-rng-mkernel
  1240. mirage-device
  1241. mirage-dns
  1242. mirage-flow
  1243. mirage-flow-combinators
  1244. mirage-flow-lwt
  1245. mirage-flow-unix
  1246. mirage-fs
  1247. mirage-fs-lwt
  1248. mirage-kv >= "2.0.0"
  1249. mirage-kv-lwt >= "2.0.0"
  1250. mirage-kv-mem
  1251. mirage-kv-unix < "3.0.0"
  1252. mirage-monitoring
  1253. mirage-mtime
  1254. mirage-nat
  1255. mirage-net
  1256. mirage-net-lwt
  1257. mirage-net-macosx >= "1.6.0"
  1258. mirage-net-solo5
  1259. mirage-net-unix
  1260. mirage-net-xen
  1261. mirage-profile
  1262. mirage-protocols
  1263. mirage-protocols-lwt
  1264. mirage-ptime
  1265. mirage-qubes
  1266. mirage-qubes-ipv4
  1267. mirage-random
  1268. mirage-runtime
  1269. mirage-sleep
  1270. mirage-solo5
  1271. mirage-stack
  1272. mirage-stack-lwt
  1273. mirage-time
  1274. mirage-time-lwt
  1275. mirage-time-unix
  1276. mirage-types >= "3.6.0"
  1277. mirage-types-lwt >= "3.6.0"
  1278. mirage-unix
  1279. mirage-vnetif
  1280. mirage-xen
  1281. mkaudio >= "1.1.0"
  1282. mkocaml
  1283. mlbdd >= "0.7.2"
  1284. mlfenv
  1285. mlmpfr >= "4.0.2+dune"
  1286. mlpost
  1287. mlpost-lablgtk
  1288. mlt_parser < "v0.17.0"
  1289. mm >= "0.7.0" & < "0.8.2"
  1290. mmap
  1291. mmdb
  1292. mmo
  1293. mnet
  1294. mnet-cli
  1295. mnet-dns
  1296. mnet-happy-eyeballs
  1297. mnet-tls
  1298. mock >= "0.1.1"
  1299. mock-ounit >= "0.1.1"
  1300. module-graph
  1301. molenc
  1302. monaco_jsoo
  1303. monolith < "20241126"
  1304. monomorphic >= "2.0"
  1305. monorobot
  1306. morbig >= "0.10.3"
  1307. morsmall
  1308. moss >= "0.1.1"
  1309. mparser >= "1.3"
  1310. mparser-pcre
  1311. mparser-re
  1312. mperf
  1313. mpg123
  1314. mpp >= "0.3.4"
  1315. mpris
  1316. mpris-clients
  1317. mrmime
  1318. msat >= "0.8"
  1319. msat-bin
  1320. mset
  1321. msgpck >= "1.5"
  1322. msgpck-repr
  1323. mssql
  1324. mugen
  1325. mula
  1326. multibase
  1327. multicodec
  1328. multihash
  1329. multihash-digestif
  1330. multipart-form-data >= "0.3.0"
  1331. multipart_form
  1332. multipart_form-cohttp-lwt
  1333. multipart_form-eio
  1334. multipart_form-lwt
  1335. multipart_form-miou
  1336. murmur3 >= "0.3"
  1337. mustache >= "3.1.0"
  1338. mustache-cli
  1339. mutf8
  1340. mwt
  1341. mybuild >= "7"
  1342. mysql8
  1343. mysql_protocol
  1344. n_ary < "v0.17.0"
  1345. naboris
  1346. nacc
  1347. nanoev
  1348. nanoev-picos
  1349. nanoev-posix
  1350. nanoev_tiny_httpd
  1351. nanoid
  1352. nanosvg
  1353. nanosvg_text
  1354. nbd >= "4.0.3"
  1355. nbd-tool
  1356. nbd-unix
  1357. netkat
  1358. netlink >= "0.3.4"
  1359. netsnmp < "v0.17.0"
  1360. nice_parser
  1361. ninja_utils
  1362. nlopt
  1363. nmea
  1364. noCanren >= "0.3.0~alpha1"
  1365. nocoiner
  1366. node_of_ocaml
  1367. noise
  1368. non_empty_list
  1369. nottui < "0.4"
  1370. nottui-lwt < "0.4"
  1371. nottui-pretty < "0.4"
  1372. notty >= "0.2.3"
  1373. notty_async >= "v0.12.0" & < "v0.17.0"
  1374. np
  1375. npy >= "0.0.9"
  1376. nsq
  1377. numeric_string < "v0.17.0"
  1378. nuscr
  1379. OCanren-ppx
  1380. obeam
  1381. obelisk >= "0.5.0"
  1382. obuilder < "0.5"
  1383. obuilder-spec < "0.5"
  1384. obus >= "1.2.0"
  1385. ocal >= "0.2.2"
  1386. ocaml-canvas
  1387. ocaml-compiler-libs >= "v0.12.0"
  1388. ocaml-embed-file < "v0.17.0"
  1389. ocaml-in-python
  1390. ocaml-lsp-server < "1.17.0"
  1391. ocaml-lua
  1392. ocaml-migrate-parsetree
  1393. ocaml-migrate-parsetree-ocamlbuild
  1394. ocaml-monadic >= "0.4.1"
  1395. ocaml-print-intf
  1396. ocaml-probes < "v0.17.0"
  1397. ocaml-protoc >= "2.0.1"
  1398. ocaml-protoc-plugin < "4.3.1"
  1399. ocaml-r >= "0.1.1"
  1400. ocaml-syntax-shims
  1401. ocaml-systemd >= "1.3"
  1402. ocaml-top >= "1.2.0"
  1403. ocaml-vdom < "transition"
  1404. ocaml-version = "3.5.0"
  1405. ocaml_db_model
  1406. ocaml_intrinsics < "v0.17.0"
  1407. ocaml_pgsql_model
  1408. ocaml_plugin
  1409. ocamlapi
  1410. ocamlapi_async
  1411. ocamlapi_lwt_unix
  1412. ocamlapi_ppx
  1413. ocamlcodoc
  1414. ocamldiff >= "1.2"
  1415. ocamlformat
  1416. ocamlformat-lib
  1417. ocamlformat-mlx
  1418. ocamlformat-mlx-lib
  1419. ocamlformat-rpc < "removed"
  1420. ocamlformat-rpc-lib
  1421. ocamlgraph >= "2.0.0"
  1422. ocamlgraph_gtk
  1423. ocamline
  1424. ocamlog
  1425. ocb
  1426. ocf >= "0.8.0" & < "1.0.0"
  1427. ocf_ppx < "1.0.0"
  1428. ockt
  1429. ocluster < "0.2"
  1430. ocluster-api < "0.2"
  1431. ocolor
  1432. ocp-browser >= "1.1.9"
  1433. ocp-indent >= "1.7.0" & < "1.9.0"
  1434. ocp-indent-nlfork
  1435. ocp-index >= "1.1.9"
  1436. ocp-search
  1437. ocp_reveal
  1438. ocplib-endian >= "1.1"
  1439. ocplib-json-typed >= "0.7"
  1440. ocplib-json-typed-browser
  1441. ocplib-json-typed-bson
  1442. ocplib-simplex >= "0.5"
  1443. ocplib_stuff != "0.3.0"
  1444. ocsigen-i18n >= "4.0.0"
  1445. ocsigen-ppx-rpc
  1446. ocsigenserver >= "4.0.1" & < "7.0.0"
  1447. ocsipersist
  1448. ocsipersist-dbm
  1449. ocsipersist-dbm-config
  1450. ocsipersist-lib
  1451. ocsipersist-pgsql
  1452. ocsipersist-pgsql-config
  1453. ocsipersist-sqlite
  1454. ocsipersist-sqlite-config
  1455. octavius >= "1.2.2"
  1456. odash
  1457. odate
  1458. odep < "0.2.0"
  1459. odepack >= "0.6.9"
  1460. odnnr
  1461. odoc < "3.0.0"
  1462. odoc-parser < "3.0.0"
  1463. of_json < "v0.17.0"
  1464. offheap
  1465. ogg >= "1.0.0"
  1466. ohex
  1467. oidc
  1468. ojs < "1.1.4"
  1469. ojs_base
  1470. ojs_base_all
  1471. ojs_base_ppx
  1472. ojs_ed
  1473. ojs_filetree
  1474. ojs_list
  1475. olinq >= "0.3"
  1476. omd >= "1.3.2"
  1477. ometrics
  1478. omg
  1479. omigrate < "0.3.1"
  1480. omlr
  1481. oniguruma
  1482. opam-0install
  1483. opam-0install-cudf
  1484. opam-bin >= "1.0.0"
  1485. opam-build
  1486. opam-client >= "2.0.2"
  1487. opam-compiler
  1488. opam-core >= "2.0.2"
  1489. opam-custom-install
  1490. opam-devel >= "2.0.2"
  1491. opam-ed >= "0.4"
  1492. opam-file-format >= "2.1.0" & < "2.1.5"
  1493. opam-format >= "2.0.2"
  1494. opam-graph
  1495. opam-grep >= "0.2.0"
  1496. opam-installer >= "2.0.2"
  1497. opam-monorepo < "0.3.1"
  1498. opam-package-upgrade >= "0.2"
  1499. opam-publish >= "2.0.2"
  1500. opam-repository >= "2.0.2"
  1501. opam-solver >= "2.0.2"
  1502. opam-spin
  1503. opam-state >= "2.0.2"
  1504. opam-test
  1505. opam_bin_lib != "0.9.5"
  1506. opasswd
  1507. opazl
  1508. openai-gym
  1509. openapi
  1510. openapi-opium
  1511. openapi_router
  1512. opencc0
  1513. opencc1
  1514. opencc1_1
  1515. openQASM
  1516. opentelemetry
  1517. opentelemetry-client-cohttp-eio
  1518. opentelemetry-client-cohttp-lwt
  1519. opentelemetry-client-ocurl
  1520. opentelemetry-cohttp-lwt
  1521. opentelemetry-logs
  1522. opentelemetry-lwt
  1523. opium
  1524. opium-graphql
  1525. opium-testing
  1526. opium_kernel >= "0.17.0"
  1527. oplot < "0.85"
  1528. oplsr
  1529. opomodoro
  1530. opsian
  1531. optal
  1532. opti
  1533. optimization1d >= "0.6.1"
  1534. optiml-transport
  1535. optint
  1536. opus
  1537. oraft < "0.3.0"
  1538. oranger >= "2.0.1"
  1539. orb
  1540. order-i3-xfce
  1541. ordinal_abbreviation < "v0.17.0"
  1542. ordma >= "0.0.5"
  1543. orec >= "1.0.1"
  1544. orewa
  1545. orf
  1546. orgeat
  1547. orpie
  1548. orrandomForest
  1549. orsvm_e1071 >= "4.0.0"
  1550. orun
  1551. orxgboost >= "1.1.0"
  1552. osc >= "0.2.0"
  1553. osc-lwt
  1554. osc-unix
  1555. oseq >= "0.2"
  1556. osh
  1557. oskel
  1558. osnap
  1559. osx-secure-transport
  1560. otf
  1561. otoggl
  1562. otoml
  1563. otr
  1564. ounit = "2.1.2"
  1565. ounit-lwt < "2.2.0"
  1566. ounit2 < "2.2.7"
  1567. ounit2-lwt < "2.2.7"
  1568. override
  1569. owee < "0.8"
  1570. owl >= "0.4.0" & < "1.2"
  1571. owl-base >= "0.4.0" & < "1.2"
  1572. owl-jupyter
  1573. owl-ode
  1574. owl-ode-base
  1575. owl-ode-odepack
  1576. owl-ode-sundials
  1577. owl-opt
  1578. owl-opt-lbfgs
  1579. owl-plplot < "1.1"
  1580. owl-symbolic
  1581. owl-top >= "0.4.0" & < "1.2"
  1582. owl-zoo >= "0.4.0"
  1583. owork
  1584. ozulip
  1585. p4pp
  1586. p5scm
  1587. packstream
  1588. pacomb
  1589. paf
  1590. paf-cohttp
  1591. pam < "v0.17.0"
  1592. pandoc
  1593. pandoc-abbreviations
  1594. pandoc-comment
  1595. pandoc-crossref
  1596. pandoc-include
  1597. pandoc-inspect
  1598. pandoc-pdf2png
  1599. pandoc-replace
  1600. papi >= "0.1.1"
  1601. parany >= "9.0.0"
  1602. pardi
  1603. parmap >= "1.1.1"
  1604. parsexp >= "v0.12.0" & < "v0.17.0"
  1605. parsexp_io < "v0.17.0"
  1606. parsley
  1607. patdiff >= "v0.12.1" & < "v0.17.0"
  1608. path_glob
  1609. patience_diff < "v0.17.0"
  1610. patricia-tree < "0.10.0"
  1611. pattern
  1612. pb
  1613. pb-plugin
  1614. pbkdf
  1615. pbrt
  1616. pbrt_services
  1617. pbrt_yojson
  1618. pcap-format >= "0.5.2"
  1619. pcre >= "7.3.5"
  1620. pcre2
  1621. pds-reachability >= "0.2.2"
  1622. pecu >= "0.2"
  1623. petr4
  1624. pf-qubes
  1625. pg_query
  1626. pgocaml >= "4.0"
  1627. pgocaml_ppx
  1628. pgx >= "1.0" & < "2.2"
  1629. pgx_async >= "1.0" & < "2.2"
  1630. pgx_lwt >= "1.0" & < "2.2"
  1631. pgx_lwt_mirage < "2.2"
  1632. pgx_lwt_unix < "2.2"
  1633. pgx_unix >= "1.0" & < "2.2"
  1634. pgx_value_core < "2.2"
  1635. pgx_value_ptime < "2.2"
  1636. phantom-algebra >= "1.0.1"
  1637. phonetic
  1638. phylogenetics < "0.2.0"
  1639. piaf
  1640. picasso
  1641. piqi >= "0.7.8"
  1642. piqilib >= "0.6.16"
  1643. pixel_pusher
  1644. pkcs11 >= "0.18.0"
  1645. pkcs11-cli
  1646. pkcs11-driver
  1647. pkcs11-rev
  1648. pla >= "1.3"
  1649. plateau
  1650. plato
  1651. plebeia < "2.0.0"
  1652. plist-xml
  1653. plist-xml-lwt
  1654. plotkicadsch
  1655. plplot >= "5.11.0-1"
  1656. polka
  1657. poll
  1658. polling_state_rpc < "v0.17.0"
  1659. polly
  1660. polynomial
  1661. pomap
  1662. popper
  1663. portaudio >= "0.2.2"
  1664. portaudio_c_bindings
  1665. posix-base < "4.0.1"
  1666. posix-bindings < "4.0.1"
  1667. posix-getopt >= "2.0.0" & < "4.0.1"
  1668. posix-math2 < "4.0.1"
  1669. posix-signal < "4.0.1"
  1670. posix-socket < "4.0.1"
  1671. posix-socket-unix < "4.0.1"
  1672. posix-time2 < "4.0.1"
  1673. posix-types >= "2.0.0" & < "4.0.1"
  1674. posix-uname < "4.0.1"
  1675. posixat < "v0.17.0"
  1676. postgres_async < "v0.17.0"
  1677. postgresql >= "4.4.1"
  1678. pp
  1679. pp-binary-ints
  1680. pp_loc
  1681. pprint >= "20200226"
  1682. ppx-owl-opt
  1683. ppx_accessor < "v0.17.0"
  1684. ppx_assert < "v0.17.0"
  1685. ppx_bap
  1686. ppx_base < "v0.17.0"
  1687. ppx_bench < "v0.17.0"
  1688. ppx_bin_prot < "v0.17.0"
  1689. ppx_bitstring < "5.0.2"
  1690. ppx_blob >= "0.6.0"
  1691. ppx_camlrack
  1692. ppx_catch
  1693. ppx_cold < "v0.17.0"
  1694. ppx_compare < "v0.17.0"
  1695. ppx_compose >= "0.1.0"
  1696. ppx_const >= "2.0"
  1697. ppx_conv_func < "v0.17.0"
  1698. ppx_counters
  1699. ppx_css < "v0.17.0"
  1700. ppx_cstruct
  1701. ppx_cstubs
  1702. ppx_csv_conv < "v0.17.0"
  1703. ppx_custom_printf < "v0.17.0"
  1704. ppx_decimal
  1705. ppx_defer >= "0.4.0"
  1706. ppx_demo < "v0.17.0"
  1707. ppx_derive_at_runtime < "v0.17.0"
  1708. ppx_derivers >= "1.2.1"
  1709. ppx_deriving
  1710. ppx_deriving_cmdliner >= "0.5.1"
  1711. ppx_deriving_encoding
  1712. ppx_deriving_hardcaml
  1713. ppx_deriving_hash
  1714. ppx_deriving_json_schema
  1715. ppx_deriving_jsoo
  1716. ppx_deriving_madcast >= "0.2"
  1717. ppx_deriving_popper
  1718. ppx_deriving_protobuf
  1719. ppx_deriving_qcheck
  1720. ppx_deriving_rpc
  1721. ppx_deriving_scad
  1722. ppx_deriving_yaml < "0.2.2"
  1723. ppx_deriving_yojson
  1724. ppx_disable_unused_warnings < "v0.17.0"
  1725. ppx_distr_guards >= "0.2"
  1726. ppx_enumerate < "v0.17.0"
  1727. ppx_expect < "v0.17.0"
  1728. ppx_factory
  1729. ppx_fail
  1730. ppx_fields_conv < "v0.17.0"
  1731. ppx_fixed_literal < "v0.17.0"
  1732. ppx_gen_rec >= "1.1.0"
  1733. ppx_getenv >= "2.0"
  1734. ppx_globalize < "v0.17.0"
  1735. ppx_hash < "v0.17.0"
  1736. ppx_here < "v0.17.0"
  1737. ppx_ignore_instrumentation < "v0.17.0"
  1738. ppx_import
  1739. ppx_inline_alcotest
  1740. ppx_inline_test < "v0.16.1"
  1741. ppx_irmin
  1742. ppx_jane < "v0.17.0"
  1743. ppx_js_style < "v0.17.0"
  1744. ppx_jsobject_conv
  1745. ppx_jsonaf_conv < "v0.17.0"
  1746. ppx_let < "v0.17.0"
  1747. ppx_log < "v0.17.0"
  1748. ppx_make
  1749. ppx_map
  1750. ppx_marshal
  1751. ppx_marshal_ext
  1752. ppx_matches < "0.1.0"
  1753. ppx_meta_conv
  1754. ppx_mikmatch
  1755. ppx_module_timer < "v0.17.0"
  1756. ppx_monad
  1757. ppx_monoid >= "0.3.2"
  1758. ppx_mysql
  1759. ppx_mysql_identity
  1760. ppx_open
  1761. ppx_optcomp < "v0.17.0"
  1762. ppx_optional < "v0.17.0"
  1763. ppx_parser
  1764. ppx_pattern_bind < "v0.17.0"
  1765. ppx_pbt
  1766. ppx_pipebang >= "v0.12.0" & < "v0.17.0"
  1767. ppx_protocol_conv
  1768. ppx_protocol_conv_json
  1769. ppx_protocol_conv_jsonm
  1770. ppx_protocol_conv_msgpack
  1771. ppx_protocol_conv_xml_light
  1772. ppx_protocol_conv_xmlm
  1773. ppx_protocol_conv_yaml
  1774. ppx_pyformat
  1775. ppx_python < "v0.17.0"
  1776. ppx_rapper
  1777. ppx_rapper_async
  1778. ppx_rapper_lwt
  1779. ppx_regexp >= "0.4.0"
  1780. ppx_repr
  1781. ppx_seq
  1782. ppx_sexp_conv < "v0.17.0"
  1783. ppx_sexp_message < "v0.17.0"
  1784. ppx_sexp_value < "v0.17.0"
  1785. ppx_show
  1786. ppx_stable < "v0.17.0"
  1787. ppx_stable_witness < "v0.17.0"
  1788. ppx_string < "v0.17.0"
  1789. ppx_string_interpolation
  1790. ppx_subliner
  1791. ppx_test
  1792. ppx_there
  1793. ppx_tools >= "6.0+4.08.0"
  1794. ppx_tools_versioned
  1795. ppx_trace
  1796. ppx_tydi < "v0.17.0"
  1797. ppx_type_directed_value
  1798. ppx_typed_fields < "v0.17.0"
  1799. ppx_typerep_conv < "v0.17.0"
  1800. ppx_tyre
  1801. ppx_units
  1802. ppx_variants_conv < "v0.17.0"
  1803. ppx_viewpattern
  1804. ppx_wideopen
  1805. ppx_xml_conv < "v0.17.0"
  1806. ppx_yojson
  1807. ppx_yojson_conv < "v0.17.0"
  1808. ppx_yojson_conv_lib < "v0.17.0"
  1809. ppxfind >= "1.3"
  1810. ppxlib < "0.34.0"
  1811. ppxx
  1812. pratter
  1813. prbnmcn-basic-structures
  1814. prbnmcn-cgrph
  1815. prbnmcn-clustering
  1816. prbnmcn-dagger
  1817. prbnmcn-dagger-gsl
  1818. prbnmcn-dagger-stats
  1819. prbnmcn-dagger-test
  1820. prbnmcn-gnuplot
  1821. prbnmcn-linalg
  1822. prbnmcn-mcts
  1823. prbnmcn-proptest
  1824. prbnmcn-stats
  1825. prbnmcn-ucb1
  1826. prc
  1827. preface
  1828. prettym
  1829. printbox >= "0.2" & < "0.8"
  1830. printbox-html < "0.8"
  1831. printbox-text < "0.8"
  1832. proc-smaps
  1833. prof_spacetime
  1834. profunctor < "v0.17.0"
  1835. progress < "0.5.0"
  1836. prom
  1837. prometheus >= "0.6"
  1838. prometheus-app >= "0.6"
  1839. promise
  1840. promise_jsoo
  1841. promise_jsoo_lwt
  1842. protocell
  1843. protocol-9p >= "1.0.0"
  1844. protocol-9p-tool >= "1.0.0"
  1845. protocol-9p-unix >= "1.0.0"
  1846. protocol_version_header < "v0.17.0"
  1847. prr
  1848. psmt2-frontend = "0.3.0" | >= "0.4.0"
  1849. psq >= "0.1.1"
  1850. ptmap >= "2.0.5"
  1851. ptset
  1852. pulseaudio >= "0.1.4"
  1853. pure-html < "3.9.5"
  1854. pure-splitmix >= "0.3"
  1855. purl
  1856. py >= "1.1"
  1857. pyast
  1858. pyml >= "20210924"
  1859. pyml_bindgen < "0.3.0"
  1860. pyre-ast
  1861. pythonlib
  1862. qbf >= "0.3"
  1863. qcheck >= "0.13"
  1864. qcheck-alcotest
  1865. qcheck-core
  1866. qcheck-ounit
  1867. qinap
  1868. qiskit < "0.44.0"
  1869. qmp >= "0.19.0"
  1870. qrencode
  1871. qtest >= "2.10.1"
  1872. queenshead
  1873. quests
  1874. radamsa
  1875. radare2 >= "0.0.3"
  1876. randomconv
  1877. randoml
  1878. range
  1879. rangeSet
  1880. rankers
  1881. rawlink < "2.1"
  1882. raygui < "1.4.0"
  1883. raylib < "1.4.0"
  1884. rdbg >= "1.196.12"
  1885. rdf >= "0.13.0" & < "1.1.0"
  1886. rdf_impls < "1.1.0"
  1887. rdf_json_ld < "1.1.0"
  1888. rdf_lwt < "1.1.0"
  1889. rdf_mysql < "1.1.0"
  1890. rdf_postgresql < "1.1.0"
  1891. rdf_ppx < "1.1.0"
  1892. re >= "1.9.0" & < "1.13.2"
  1893. re2 >= "v0.12.1" & < "v0.17.0"
  1894. re2_stable
  1895. re_parser < "v0.17.0"
  1896. reactiveData = "0.3.0"
  1897. reanalyze
  1898. reason < "3.14.0"
  1899. reason-standard
  1900. received
  1901. record_builder < "v0.17.0"
  1902. records >= "1.0.0"
  1903. reddit_api_async
  1904. reddit_api_kernel
  1905. redirect
  1906. redis >= "0.4"
  1907. redis-async < "v0.17.0"
  1908. redis-lwt >= "0.4"
  1909. redis-sync >= "0.4"
  1910. reed-solomon-erasure >= "1.0.2"
  1911. reedsolomon
  1912. refl
  1913. regenerate
  1914. regex_parser_intf < "v0.17.0"
  1915. regrade
  1916. remu_ts
  1917. reparse
  1918. reparse-lwt
  1919. reparse-lwt-unix
  1920. reparse-unix
  1921. repr
  1922. repr-bench
  1923. repr-fuzz
  1924. res >= "5.0.1"
  1925. res_tailwindcss
  1926. resource-pooling >= "1.1"
  1927. resource_cache < "v0.17.0"
  1928. resp
  1929. resp-client
  1930. resp-mirage
  1931. resp-server >= "0.9"
  1932. resp-unix
  1933. resto
  1934. resto-acl
  1935. resto-cohttp
  1936. resto-cohttp-client
  1937. resto-cohttp-self-serving-client
  1938. resto-cohttp-server
  1939. resto-directory
  1940. resto-json
  1941. result
  1942. rfc1951 >= "0.8.1" & != "1.0.0"
  1943. rfc6287 >= "1.0.4"
  1944. rfc7748
  1945. rfsm >= "1.6-alpha-3" & < "2.0"
  1946. rhythm
  1947. ringo
  1948. ringo-lwt
  1949. rock
  1950. roman
  1951. root1d >= "0.5.1"
  1952. rope >= "0.6.2"
  1953. rosetta >= "0.2.0"
  1954. routes
  1955. rowex
  1956. rpc
  1957. rpc_parallel < "v0.17.0"
  1958. rpclib
  1959. rpclib-async
  1960. rpclib-html
  1961. rpclib-js
  1962. rpclib-lwt
  1963. rsdd
  1964. rss
  1965. rtop < "3.14.0"
  1966. rungen
  1967. rusage
  1968. rust-staticlib-gen
  1969. rust-staticlib-virtual
  1970. SZXX
  1971. safepass >= "3.1"
  1972. salsa20 >= "1.0.0"
  1973. salsa20-core >= "1.0.0"
  1974. samplerate >= "0.1.6"
  1975. sarek
  1976. satex
  1977. satyrographos
  1978. scad_ml
  1979. scfg
  1980. scgi
  1981. scipy
  1982. scrypt-kdf
  1983. sd_logic
  1984. search < "0.1.1"
  1985. searchTree
  1986. secp256k1 >= "0.4.1"
  1987. secp256k1-internal
  1988. sedlex >= "2.0" & < "3.2"
  1989. sek
  1990. semantic_version < "v0.17.0"
  1991. semaphore-compat
  1992. semver >= "0.2.1"
  1993. semver2
  1994. sendmail
  1995. sendmail-lwt
  1996. sendmail-miou-unix
  1997. sendmail-mirage
  1998. sentry
  1999. seq < "base"
  2000. sequencer_table < "v0.17.0"
  2001. serial
  2002. session >= "0.4.1"
  2003. session-cohttp >= "0.4.1"
  2004. session-cohttp-async >= "0.4.1"
  2005. session-cohttp-lwt >= "0.4.1"
  2006. session-cookie
  2007. session-cookie-async
  2008. session-cookie-lwt
  2009. session-postgresql >= "0.4.1"
  2010. session-postgresql-async
  2011. session-postgresql-lwt
  2012. session-redis-lwt >= "0.4.1"
  2013. session-webmachine >= "0.4.1"
  2014. setcore >= "1.0.2"
  2015. sexp < "v0.17.0"
  2016. sexp_decode
  2017. sexp_diff < "v0.17.0"
  2018. sexp_diff_kernel
  2019. sexp_grammar < "v0.17.0"
  2020. sexp_macro < "v0.17.0"
  2021. sexp_pretty < "v0.17.0"
  2022. sexp_select < "v0.17.0"
  2023. sexp_string_quickcheck < "v0.17.0"
  2024. sexplib >= "v0.12.0" & < "v0.17.0"
  2025. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2026. sgf >= "1.0.1"
  2027. sha >= "1.13"
  2028. shapefile
  2029. shared-block-ring
  2030. shared-memory-ring
  2031. shared-memory-ring-lwt
  2032. shared-secret >= "0.4"
  2033. shell < "v0.17.0"
  2034. shexp < "v0.17.0"
  2035. shine >= "0.2.2"
  2036. shuttle
  2037. shuttle_http < "0.11.0"
  2038. shuttle_ssl
  2039. sifun
  2040. sihl
  2041. sihl-cache
  2042. sihl-contract
  2043. sihl-core
  2044. sihl-email
  2045. sihl-facade
  2046. sihl-persistence
  2047. sihl-queue
  2048. sihl-session
  2049. sihl-storage
  2050. sihl-token
  2051. sihl-type
  2052. sihl-user
  2053. sihl-web
  2054. simple63
  2055. sklearn
  2056. slacko
  2057. slug
  2058. smart-print >= "0.3.0"
  2059. smbc
  2060. smol
  2061. smol-helpers
  2062. smtlib-utils
  2063. snappy >= "0.1.2"
  2064. so
  2065. solid < "0.5.0"
  2066. solid_server < "0.5.0"
  2067. solid_tools < "0.5.0"
  2068. solidity-alcotest
  2069. solidity-common
  2070. solidity-parser
  2071. solidity-test
  2072. solidity-typechecker
  2073. solo5-elftool
  2074. sortedseq_intersect
  2075. soundtouch >= "0.1.9"
  2076. soupault
  2077. spacetime_lib
  2078. spawn < "v0.9.0" | >= "v0.13.0"
  2079. spdx_licenses
  2080. spectrum
  2081. speex
  2082. spelll >= "0.3"
  2083. spin
  2084. splay_tree < "v0.17.0"
  2085. splittable_random < "v0.17.0"
  2086. spoc
  2087. spoc_ppx
  2088. spoke
  2089. spotify-web-api
  2090. spotlib >= "4.1.0"
  2091. sqlgg >= "20200521"
  2092. sqlite3 >= "4.4.1"
  2093. sqlite3_utils
  2094. srt < "0.3.4"
  2095. ssh-agent >= "0.2.0"
  2096. ssl >= "0.5.6"
  2097. stdcompat >= "19"
  2098. stdint >= "0.6.0" & < "0.7.2"
  2099. stdint-literals
  2100. stdio < "v0.17.0"
  2101. stdlib-diff
  2102. stdlib-random
  2103. stdlib-shims
  2104. stitch
  2105. stk < "0.5.0"
  2106. stk_iconv < "0.5.0"
  2107. stk_ocf < "0.5.0"
  2108. stk_ppx < "0.5.0"
  2109. stk_rdf < "0.5.0"
  2110. stk_xml < "0.5.0"
  2111. stog >= "0.20.0"
  2112. stog_all
  2113. stog_asy
  2114. stog_dot
  2115. stog_extern
  2116. stog_markdown
  2117. stog_multi_doc
  2118. stog_nocaml
  2119. stog_noexec
  2120. stog_plugins
  2121. stog_rdf
  2122. stog_rel_href
  2123. stog_server
  2124. stog_server_multi
  2125. stog_sitemap
  2126. stog_writing
  2127. stone >= "0.5.2"
  2128. stored_reversed < "v0.17.0"
  2129. streamable < "v0.17.0"
  2130. streaming
  2131. string_dict < "v0.17.0"
  2132. stringext >= "1.6.0"
  2133. sturgeon >= "0.4.2"
  2134. subscriptions-transport-ws
  2135. subtype-refinement >= "0.2"
  2136. sun
  2137. svmwrap
  2138. swagger >= "0.2.0"
  2139. swhid
  2140. swhid_compute
  2141. swhid_core
  2142. swhid_types
  2143. swipl
  2144. syguslib-utils
  2145. syndic >= "1.6.0"
  2146. sys-socket
  2147. sys-socket-unix
  2148. syslog
  2149. syslog-message >= "1.0.0"
  2150. syslog-rfc5424 < "0.2"
  2151. systemverilog >= "0.0.2"
  2152. tablecloth-base
  2153. tablecloth-native < "transition"
  2154. taglib >= "0.3.7"
  2155. talaria-bibtex
  2156. tar
  2157. tar-eio
  2158. tar-mirage
  2159. tar-unix
  2160. tcalc
  2161. tcpip
  2162. tdigest
  2163. telltime
  2164. tensorboard
  2165. terminal < "0.4.0"
  2166. terminal_size >= "0.1.4"
  2167. testu01
  2168. textmate-language
  2169. textrazor
  2170. textutils < "v0.17.0"
  2171. textutils_kernel < "v0.17.0"
  2172. textwrap >= "0.2.1"
  2173. tezos-base58
  2174. tezos-context-hash
  2175. tezt < "3.0.0"
  2176. theora
  2177. thread-local-storage
  2178. thrift
  2179. tidy >= "5-0.2"
  2180. tidy_email
  2181. tidy_email_mailgun
  2182. tidy_email_sendgrid
  2183. tidy_email_smtp
  2184. tilde_f < "v0.17.0"
  2185. time_now < "v0.17.0"
  2186. timed >= "1.1"
  2187. timedesc
  2188. timedesc-json
  2189. timedesc-sexp
  2190. timedesc-tzdb
  2191. timedesc-tzlocal
  2192. timedesc-tzlocal-js
  2193. timere
  2194. timere-parse
  2195. timezone < "v0.17.0"
  2196. tiny_httpd < "0.18"
  2197. tiny_httpd_camlzip < "0.18"
  2198. tip-parser >= "0.4"
  2199. tldr
  2200. tls >= "0.12.8" & < "0.15.4"
  2201. tls-async < "0.17.0"
  2202. tls-mirage < "0.15.4"
  2203. tofn
  2204. toml < "7.1.0"
  2205. toml-cconv
  2206. toml_cconv
  2207. toplevel_backend < "v0.17.0"
  2208. toplevel_expect_test < "v0.17.0"
  2209. topological_sort < "v0.17.0"
  2210. torch < "v0.17.0"
  2211. tqdm
  2212. trace
  2213. trace-fuchsia
  2214. trace-tef
  2215. tracing < "v0.17.0"
  2216. tracy-client
  2217. transept
  2218. traverse
  2219. travesty < "0.7.2"
  2220. trax >= "0.4.0"
  2221. tree_layout >= "0.2"
  2222. treeprint >= "2.3.0"
  2223. trie
  2224. tsdl-image >= "0.3.0"
  2225. tsdl-mixer
  2226. tsdl-ttf >= "0.3"
  2227. tsort
  2228. tube >= "4.4.0"
  2229. tuntap
  2230. twirp_cohttp_lwt_unix
  2231. twirp_core
  2232. twirp_ezcurl
  2233. twirp_tiny_httpd
  2234. twostep
  2235. tyabt
  2236. typerep >= "v0.12.0" & < "v0.17.0"
  2237. typeset < "0.4"
  2238. tyre = "0.5"
  2239. tyxml >= "4.3.0"
  2240. tyxml-jsx
  2241. tyxml-lwd < "0.4"
  2242. tyxml-ppx >= "4.3.0"
  2243. tyxml-syntax
  2244. ubase
  2245. ubpf
  2246. uecc >= "0.2"
  2247. ufind
  2248. uint >= "2.0.1"
  2249. ulid
  2250. um-abt
  2251. unidecode
  2252. unionFind < "20250818"
  2253. unisim_archisec < "0.0.1"
  2254. unison >= "2.51.4" & < "2.53.4"
  2255. universo
  2256. unix-errno >= "0.6.0"
  2257. unstrctrd
  2258. uri >= "2.2.1"
  2259. uri-bench
  2260. uri-re
  2261. uri-sexp
  2262. uring < "0.4"
  2263. uritemplate
  2264. user-agent-parser
  2265. username_kernel < "v0.17.0"
  2266. uspf
  2267. uspf-lwt
  2268. uspf-mirage
  2269. uspf-unix
  2270. utcp
  2271. utop
  2272. uuuu >= "0.1.1"
  2273. validator
  2274. variantslib >= "v0.12.0" & < "v0.17.0"
  2275. varray
  2276. vcaml
  2277. vcardgen >= "1.2"
  2278. vchan
  2279. vchan-unix
  2280. vchan-xen
  2281. vec
  2282. vector
  2283. vector3 >= "1.0.0"
  2284. vercel
  2285. vhd-format >= "0.12.0"
  2286. vhd-format-lwt
  2287. virtual_dom < "v0.17.0"
  2288. visitors >= "20200207"
  2289. vlq >= "0.2.1"
  2290. vmnet
  2291. vocal
  2292. voqc
  2293. vorbis
  2294. vpt >= "5.0.0"
  2295. vue-jsoo
  2296. wall >= "0.4"
  2297. wasm >= "2.0.2"
  2298. wasmer
  2299. wasmtime
  2300. wayland
  2301. waylaunch
  2302. webauthn
  2303. weberizer >= "0.8"
  2304. webmachine >= "0.6.2"
  2305. websocket >= "2.12"
  2306. websocket-async
  2307. websocket-lwt
  2308. websocket-lwt-unix
  2309. websocketaf
  2310. webtest
  2311. webtest-js
  2312. wikitext
  2313. win-error >= "1.0"
  2314. win-eventlog >= "0.3"
  2315. winsvc
  2316. ws
  2317. ws-server
  2318. wseg
  2319. wtf8 >= "1.0.2"
  2320. wtr
  2321. wtr-ppx
  2322. wu-manber-fuzzy-search
  2323. x509
  2324. x86_64-esperanto >= "0.0.6"
  2325. xapi-backtrace
  2326. xapi-inventory
  2327. xapi-rrd
  2328. xapi-stdext-date
  2329. xapi-stdext-encodings
  2330. xapi-stdext-pervasives
  2331. xapi-stdext-std
  2332. xapi-stdext-threads
  2333. xapi-stdext-unix
  2334. xapi-stdext-zerocheck
  2335. xdg-basedir
  2336. xen-evtchn
  2337. xen-evtchn-unix
  2338. xen-gnt
  2339. xen-gnt-unix
  2340. xenstore
  2341. xenstore-tool
  2342. xenstore_transport >= "1.1.0"
  2343. xmelly
  2344. xml-light >= "2.5"
  2345. xmldiff >= "0.7.0"
  2346. xmldiff_js
  2347. xmlplaylist >= "0.1.5"
  2348. xoshiro
  2349. xtmpl >= "0.19.0" & < "1.1.0"
  2350. xtmpl_js < "1.1.0"
  2351. xtmpl_ppx < "1.1.0"
  2352. yaml >= "1.0.0"
  2353. yaml-sexp
  2354. yara >= "0.2"
  2355. yocaml < "2.0.0"
  2356. yocaml_cmark
  2357. yocaml_git < "2.0.0"
  2358. yocaml_jingoo < "2.0.0"
  2359. yocaml_markdown < "2.4.1"
  2360. yocaml_mustache < "2.0.0"
  2361. yocaml_syndication < "2.0.0"
  2362. yocaml_unix < "2.0.0"
  2363. yocaml_yaml < "2.0.0"
  2364. yojson >= "1.5.0"
  2365. yojson-bench
  2366. yojson-five
  2367. yurt >= "0.6"
  2368. yuscii >= "0.2.1"
  2369. yuujinchou
  2370. zarith-ppx
  2371. zarith_stubs_js < "v0.17.0"
  2372. zed >= "2.0.6" & < "3.2.0"
  2373. zeit
  2374. zelus
  2375. zelus-gtk
  2376. zipperposition
  2377. zipperposition-tools
  2378. zlib
  2379. zlist >= "0.4.0"
  2380. zmq >= "5.1.0"
  2381. zmq-async >= "5.1.0"
  2382. zmq-eio
  2383. zmq-lwt >= "5.1.0"
  2384. zstandard >= "v0.12.1" & < "v0.17.0"
  2385. zstd = "0.3"
  2386. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "1.3.0"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"