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. mimic
  1202. mimic-happy-eyeballs
  1203. mindstorm >= "0.8"
  1204. mindstorm-lwt
  1205. minicaml
  1206. minicli >= "5.0.2"
  1207. minisat >= "0.3"
  1208. miou < "0.5.2"
  1209. mirage >= "4.0.0"
  1210. mirage-block
  1211. mirage-block-ccm
  1212. mirage-block-combinators
  1213. mirage-block-lwt
  1214. mirage-block-ramdisk
  1215. mirage-block-solo5
  1216. mirage-block-unix
  1217. mirage-block-xen
  1218. mirage-bootvar
  1219. mirage-channel >= "3.2.0"
  1220. mirage-channel-lwt
  1221. mirage-clock
  1222. mirage-clock-lwt
  1223. mirage-clock-unix
  1224. mirage-conduit
  1225. mirage-console
  1226. mirage-console-lwt
  1227. mirage-crypto
  1228. mirage-crypto-ec
  1229. mirage-crypto-pk
  1230. mirage-crypto-rng
  1231. mirage-crypto-rng-async
  1232. mirage-crypto-rng-eio
  1233. mirage-crypto-rng-lwt
  1234. mirage-crypto-rng-miou-unix
  1235. mirage-crypto-rng-mirage
  1236. mirage-crypto-rng-mkernel
  1237. mirage-device
  1238. mirage-dns
  1239. mirage-flow
  1240. mirage-flow-combinators
  1241. mirage-flow-lwt
  1242. mirage-flow-unix
  1243. mirage-fs
  1244. mirage-fs-lwt
  1245. mirage-kv >= "2.0.0"
  1246. mirage-kv-lwt >= "2.0.0"
  1247. mirage-kv-mem
  1248. mirage-kv-unix < "3.0.0"
  1249. mirage-monitoring
  1250. mirage-mtime
  1251. mirage-nat
  1252. mirage-net
  1253. mirage-net-lwt
  1254. mirage-net-macosx >= "1.5.0"
  1255. mirage-net-solo5
  1256. mirage-net-unix
  1257. mirage-net-xen
  1258. mirage-profile
  1259. mirage-protocols
  1260. mirage-protocols-lwt
  1261. mirage-ptime
  1262. mirage-qubes
  1263. mirage-qubes-ipv4
  1264. mirage-random
  1265. mirage-runtime
  1266. mirage-sleep
  1267. mirage-solo5
  1268. mirage-stack
  1269. mirage-stack-lwt
  1270. mirage-time
  1271. mirage-time-lwt
  1272. mirage-time-unix
  1273. mirage-types >= "3.6.0"
  1274. mirage-types-lwt >= "3.6.0"
  1275. mirage-unix
  1276. mirage-vnetif
  1277. mirage-xen
  1278. mkaudio >= "1.1.0"
  1279. mkocaml
  1280. mlbdd >= "0.7.2"
  1281. mlfenv
  1282. mlmpfr >= "4.0.2+dune"
  1283. mlpost
  1284. mlpost-lablgtk
  1285. mlt_parser < "v0.17.0"
  1286. mm >= "0.7.0" & < "0.8.2"
  1287. mmap
  1288. mmdb
  1289. mmo
  1290. mnet
  1291. mnet-cli
  1292. mnet-dns
  1293. mnet-happy-eyeballs
  1294. mnet-tls
  1295. mock >= "0.1.1"
  1296. mock-ounit >= "0.1.1"
  1297. module-graph
  1298. molenc
  1299. monaco_jsoo
  1300. monolith < "20241126"
  1301. monomorphic >= "2.0"
  1302. monorobot
  1303. morbig >= "0.10.3"
  1304. morsmall
  1305. moss >= "0.1.1"
  1306. mparser >= "1.3"
  1307. mparser-pcre
  1308. mparser-re
  1309. mperf
  1310. mpg123
  1311. mpp >= "0.3.4"
  1312. mpris
  1313. mpris-clients
  1314. mrmime
  1315. msat >= "0.8"
  1316. msat-bin
  1317. mset
  1318. msgpck >= "1.5"
  1319. msgpck-repr
  1320. mssql
  1321. mugen
  1322. mula
  1323. multibase
  1324. multicodec
  1325. multihash
  1326. multihash-digestif
  1327. multipart-form-data >= "0.3.0"
  1328. multipart_form
  1329. multipart_form-cohttp-lwt
  1330. multipart_form-eio
  1331. multipart_form-lwt
  1332. multipart_form-miou
  1333. murmur3 >= "0.3"
  1334. mustache >= "3.1.0"
  1335. mustache-cli
  1336. mutf8
  1337. mwt
  1338. mybuild >= "7"
  1339. mysql8
  1340. mysql_protocol
  1341. n_ary < "v0.17.0"
  1342. naboris
  1343. nacc
  1344. nanoev
  1345. nanoev-picos
  1346. nanoev-posix
  1347. nanoev_tiny_httpd
  1348. nanoid
  1349. nanosvg
  1350. nanosvg_text
  1351. nbd >= "4.0.3"
  1352. nbd-tool
  1353. nbd-unix
  1354. netkat
  1355. netlink >= "0.3.4"
  1356. netsnmp < "v0.17.0"
  1357. nice_parser
  1358. ninja_utils
  1359. nlopt
  1360. nmea
  1361. noCanren >= "0.3.0~alpha1"
  1362. nocoiner
  1363. node_of_ocaml
  1364. noise
  1365. non_empty_list
  1366. nottui < "0.4"
  1367. nottui-lwt < "0.4"
  1368. nottui-pretty < "0.4"
  1369. notty >= "0.2.3"
  1370. notty_async >= "v0.12.0" & < "v0.17.0"
  1371. np
  1372. npy >= "0.0.9"
  1373. nsq
  1374. numeric_string < "v0.17.0"
  1375. nuscr
  1376. OCanren-ppx
  1377. obeam
  1378. obelisk >= "0.5.0"
  1379. obuilder < "0.5"
  1380. obuilder-spec < "0.5"
  1381. obus >= "1.2.0"
  1382. ocal >= "0.2.2"
  1383. ocaml-canvas
  1384. ocaml-compiler-libs >= "v0.12.0"
  1385. ocaml-embed-file < "v0.17.0"
  1386. ocaml-in-python
  1387. ocaml-lsp-server < "1.17.0"
  1388. ocaml-lua
  1389. ocaml-migrate-parsetree
  1390. ocaml-migrate-parsetree-ocamlbuild
  1391. ocaml-monadic >= "0.4.1"
  1392. ocaml-print-intf
  1393. ocaml-probes < "v0.17.0"
  1394. ocaml-protoc >= "2.0.1"
  1395. ocaml-protoc-plugin < "4.3.1"
  1396. ocaml-r >= "0.1.1"
  1397. ocaml-syntax-shims
  1398. ocaml-systemd >= "1.3"
  1399. ocaml-top >= "1.2.0"
  1400. ocaml-vdom < "transition"
  1401. ocaml-version = "3.5.0"
  1402. ocaml_db_model
  1403. ocaml_intrinsics < "v0.17.0"
  1404. ocaml_pgsql_model
  1405. ocaml_plugin
  1406. ocamlapi
  1407. ocamlapi_async
  1408. ocamlapi_lwt_unix
  1409. ocamlapi_ppx
  1410. ocamlcodoc
  1411. ocamldiff >= "1.2"
  1412. ocamlformat
  1413. ocamlformat-lib
  1414. ocamlformat-mlx
  1415. ocamlformat-mlx-lib
  1416. ocamlformat-rpc < "removed"
  1417. ocamlformat-rpc-lib
  1418. ocamlgraph >= "2.0.0"
  1419. ocamlgraph_gtk
  1420. ocamline
  1421. ocamlog
  1422. ocb
  1423. ocf >= "0.8.0" & < "1.0.0"
  1424. ocf_ppx < "1.0.0"
  1425. ockt
  1426. ocluster < "0.2"
  1427. ocluster-api < "0.2"
  1428. ocolor
  1429. ocp-browser >= "1.1.9"
  1430. ocp-indent >= "1.7.0" & < "1.9.0"
  1431. ocp-indent-nlfork
  1432. ocp-index >= "1.1.9"
  1433. ocp-search
  1434. ocp_reveal
  1435. ocplib-endian >= "1.1"
  1436. ocplib-json-typed >= "0.7"
  1437. ocplib-json-typed-browser
  1438. ocplib-json-typed-bson
  1439. ocplib-simplex >= "0.5"
  1440. ocplib_stuff != "0.3.0"
  1441. ocsigen-i18n >= "4.0.0"
  1442. ocsigen-ppx-rpc
  1443. ocsigenserver >= "4.0.1" & < "7.0.0"
  1444. ocsipersist
  1445. ocsipersist-dbm
  1446. ocsipersist-dbm-config
  1447. ocsipersist-lib
  1448. ocsipersist-pgsql
  1449. ocsipersist-pgsql-config
  1450. ocsipersist-sqlite
  1451. ocsipersist-sqlite-config
  1452. octavius >= "1.2.2"
  1453. odash
  1454. odate
  1455. odep < "0.2.0"
  1456. odepack >= "0.6.9"
  1457. odnnr
  1458. odoc < "3.0.0"
  1459. odoc-parser < "3.0.0"
  1460. of_json < "v0.17.0"
  1461. offheap
  1462. ogg >= "1.0.0"
  1463. ohex
  1464. oidc
  1465. ojs < "1.1.4"
  1466. ojs_base
  1467. ojs_base_all
  1468. ojs_base_ppx
  1469. ojs_ed
  1470. ojs_filetree
  1471. ojs_list
  1472. olinq >= "0.3"
  1473. omd >= "1.3.2"
  1474. ometrics
  1475. omg
  1476. omigrate < "0.3.1"
  1477. omlr
  1478. oniguruma
  1479. opam-0install
  1480. opam-0install-cudf
  1481. opam-bin >= "1.0.0"
  1482. opam-build
  1483. opam-client >= "2.0.2"
  1484. opam-compiler
  1485. opam-core >= "2.0.2"
  1486. opam-custom-install
  1487. opam-devel >= "2.0.2"
  1488. opam-dune-lint < "0.3"
  1489. opam-ed >= "0.4"
  1490. opam-file-format >= "2.1.0" & < "2.1.5"
  1491. opam-format >= "2.0.2"
  1492. opam-graph
  1493. opam-grep >= "0.2.0"
  1494. opam-installer >= "2.0.2"
  1495. opam-monorepo < "0.3.1"
  1496. opam-package-upgrade >= "0.2"
  1497. opam-publish >= "2.0.2"
  1498. opam-repository >= "2.0.2"
  1499. opam-solver >= "2.0.2"
  1500. opam-spin
  1501. opam-state >= "2.0.2"
  1502. opam-test
  1503. opam_bin_lib != "0.9.5"
  1504. opasswd
  1505. opazl
  1506. openai-gym
  1507. openapi
  1508. openapi-opium
  1509. openapi_router
  1510. opencc0
  1511. opencc1
  1512. opencc1_1
  1513. openQASM
  1514. opentelemetry
  1515. opentelemetry-client-cohttp-eio
  1516. opentelemetry-client-cohttp-lwt
  1517. opentelemetry-client-ocurl
  1518. opentelemetry-cohttp-lwt
  1519. opentelemetry-logs
  1520. opentelemetry-lwt
  1521. opium
  1522. opium-graphql
  1523. opium-testing
  1524. opium_kernel >= "0.17.0"
  1525. oplot < "0.85"
  1526. oplsr
  1527. opomodoro
  1528. opsian
  1529. optal
  1530. opti
  1531. optimization1d >= "0.6.1"
  1532. optiml-transport
  1533. optint
  1534. opus
  1535. oraft < "0.3.0"
  1536. oranger >= "2.0.1"
  1537. orb
  1538. order-i3-xfce
  1539. ordinal_abbreviation < "v0.17.0"
  1540. ordma >= "0.0.5"
  1541. orec >= "1.0.1"
  1542. orewa
  1543. orf
  1544. orgeat
  1545. orpie
  1546. orrandomForest
  1547. orsvm_e1071 >= "4.0.0"
  1548. orun
  1549. orxgboost >= "1.1.0"
  1550. osc >= "0.2.0"
  1551. osc-lwt
  1552. osc-unix
  1553. oseq >= "0.2"
  1554. osh
  1555. oskel
  1556. osnap
  1557. osx-secure-transport
  1558. otf
  1559. otoggl
  1560. otoml
  1561. otr
  1562. ounit = "2.1.2"
  1563. ounit-lwt < "2.2.0"
  1564. ounit2 < "2.2.7"
  1565. ounit2-lwt < "2.2.7"
  1566. override
  1567. owee < "0.8"
  1568. owl >= "0.4.0" & < "1.2"
  1569. owl-base >= "0.4.0" & < "1.2"
  1570. owl-jupyter
  1571. owl-ode
  1572. owl-ode-base
  1573. owl-ode-odepack
  1574. owl-ode-sundials
  1575. owl-opt
  1576. owl-opt-lbfgs
  1577. owl-plplot < "1.1"
  1578. owl-symbolic
  1579. owl-top >= "0.4.0" & < "1.2"
  1580. owl-zoo >= "0.4.0"
  1581. owork
  1582. ozulip
  1583. p4pp
  1584. p5scm
  1585. packstream
  1586. pacomb
  1587. paf
  1588. paf-cohttp
  1589. pam < "v0.17.0"
  1590. pandoc
  1591. pandoc-abbreviations
  1592. pandoc-comment
  1593. pandoc-crossref
  1594. pandoc-include
  1595. pandoc-inspect
  1596. pandoc-pdf2png
  1597. pandoc-replace
  1598. papi >= "0.1.1"
  1599. parany >= "9.0.0"
  1600. pardi
  1601. parmap >= "1.1.1"
  1602. parsexp >= "v0.12.0" & < "v0.17.0"
  1603. parsexp_io < "v0.17.0"
  1604. parsley
  1605. patdiff >= "v0.12.1" & < "v0.17.0"
  1606. path_glob
  1607. patience_diff < "v0.17.0"
  1608. patricia-tree < "0.10.0"
  1609. pattern
  1610. pb
  1611. pb-plugin
  1612. pbkdf
  1613. pbrt
  1614. pbrt_services
  1615. pbrt_yojson
  1616. pcap-format >= "0.5.2"
  1617. pcre >= "7.3.5"
  1618. pcre2
  1619. pds-reachability >= "0.2.2"
  1620. pecu >= "0.2"
  1621. petr4
  1622. pf-qubes
  1623. pg_query
  1624. pgocaml >= "4.0"
  1625. pgocaml_ppx
  1626. pgx >= "1.0" & < "2.2"
  1627. pgx_async >= "1.0" & < "2.2"
  1628. pgx_lwt >= "1.0" & < "2.2"
  1629. pgx_lwt_mirage < "2.2"
  1630. pgx_lwt_unix < "2.2"
  1631. pgx_unix >= "1.0" & < "2.2"
  1632. pgx_value_core < "2.2"
  1633. pgx_value_ptime < "2.2"
  1634. phantom-algebra >= "1.0.1"
  1635. phonetic
  1636. phylogenetics < "0.2.0"
  1637. piaf
  1638. picasso
  1639. piqi >= "0.7.8"
  1640. piqilib >= "0.6.16"
  1641. pixel_pusher
  1642. pkcs11 >= "0.18.0"
  1643. pkcs11-cli
  1644. pkcs11-driver
  1645. pkcs11-rev
  1646. pla >= "1.3"
  1647. plateau
  1648. plato
  1649. plebeia < "2.0.0"
  1650. plist-xml
  1651. plist-xml-lwt
  1652. plotkicadsch
  1653. plplot >= "5.11.0-1"
  1654. polka
  1655. poll
  1656. polling_state_rpc < "v0.17.0"
  1657. polly
  1658. polynomial
  1659. pomap
  1660. popper
  1661. portaudio >= "0.2.2"
  1662. portaudio_c_bindings
  1663. posix-base < "4.0.1"
  1664. posix-bindings < "4.0.1"
  1665. posix-getopt >= "2.0.0" & < "4.0.1"
  1666. posix-math2 < "4.0.1"
  1667. posix-signal < "4.0.1"
  1668. posix-socket < "4.0.1"
  1669. posix-socket-unix < "4.0.1"
  1670. posix-time2 < "4.0.1"
  1671. posix-types >= "2.0.0" & < "4.0.1"
  1672. posix-uname < "4.0.1"
  1673. posixat < "v0.17.0"
  1674. postgres_async < "v0.17.0"
  1675. postgresql >= "4.4.1"
  1676. pp
  1677. pp-binary-ints
  1678. pp_loc
  1679. pprint >= "20200226"
  1680. ppx-owl-opt
  1681. ppx_accessor < "v0.17.0"
  1682. ppx_assert < "v0.17.0"
  1683. ppx_bap
  1684. ppx_base < "v0.17.0"
  1685. ppx_bench < "v0.17.0"
  1686. ppx_bin_prot < "v0.17.0"
  1687. ppx_bitstring < "5.0.2"
  1688. ppx_blob >= "0.6.0"
  1689. ppx_camlrack
  1690. ppx_catch
  1691. ppx_cold < "v0.17.0"
  1692. ppx_compare < "v0.17.0"
  1693. ppx_compose >= "0.1.0"
  1694. ppx_const >= "2.0"
  1695. ppx_conv_func < "v0.17.0"
  1696. ppx_counters
  1697. ppx_css < "v0.17.0"
  1698. ppx_cstruct
  1699. ppx_cstubs
  1700. ppx_csv_conv < "v0.17.0"
  1701. ppx_custom_printf < "v0.17.0"
  1702. ppx_decimal
  1703. ppx_defer >= "0.4.0"
  1704. ppx_demo < "v0.17.0"
  1705. ppx_derive_at_runtime < "v0.17.0"
  1706. ppx_derivers >= "1.2.1"
  1707. ppx_deriving
  1708. ppx_deriving_cmdliner >= "0.5.1"
  1709. ppx_deriving_encoding
  1710. ppx_deriving_hardcaml
  1711. ppx_deriving_hash
  1712. ppx_deriving_json_schema
  1713. ppx_deriving_jsoo
  1714. ppx_deriving_madcast >= "0.2"
  1715. ppx_deriving_popper
  1716. ppx_deriving_protobuf
  1717. ppx_deriving_qcheck
  1718. ppx_deriving_rpc
  1719. ppx_deriving_scad
  1720. ppx_deriving_yaml < "0.2.2"
  1721. ppx_deriving_yojson
  1722. ppx_disable_unused_warnings < "v0.17.0"
  1723. ppx_distr_guards >= "0.2"
  1724. ppx_enumerate < "v0.17.0"
  1725. ppx_expect < "v0.17.0"
  1726. ppx_factory
  1727. ppx_fail
  1728. ppx_fields_conv < "v0.17.0"
  1729. ppx_fixed_literal < "v0.17.0"
  1730. ppx_gen_rec >= "1.1.0"
  1731. ppx_getenv >= "2.0"
  1732. ppx_globalize < "v0.17.0"
  1733. ppx_hash < "v0.17.0"
  1734. ppx_here < "v0.17.0"
  1735. ppx_ignore_instrumentation < "v0.17.0"
  1736. ppx_import
  1737. ppx_inline_alcotest
  1738. ppx_inline_test < "v0.16.1"
  1739. ppx_irmin
  1740. ppx_jane < "v0.17.0"
  1741. ppx_js_style < "v0.17.0"
  1742. ppx_jsobject_conv
  1743. ppx_jsonaf_conv < "v0.17.0"
  1744. ppx_let < "v0.17.0"
  1745. ppx_log < "v0.17.0"
  1746. ppx_make
  1747. ppx_map
  1748. ppx_marshal
  1749. ppx_marshal_ext
  1750. ppx_matches < "0.1.0"
  1751. ppx_meta_conv
  1752. ppx_module_timer < "v0.17.0"
  1753. ppx_monad
  1754. ppx_monoid >= "0.3.2"
  1755. ppx_mysql
  1756. ppx_mysql_identity
  1757. ppx_open
  1758. ppx_optcomp < "v0.17.0"
  1759. ppx_optional < "v0.17.0"
  1760. ppx_parser
  1761. ppx_pattern_bind < "v0.17.0"
  1762. ppx_pbt
  1763. ppx_pipebang >= "v0.12.0" & < "v0.17.0"
  1764. ppx_protocol_conv
  1765. ppx_protocol_conv_json
  1766. ppx_protocol_conv_jsonm
  1767. ppx_protocol_conv_msgpack
  1768. ppx_protocol_conv_xml_light
  1769. ppx_protocol_conv_xmlm
  1770. ppx_protocol_conv_yaml
  1771. ppx_pyformat
  1772. ppx_python < "v0.17.0"
  1773. ppx_rapper
  1774. ppx_rapper_async
  1775. ppx_rapper_lwt
  1776. ppx_regexp >= "0.4.0"
  1777. ppx_repr
  1778. ppx_seq
  1779. ppx_sexp_conv < "v0.17.0"
  1780. ppx_sexp_message < "v0.17.0"
  1781. ppx_sexp_value < "v0.17.0"
  1782. ppx_show
  1783. ppx_stable < "v0.17.0"
  1784. ppx_stable_witness < "v0.17.0"
  1785. ppx_string < "v0.17.0"
  1786. ppx_string_interpolation
  1787. ppx_subliner
  1788. ppx_test
  1789. ppx_there
  1790. ppx_tools >= "6.0+4.08.0"
  1791. ppx_tools_versioned
  1792. ppx_trace
  1793. ppx_tydi < "v0.17.0"
  1794. ppx_type_directed_value
  1795. ppx_typed_fields < "v0.17.0"
  1796. ppx_typerep_conv < "v0.17.0"
  1797. ppx_tyre
  1798. ppx_units
  1799. ppx_variants_conv < "v0.17.0"
  1800. ppx_viewpattern
  1801. ppx_wideopen
  1802. ppx_xml_conv < "v0.17.0"
  1803. ppx_yojson
  1804. ppx_yojson_conv < "v0.17.0"
  1805. ppx_yojson_conv_lib < "v0.17.0"
  1806. ppxfind >= "1.3"
  1807. ppxlib < "0.34.0"
  1808. ppxx
  1809. pratter
  1810. prbnmcn-basic-structures
  1811. prbnmcn-cgrph
  1812. prbnmcn-clustering
  1813. prbnmcn-dagger
  1814. prbnmcn-dagger-gsl
  1815. prbnmcn-dagger-stats
  1816. prbnmcn-dagger-test
  1817. prbnmcn-gnuplot
  1818. prbnmcn-linalg
  1819. prbnmcn-mcts
  1820. prbnmcn-proptest
  1821. prbnmcn-stats
  1822. prbnmcn-ucb1
  1823. prc
  1824. preface
  1825. prettym
  1826. printbox >= "0.2" & < "0.8"
  1827. printbox-html < "0.8"
  1828. printbox-text < "0.8"
  1829. proc-smaps
  1830. prof_spacetime
  1831. profunctor < "v0.17.0"
  1832. progress < "0.5.0"
  1833. prom
  1834. prometheus >= "0.6"
  1835. prometheus-app >= "0.6"
  1836. promise
  1837. promise_jsoo
  1838. promise_jsoo_lwt
  1839. protocell
  1840. protocol-9p >= "1.0.0"
  1841. protocol-9p-tool >= "1.0.0"
  1842. protocol-9p-unix >= "1.0.0"
  1843. protocol_version_header < "v0.17.0"
  1844. prr
  1845. psmt2-frontend = "0.3.0" | >= "0.4.0"
  1846. psq >= "0.1.1"
  1847. ptmap >= "2.0.5"
  1848. ptset
  1849. pulseaudio >= "0.1.4"
  1850. pure-html < "3.9.5"
  1851. pure-splitmix >= "0.3"
  1852. purl
  1853. py >= "1.1"
  1854. pyast
  1855. pyml >= "20210924"
  1856. pyml_bindgen < "0.3.0"
  1857. pyre-ast
  1858. pythonlib
  1859. qbf >= "0.3"
  1860. qcheck >= "0.13"
  1861. qcheck-alcotest
  1862. qcheck-core
  1863. qcheck-ounit
  1864. qinap
  1865. qiskit < "0.44.0"
  1866. qmp >= "0.19.0"
  1867. qrencode
  1868. qtest >= "2.10.1"
  1869. queenshead
  1870. quests
  1871. radamsa
  1872. radare2 >= "0.0.3"
  1873. randomconv
  1874. randoml
  1875. range
  1876. rangeSet
  1877. rankers
  1878. rawlink < "2.1"
  1879. raygui < "1.4.0"
  1880. raylib < "1.4.0"
  1881. rdbg >= "1.196.12"
  1882. rdf >= "0.13.0" & < "1.1.0"
  1883. rdf_impls < "1.1.0"
  1884. rdf_json_ld < "1.1.0"
  1885. rdf_lwt < "1.1.0"
  1886. rdf_mysql < "1.1.0"
  1887. rdf_postgresql < "1.1.0"
  1888. rdf_ppx < "1.1.0"
  1889. re >= "1.9.0" & < "1.13.2"
  1890. re2 >= "v0.12.1" & < "v0.17.0"
  1891. re2_stable
  1892. re_parser < "v0.17.0"
  1893. reactiveData = "0.3.0"
  1894. reanalyze
  1895. reason < "3.14.0"
  1896. reason-standard
  1897. received
  1898. record_builder < "v0.17.0"
  1899. records >= "1.0.0"
  1900. reddit_api_async
  1901. reddit_api_kernel
  1902. redirect
  1903. redis >= "0.4"
  1904. redis-async < "v0.17.0"
  1905. redis-lwt >= "0.4"
  1906. redis-sync >= "0.4"
  1907. reed-solomon-erasure >= "1.0.2"
  1908. reedsolomon
  1909. refl
  1910. regenerate
  1911. regex_parser_intf < "v0.17.0"
  1912. regrade
  1913. remu_ts
  1914. reparse
  1915. reparse-lwt
  1916. reparse-lwt-unix
  1917. reparse-unix
  1918. repr
  1919. repr-bench
  1920. repr-fuzz
  1921. res >= "5.0.1"
  1922. res_tailwindcss
  1923. resource-pooling >= "1.1"
  1924. resource_cache < "v0.17.0"
  1925. resp
  1926. resp-client
  1927. resp-mirage
  1928. resp-server >= "0.9"
  1929. resp-unix
  1930. resto
  1931. resto-acl
  1932. resto-cohttp
  1933. resto-cohttp-client
  1934. resto-cohttp-self-serving-client
  1935. resto-cohttp-server
  1936. resto-directory
  1937. resto-json
  1938. result
  1939. rfc1951 >= "0.8.1" & != "1.0.0"
  1940. rfc6287 >= "1.0.4"
  1941. rfc7748
  1942. rfsm >= "1.6-alpha-3" & < "2.0"
  1943. rhythm
  1944. ringo
  1945. ringo-lwt
  1946. rock
  1947. roman
  1948. root1d >= "0.5.1"
  1949. rope >= "0.6.2"
  1950. rosetta >= "0.2.0"
  1951. routes
  1952. rowex
  1953. rpc
  1954. rpc_parallel < "v0.17.0"
  1955. rpclib
  1956. rpclib-async
  1957. rpclib-html
  1958. rpclib-js
  1959. rpclib-lwt
  1960. rsdd
  1961. rss
  1962. rtop < "3.14.0"
  1963. rungen
  1964. rusage
  1965. rust-staticlib-gen
  1966. rust-staticlib-virtual
  1967. SZXX
  1968. safepass >= "3.1"
  1969. salsa20 >= "1.0.0"
  1970. salsa20-core >= "1.0.0"
  1971. samplerate >= "0.1.6"
  1972. sarek
  1973. satex
  1974. satyrographos
  1975. scad_ml
  1976. scfg
  1977. scgi
  1978. scipy
  1979. scrypt-kdf
  1980. sd_logic
  1981. search < "0.1.1"
  1982. searchTree
  1983. secp256k1 >= "0.4.1"
  1984. secp256k1-internal
  1985. sedlex >= "2.0" & < "3.2"
  1986. sek
  1987. semantic_version < "v0.17.0"
  1988. semaphore-compat
  1989. semver >= "0.2.1"
  1990. semver2
  1991. sendmail
  1992. sendmail-lwt
  1993. sendmail-miou-unix
  1994. sendmail-mirage
  1995. sentry
  1996. seq < "base"
  1997. sequencer_table < "v0.17.0"
  1998. serial
  1999. session >= "0.4.1"
  2000. session-cohttp >= "0.4.1"
  2001. session-cohttp-async >= "0.4.1"
  2002. session-cohttp-lwt >= "0.4.1"
  2003. session-cookie
  2004. session-cookie-async
  2005. session-cookie-lwt
  2006. session-postgresql >= "0.4.1"
  2007. session-postgresql-async
  2008. session-postgresql-lwt
  2009. session-redis-lwt >= "0.4.1"
  2010. session-webmachine >= "0.4.1"
  2011. setcore >= "1.0.2"
  2012. sexp < "v0.17.0"
  2013. sexp_decode
  2014. sexp_diff < "v0.17.0"
  2015. sexp_diff_kernel
  2016. sexp_grammar < "v0.17.0"
  2017. sexp_macro < "v0.17.0"
  2018. sexp_pretty < "v0.17.0"
  2019. sexp_select < "v0.17.0"
  2020. sexp_string_quickcheck < "v0.17.0"
  2021. sexplib >= "v0.12.0" & < "v0.17.0"
  2022. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2023. sgf >= "1.0.1"
  2024. sha >= "1.13"
  2025. shapefile
  2026. shared-block-ring
  2027. shared-memory-ring
  2028. shared-memory-ring-lwt
  2029. shared-secret >= "0.4"
  2030. shell < "v0.17.0"
  2031. shexp < "v0.17.0"
  2032. shine >= "0.2.2"
  2033. shuttle
  2034. shuttle_http < "0.11.0"
  2035. shuttle_ssl
  2036. sifun
  2037. sihl
  2038. sihl-cache
  2039. sihl-contract
  2040. sihl-core
  2041. sihl-email
  2042. sihl-facade
  2043. sihl-persistence
  2044. sihl-queue
  2045. sihl-session
  2046. sihl-storage
  2047. sihl-token
  2048. sihl-type
  2049. sihl-user
  2050. sihl-web
  2051. simple63
  2052. sklearn
  2053. slacko
  2054. slug
  2055. smart-print >= "0.3.0"
  2056. smbc
  2057. smol
  2058. smol-helpers
  2059. smtlib-utils
  2060. snappy >= "0.1.2"
  2061. so
  2062. solid < "0.5.0"
  2063. solid_server < "0.5.0"
  2064. solid_tools < "0.5.0"
  2065. solidity-alcotest
  2066. solidity-common
  2067. solidity-parser
  2068. solidity-test
  2069. solidity-typechecker
  2070. solo5-elftool
  2071. sortedseq_intersect
  2072. soundtouch >= "0.1.9"
  2073. soupault
  2074. spacetime_lib
  2075. spawn < "v0.9.0" | >= "v0.13.0"
  2076. spdx_licenses
  2077. spectrum
  2078. speex
  2079. spelll >= "0.3"
  2080. spin
  2081. splay_tree < "v0.17.0"
  2082. splittable_random < "v0.17.0"
  2083. spoc
  2084. spoc_ppx
  2085. spoke
  2086. spotify-web-api
  2087. spotlib >= "4.1.0"
  2088. sqlgg >= "20200521"
  2089. sqlite3 >= "4.4.1"
  2090. sqlite3_utils
  2091. srt < "0.3.4"
  2092. ssh-agent >= "0.2.0"
  2093. ssl >= "0.5.6"
  2094. stdcompat >= "19"
  2095. stdint >= "0.6.0" & < "0.7.2"
  2096. stdint-literals
  2097. stdio < "v0.17.0"
  2098. stdlib-diff
  2099. stdlib-random
  2100. stdlib-shims
  2101. stitch
  2102. stk < "0.5.0"
  2103. stk_iconv < "0.5.0"
  2104. stk_ocf < "0.5.0"
  2105. stk_ppx < "0.5.0"
  2106. stk_rdf < "0.5.0"
  2107. stk_xml < "0.5.0"
  2108. stog >= "0.20.0"
  2109. stog_all
  2110. stog_asy
  2111. stog_dot
  2112. stog_extern
  2113. stog_markdown
  2114. stog_multi_doc
  2115. stog_nocaml
  2116. stog_noexec
  2117. stog_plugins
  2118. stog_rdf
  2119. stog_rel_href
  2120. stog_server
  2121. stog_server_multi
  2122. stog_sitemap
  2123. stog_writing
  2124. stone >= "0.5.2"
  2125. stored_reversed < "v0.17.0"
  2126. streamable < "v0.17.0"
  2127. streaming
  2128. string_dict < "v0.17.0"
  2129. stringext >= "1.6.0"
  2130. sturgeon >= "0.4.2"
  2131. subscriptions-transport-ws
  2132. subtype-refinement >= "0.2"
  2133. sun
  2134. svmwrap
  2135. swagger >= "0.2.0"
  2136. swhid
  2137. swhid_compute
  2138. swhid_core
  2139. swhid_types
  2140. swipl
  2141. syguslib-utils
  2142. syndic >= "1.6.0"
  2143. sys-socket
  2144. sys-socket-unix
  2145. syslog
  2146. syslog-message >= "1.0.0"
  2147. syslog-rfc5424 < "0.2"
  2148. systemverilog >= "0.0.2"
  2149. tablecloth-base
  2150. tablecloth-native < "transition"
  2151. taglib >= "0.3.7"
  2152. talaria-bibtex
  2153. tar
  2154. tar-eio
  2155. tar-mirage
  2156. tar-unix
  2157. tcalc
  2158. tcpip
  2159. tdigest
  2160. telltime
  2161. tensorboard
  2162. terminal < "0.4.0"
  2163. terminal_size >= "0.1.4"
  2164. testu01
  2165. textmate-language
  2166. textrazor
  2167. textutils < "v0.17.0"
  2168. textutils_kernel < "v0.17.0"
  2169. textwrap >= "0.2.1"
  2170. tezos-base58
  2171. tezos-context-hash
  2172. tezt < "3.0.0"
  2173. theora
  2174. thread-local-storage
  2175. thrift
  2176. tidy >= "5-0.2"
  2177. tidy_email
  2178. tidy_email_mailgun
  2179. tidy_email_sendgrid
  2180. tidy_email_smtp
  2181. tilde_f < "v0.17.0"
  2182. time_now < "v0.17.0"
  2183. timed >= "1.1"
  2184. timedesc
  2185. timedesc-json
  2186. timedesc-sexp
  2187. timedesc-tzdb
  2188. timedesc-tzlocal
  2189. timedesc-tzlocal-js
  2190. timere
  2191. timere-parse
  2192. timezone < "v0.17.0"
  2193. tiny_httpd < "0.18"
  2194. tiny_httpd_camlzip < "0.18"
  2195. tip-parser >= "0.4"
  2196. tldr
  2197. tls >= "0.12.8" & < "0.15.4"
  2198. tls-async < "0.17.0"
  2199. tls-mirage < "0.15.4"
  2200. tofn
  2201. toml < "7.1.0"
  2202. toml-cconv
  2203. toml_cconv
  2204. toplevel_backend < "v0.17.0"
  2205. toplevel_expect_test < "v0.17.0"
  2206. topological_sort < "v0.17.0"
  2207. torch < "v0.17.0"
  2208. tqdm
  2209. trace
  2210. trace-fuchsia
  2211. trace-tef
  2212. tracing < "v0.17.0"
  2213. tracy-client
  2214. transept
  2215. traverse
  2216. travesty < "0.7.2"
  2217. trax >= "0.4.0"
  2218. tree_layout >= "0.2"
  2219. treeprint >= "2.3.0"
  2220. trie
  2221. tsdl-image >= "0.3.0"
  2222. tsdl-mixer
  2223. tsdl-ttf >= "0.3"
  2224. tsort
  2225. tube >= "4.4.0"
  2226. tuntap
  2227. twirp_cohttp_lwt_unix
  2228. twirp_core
  2229. twirp_ezcurl
  2230. twirp_tiny_httpd
  2231. twostep
  2232. tyabt
  2233. typerep >= "v0.12.0" & < "v0.17.0"
  2234. typeset < "0.4"
  2235. tyre = "0.5"
  2236. tyxml >= "4.3.0"
  2237. tyxml-jsx
  2238. tyxml-lwd < "0.4"
  2239. tyxml-ppx >= "4.3.0"
  2240. tyxml-syntax
  2241. ubase
  2242. ubpf
  2243. uecc >= "0.2"
  2244. ufind
  2245. uint >= "2.0.1"
  2246. ulid
  2247. um-abt
  2248. unidecode
  2249. unionFind < "20250818"
  2250. unisim_archisec < "0.0.1"
  2251. unison >= "2.51.4" & < "2.53.4"
  2252. universo
  2253. unix-errno >= "0.6.0"
  2254. unstrctrd
  2255. uri >= "2.2.1"
  2256. uri-bench
  2257. uri-re
  2258. uri-sexp
  2259. uring < "0.4"
  2260. uritemplate
  2261. user-agent-parser
  2262. username_kernel < "v0.17.0"
  2263. uspf
  2264. uspf-lwt
  2265. uspf-mirage
  2266. uspf-unix
  2267. utcp
  2268. utop
  2269. uuuu >= "0.1.1"
  2270. validator
  2271. variantslib >= "v0.12.0" & < "v0.17.0"
  2272. varray
  2273. vcaml
  2274. vcardgen >= "1.2"
  2275. vchan
  2276. vchan-unix
  2277. vchan-xen
  2278. vec
  2279. vector
  2280. vector3 >= "1.0.0"
  2281. vercel
  2282. vhd-format >= "0.12.0"
  2283. vhd-format-lwt
  2284. virtual_dom < "v0.17.0"
  2285. visitors >= "20200207"
  2286. vlq >= "0.2.1"
  2287. vmnet
  2288. vocal
  2289. voqc
  2290. vorbis
  2291. vpt >= "5.0.0"
  2292. vue-jsoo
  2293. wall >= "0.4"
  2294. wasm >= "2.0.2"
  2295. wasmer
  2296. wasmtime
  2297. wayland
  2298. waylaunch
  2299. webauthn
  2300. weberizer >= "0.8"
  2301. webmachine >= "0.6.2"
  2302. websocket >= "2.12"
  2303. websocket-async >= "2.12"
  2304. websocket-lwt
  2305. websocket-lwt-unix
  2306. websocketaf
  2307. webtest
  2308. webtest-js
  2309. wikitext
  2310. win-error >= "1.0"
  2311. win-eventlog >= "0.3"
  2312. winsvc
  2313. ws
  2314. ws-server
  2315. wseg
  2316. wtf8 >= "1.0.2"
  2317. wtr
  2318. wtr-ppx
  2319. wu-manber-fuzzy-search
  2320. x509
  2321. x86_64-esperanto >= "0.0.6"
  2322. xapi-backtrace
  2323. xapi-inventory
  2324. xapi-rrd
  2325. xapi-stdext-date
  2326. xapi-stdext-encodings
  2327. xapi-stdext-pervasives
  2328. xapi-stdext-std
  2329. xapi-stdext-threads
  2330. xapi-stdext-unix
  2331. xapi-stdext-zerocheck
  2332. xdg-basedir
  2333. xen-evtchn
  2334. xen-evtchn-unix
  2335. xen-gnt
  2336. xen-gnt-unix
  2337. xenstore
  2338. xenstore-tool
  2339. xenstore_transport >= "1.1.0"
  2340. xmelly
  2341. xml-light >= "2.5"
  2342. xmldiff >= "0.7.0"
  2343. xmldiff_js
  2344. xmlplaylist >= "0.1.5"
  2345. xoshiro
  2346. xtmpl >= "0.19.0" & < "1.1.0"
  2347. xtmpl_js < "1.1.0"
  2348. xtmpl_ppx < "1.1.0"
  2349. yaml >= "1.0.0"
  2350. yaml-sexp
  2351. yara >= "0.2"
  2352. yocaml < "2.0.0"
  2353. yocaml_cmark
  2354. yocaml_git < "2.0.0"
  2355. yocaml_jingoo < "2.0.0"
  2356. yocaml_markdown < "2.4.1"
  2357. yocaml_mustache < "2.0.0"
  2358. yocaml_syndication < "2.0.0"
  2359. yocaml_unix < "2.0.0"
  2360. yocaml_yaml < "2.0.0"
  2361. yojson >= "1.5.0"
  2362. yojson-bench
  2363. yojson-five
  2364. yurt >= "0.6"
  2365. yuscii >= "0.2.1"
  2366. yuujinchou
  2367. zarith-ppx
  2368. zarith_stubs_js < "v0.17.0"
  2369. zed >= "2.0.6" & < "3.2.0"
  2370. zeit
  2371. zelus
  2372. zelus-gtk
  2373. zipperposition
  2374. zipperposition-tools
  2375. zlib
  2376. zlist >= "0.4.0"
  2377. zmq >= "5.1.0"
  2378. zmq-async >= "5.1.0"
  2379. zmq-eio
  2380. zmq-lwt >= "5.1.0"
  2381. zstandard >= "v0.12.1" & < "v0.17.0"
  2382. zstd = "0.3"
  2383. 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"